Home
last modified time | relevance | path

Searched defs:sig_len (Results 1 - 25 of 43) sorted by relevance

12

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decdsa_vrf.c41 ECDSA_verify(int type, const unsigned char *dgst, int dgst_len, const unsigned char *sigbuf, int sig_len, EC_KEY *eckey) ECDSA_verify() argument
H A Decdsa_ossl.c348 ossl_ecdsa_verify(int type, const unsigned char *dgst, int dgst_len, const unsigned char *sigbuf, int sig_len, EC_KEY *eckey) ossl_ecdsa_verify() argument
H A Dec_kmeth.c252 EC_KEY_METHOD_set_verify(EC_KEY_METHOD *meth, int (*verify)(int type, const unsigned char *dgst, int dgst_len, const unsigned char *sigbuf, int sig_len, EC_KEY *eckey), int (*verify_sig)(const unsigned char *dgst, int dgst_len, const ECDSA_SIG *sig, EC_KEY *eckey)) EC_KEY_METHOD_set_verify() argument
330 EC_KEY_METHOD_get_verify(const EC_KEY_METHOD *meth, int (**pverify)(int type, const unsigned char *dgst, int dgst_len, const unsigned char *sigbuf, int sig_len, EC_KEY *eckey), int (**pverify_sig)(const unsigned char *dgst, int dgst_len, const ECDSA_SIG *sig, EC_KEY *eckey)) EC_KEY_METHOD_get_verify() argument
/third_party/openssl/crypto/ec/
H A Decdsa_vrf.c41 ECDSA_verify(int type, const unsigned char *dgst, int dgst_len, const unsigned char *sigbuf, int sig_len, EC_KEY *eckey) ECDSA_verify() argument
H A Decdsa_ossl.c353 ossl_ecdsa_verify(int type, const unsigned char *dgst, int dgst_len, const unsigned char *sigbuf, int sig_len, EC_KEY *eckey) ossl_ecdsa_verify() argument
H A Dec_kmeth.c252 EC_KEY_METHOD_set_verify(EC_KEY_METHOD *meth, int (*verify)(int type, const unsigned char *dgst, int dgst_len, const unsigned char *sigbuf, int sig_len, EC_KEY *eckey), int (*verify_sig)(const unsigned char *dgst, int dgst_len, const ECDSA_SIG *sig, EC_KEY *eckey)) EC_KEY_METHOD_set_verify() argument
330 EC_KEY_METHOD_get_verify(const EC_KEY_METHOD *meth, int (**pverify)(int type, const unsigned char *dgst, int dgst_len, const unsigned char *sigbuf, int sig_len, EC_KEY *eckey), int (**pverify_sig)(const unsigned char *dgst, int dgst_len, const ECDSA_SIG *sig, EC_KEY *eckey)) EC_KEY_METHOD_get_verify() argument
/third_party/openssl/demos/signature/
H A Drsa_pss_direct.c38 static int sign(OSSL_LIB_CTX *libctx, unsigned char **sig, size_t *sig_len) in sign() argument
124 static int verify(OSSL_LIB_CTX *libctx, const unsigned char *sig, size_t sig_len) in verify() argument
191 size_t sig_len = 0; in main() local
H A Drsa_pss_hash.c33 static int sign(OSSL_LIB_CTX *libctx, unsigned char **sig, size_t *sig_len) in sign() argument
114 static int verify(OSSL_LIB_CTX *libctx, const unsigned char *sig, size_t sig_len) in verify() argument
176 size_t sig_len = 0; in main() local
H A DEVP_Signature_demo.c74 size_t sig_len; in demo_sign() local
150 demo_verify(OSSL_LIB_CTX *libctx, const char *sig_name, size_t sig_len, unsigned char *sig_value) demo_verify() argument
209 size_t sig_len = 0; main() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/ct/
H A Dct_oct.c87 int sig_len; in o2i_SCT() local
H A Dct_local.h76 size_t sig_len; member
H A Dct_sct.c169 void SCT_set0_signature(SCT *sct, unsigned char *sig, size_t sig_len) in SCT_set0_signature() argument
177 int SCT_set1_signature(SCT *sct, const unsigned char *sig, size_t sig_len) in SCT_set1_signature() argument
[all...]
/third_party/openssl/crypto/ct/
H A Dct_oct.c87 int sig_len; in o2i_SCT() local
H A Dct_local.h76 size_t sig_len; member
H A Dct_sct.c169 void SCT_set0_signature(SCT *sct, unsigned char *sig, size_t sig_len) in SCT_set0_signature() argument
177 int SCT_set1_signature(SCT *sct, const unsigned char *sig, size_t sig_len) in SCT_set1_signature() argument
[all...]
/third_party/mbedtls/programs/pkey/
H A Decdsa.c89 size_t sig_len; in main() local
/third_party/libwebsockets/lib/tls/mbedtls/
H A Dlws-genec.c394 lws_genecdsa_hash_sign_jws(struct lws_genec_ctx *ctx, const uint8_t *in, enum lws_genhash_types hash_type, int keybits, uint8_t *sig, size_t sig_len) lws_genecdsa_hash_sign_jws() argument
456 lws_genecdsa_hash_sig_verify_jws(struct lws_genec_ctx *ctx, const uint8_t *in, enum lws_genhash_types hash_type, int keybits, const uint8_t *sig, size_t sig_len) lws_genecdsa_hash_sig_verify_jws() argument
H A Dlws-genrsa.c368 lws_genrsa_hash_sig_verify(struct lws_genrsa_ctx *ctx, const uint8_t *in, enum lws_genhash_types hash_type, const uint8_t *sig, size_t sig_len) global() argument
415 lws_genrsa_hash_sign(struct lws_genrsa_ctx *ctx, const uint8_t *in, enum lws_genhash_types hash_type, uint8_t *sig, size_t sig_len) global() argument
/third_party/libwebsockets/lib/tls/openssl/
H A Dlws-genrsa.c284 lws_genrsa_hash_sig_verify(struct lws_genrsa_ctx *ctx, const uint8_t *in, enum lws_genhash_types hash_type, const uint8_t *sig, size_t sig_len) global() argument
328 lws_genrsa_hash_sign(struct lws_genrsa_ctx *ctx, const uint8_t *in, enum lws_genhash_types hash_type, uint8_t *sig, size_t sig_len) global() argument
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_protect.c56 size_t sig_len; in ossl_cmp_calc_protection() local
/third_party/openssl/crypto/cmp/
H A Dcmp_protect.c56 size_t sig_len; in ossl_cmp_calc_protection() local
/third_party/fsverity-utils/lib/
H A Dsign_digest.c126 size_t pkcs7_data_len, sig_len; in sign_pkcs7() local
/third_party/mbedtls/library/
H A Dx509write_csr.c142 size_t pub_len = 0, sig_and_oid_len = 0, sig_len; in x509write_csr_der_internal() local
/third_party/node/deps/openssl/openssl/crypto/sm2/
H A Dsm2_sign.c472 ossl_sm2_internal_verify(const unsigned char *dgst, int dgstlen, const unsigned char *sig, int sig_len, EC_KEY *eckey) ossl_sm2_internal_verify() argument
/third_party/openssl/test/
H A Decdsatest.c195 size_t sig_len; in test_builtin() local
[all...]

Completed in 12 milliseconds

12