/crypto/ |
D | rsa_helper.c | 16 int rsa_get_n(void *context, size_t hdrlen, unsigned char tag, in rsa_get_n() 46 int rsa_get_e(void *context, size_t hdrlen, unsigned char tag, in rsa_get_e() 61 int rsa_get_d(void *context, size_t hdrlen, unsigned char tag, in rsa_get_d() 76 int rsa_get_p(void *context, size_t hdrlen, unsigned char tag, in rsa_get_p() 91 int rsa_get_q(void *context, size_t hdrlen, unsigned char tag, in rsa_get_q() 106 int rsa_get_dp(void *context, size_t hdrlen, unsigned char tag, in rsa_get_dp() 121 int rsa_get_dq(void *context, size_t hdrlen, unsigned char tag, in rsa_get_dq() 136 int rsa_get_qinv(void *context, size_t hdrlen, unsigned char tag, in rsa_get_qinv()
|
D | ecrdsa.c | 149 int ecrdsa_param_curve(void *context, size_t hdrlen, unsigned char tag, in ecrdsa_param_curve() 162 int ecrdsa_param_digest(void *context, size_t hdrlen, unsigned char tag, in ecrdsa_param_digest() 173 int ecrdsa_parse_pub_key(void *context, size_t hdrlen, unsigned char tag, in ecrdsa_parse_pub_key()
|
D | aegis128-core.c | 416 union aegis_block tag = {}; in crypto_aegis128_encrypt() local 441 union aegis_block tag; in crypto_aegis128_decrypt() local
|
D | chacha20poly1305.c | 59 u8 tag[POLY1305_DIGEST_SIZE]; member 100 u8 tag[sizeof(rctx->tag)]; in poly_verify_tag() local
|
D | ccm.c | 258 static int crypto_ccm_init_crypt(struct aead_request *req, u8 *tag) in crypto_ccm_init_crypt()
|
/crypto/asymmetric_keys/ |
D | pkcs7_parser.c | 205 unsigned char tag, in pkcs7_note_OID() 224 unsigned char tag, in pkcs7_sig_note_digest_algo() 262 unsigned char tag, in pkcs7_sig_note_pkey_algo() 283 unsigned char tag, in pkcs7_check_content_type() 300 unsigned char tag, in pkcs7_note_signeddata_version() 334 unsigned char tag, in pkcs7_note_signerinfo_version() 377 unsigned char tag, in pkcs7_extract_cert() 417 unsigned char tag, in pkcs7_note_certificate_list() 435 unsigned char tag, in pkcs7_note_content() 455 unsigned char tag, in pkcs7_note_data() [all …]
|
D | x509_cert_parser.c | 156 unsigned char tag, in x509_note_OID() 176 unsigned char tag, in x509_note_tbs_certificate() 193 unsigned char tag, in x509_note_pkey_algo() 255 unsigned char tag, in x509_note_signature() 287 unsigned char tag, in x509_note_serial() 300 unsigned char tag, in x509_extract_name_segment() 329 unsigned char tag, in x509_fabricate_name() 404 unsigned char tag, in x509_note_issuer() 414 unsigned char tag, in x509_note_subject() 427 unsigned char tag, in x509_note_params() [all …]
|
D | mscode_parser.c | 37 unsigned char tag, in mscode_note_content_type() 69 unsigned char tag, in mscode_note_digest_algo() 117 unsigned char tag, in mscode_note_digest()
|
D | pkcs8_parser.c | 34 unsigned char tag, in pkcs8_note_OID() 54 unsigned char tag, in pkcs8_note_version() 68 unsigned char tag, in pkcs8_note_algo() 84 unsigned char tag, in pkcs8_note_key()
|
D | tpm_parser.c | 22 unsigned char tag, in tpm_note_key()
|
D | pkcs7_verify.c | 73 u8 tag; in pkcs7_digest() local
|
D | asym_tpm.c | 334 static inline uint8_t *encode_tag_length(uint8_t *buf, uint8_t tag, in encode_tag_length()
|