Home
last modified time | relevance | path

Searched defs:sig_len (Results 26 - 50 of 67) sorted by relevance

123

/third_party/libwebsockets/lib/tls/mbedtls/
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/node/deps/openssl/openssl/crypto/ct/
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/cmp/
H A Dcmp_protect.c56 size_t sig_len; in ossl_cmp_calc_protection() local
/third_party/openssl/crypto/ct/
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...]
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dmachine_kexec_file.c33 unsigned long sig_len; in s390_verify_sig() local
/kernel/linux/linux-5.10/scripts/
H A Dsign-file.c69 uint32_t sig_len; /* Length of signature data */ member
/kernel/linux/linux-6.6/scripts/
H A Dsign-file.c69 uint32_t sig_len; /* Length of signature data */ member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dverify_pkcs7_sig.c49 __be32 sig_len; /* Length of signature data */ member
56 __u32 sig_len; member
183 int ret, fd, modlen, marker_len, sig_len; in populate_data_item_mod() local
[all...]
/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
H A Dx509write_crt.c432 size_t sub_len = 0, pub_len = 0, sig_and_oid_len = 0, sig_len; in mbedtls_x509write_crt_der() local
H A Dlmots.c686 mbedtls_lmots_sign(mbedtls_lmots_private_t *ctx, int (*f_rng)(void *, unsigned char *, size_t), void *p_rng, const unsigned char *msg, size_t msg_size, unsigned char *sig, size_t sig_size, size_t *sig_len) mbedtls_lmots_sign() argument
/third_party/node/deps/openssl/openssl/crypto/ec/
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/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...]
/third_party/openssl/crypto/ec/
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/crypto/sm2/
H A Dsm2_sign.c477 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
/kernel/linux/linux-5.10/fs/nfs/blocklayout/
H A Dblocklayout.h66 u32 sig_len; member
/kernel/linux/linux-6.6/fs/nfs/blocklayout/
H A Dblocklayout.h66 u32 sig_len; member

Completed in 16 milliseconds

123