Home
last modified time | relevance | path

Searched defs:tag (Results 1 – 7 of 7) sorted by relevance

/crypto/
Drsa_helper.c21 int rsa_get_n(void *context, size_t hdrlen, unsigned char tag, in rsa_get_n()
51 int rsa_get_e(void *context, size_t hdrlen, unsigned char tag, in rsa_get_e()
66 int rsa_get_d(void *context, size_t hdrlen, unsigned char tag, in rsa_get_d()
81 int rsa_get_p(void *context, size_t hdrlen, unsigned char tag, in rsa_get_p()
96 int rsa_get_q(void *context, size_t hdrlen, unsigned char tag, in rsa_get_q()
111 int rsa_get_dp(void *context, size_t hdrlen, unsigned char tag, in rsa_get_dp()
126 int rsa_get_dq(void *context, size_t hdrlen, unsigned char tag, in rsa_get_dq()
141 int rsa_get_qinv(void *context, size_t hdrlen, unsigned char tag, in rsa_get_qinv()
Dchacha20poly1305.c65 u8 tag[POLY1305_DIGEST_SIZE]; member
106 u8 tag[sizeof(rctx->tag)]; in poly_verify_tag() local
Dccm.c260 static int crypto_ccm_init_crypt(struct aead_request *req, u8 *tag) in crypto_ccm_init_crypt()
/crypto/asymmetric_keys/
Dpkcs7_parser.c202 unsigned char tag, in pkcs7_note_OID()
221 unsigned char tag, in pkcs7_sig_note_digest_algo()
259 unsigned char tag, in pkcs7_sig_note_pkey_algo()
279 unsigned char tag, in pkcs7_check_content_type()
296 unsigned char tag, in pkcs7_note_signeddata_version()
330 unsigned char tag, in pkcs7_note_signerinfo_version()
373 unsigned char tag, in pkcs7_extract_cert()
413 unsigned char tag, in pkcs7_note_certificate_list()
431 unsigned char tag, in pkcs7_note_content()
451 unsigned char tag, in pkcs7_note_data()
[all …]
Dx509_cert_parser.c150 unsigned char tag, in x509_note_OID()
170 unsigned char tag, in x509_note_tbs_certificate()
187 unsigned char tag, in x509_note_pkey_algo()
239 unsigned char tag, in x509_note_signature()
270 unsigned char tag, in x509_note_serial()
283 unsigned char tag, in x509_extract_name_segment()
312 unsigned char tag, in x509_fabricate_name()
387 unsigned char tag, in x509_note_issuer()
397 unsigned char tag, in x509_note_subject()
410 unsigned char tag, in x509_extract_key_data()
[all …]
Dmscode_parser.c41 unsigned char tag, in mscode_note_content_type()
73 unsigned char tag, in mscode_note_digest_algo()
121 unsigned char tag, in mscode_note_digest()
Dpkcs7_verify.c76 u8 tag; in pkcs7_digest() local