Searched defs:hdrlen (Results 1 – 4 of 4) sorted by relevance
| /crypto/ |
| D | rsa_helper.c | 21 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()
|
| /crypto/asymmetric_keys/ |
| D | x509_cert_parser.c | 149 int x509_note_OID(void *context, size_t hdrlen, in x509_note_OID() 169 int x509_note_tbs_certificate(void *context, size_t hdrlen, in x509_note_tbs_certificate() 186 int x509_note_pkey_algo(void *context, size_t hdrlen, in x509_note_pkey_algo() 238 int x509_note_signature(void *context, size_t hdrlen, in x509_note_signature() 260 int x509_note_serial(void *context, size_t hdrlen, in x509_note_serial() 273 int x509_extract_name_segment(void *context, size_t hdrlen, in x509_extract_name_segment() 302 static int x509_fabricate_name(struct x509_parse_context *ctx, size_t hdrlen, in x509_fabricate_name() 377 int x509_note_issuer(void *context, size_t hdrlen, in x509_note_issuer() 387 int x509_note_subject(void *context, size_t hdrlen, in x509_note_subject() 400 int x509_extract_key_data(void *context, size_t hdrlen, in x509_extract_key_data() [all …]
|
| D | pkcs7_parser.c | 201 int pkcs7_note_OID(void *context, size_t hdrlen, in pkcs7_note_OID() 220 int pkcs7_sig_note_digest_algo(void *context, size_t hdrlen, in pkcs7_sig_note_digest_algo() 258 int pkcs7_sig_note_pkey_algo(void *context, size_t hdrlen, in pkcs7_sig_note_pkey_algo() 278 int pkcs7_check_content_type(void *context, size_t hdrlen, in pkcs7_check_content_type() 295 int pkcs7_note_signeddata_version(void *context, size_t hdrlen, in pkcs7_note_signeddata_version() 329 int pkcs7_note_signerinfo_version(void *context, size_t hdrlen, in pkcs7_note_signerinfo_version() 372 int pkcs7_extract_cert(void *context, size_t hdrlen, in pkcs7_extract_cert() 412 int pkcs7_note_certificate_list(void *context, size_t hdrlen, in pkcs7_note_certificate_list() 430 int pkcs7_note_content(void *context, size_t hdrlen, in pkcs7_note_content() 450 int pkcs7_note_data(void *context, size_t hdrlen, in pkcs7_note_data() [all …]
|
| D | mscode_parser.c | 40 int mscode_note_content_type(void *context, size_t hdrlen, in mscode_note_content_type() 72 int mscode_note_digest_algo(void *context, size_t hdrlen, in mscode_note_digest_algo() 120 int mscode_note_digest(void *context, size_t hdrlen, in mscode_note_digest()
|