/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 | 150 int ecrdsa_param_curve(void *context, size_t hdrlen, unsigned char tag, in ecrdsa_param_curve() 163 int ecrdsa_param_digest(void *context, size_t hdrlen, unsigned char tag, in ecrdsa_param_digest() 174 int ecrdsa_parse_pub_key(void *context, size_t hdrlen, unsigned char tag, in ecrdsa_parse_pub_key()
|
D | ecdsa.c | 35 static int ecdsa_get_signature_rs(u64 *dest, size_t hdrlen, unsigned char tag, in ecdsa_get_signature_rs() 76 int ecdsa_get_signature_r(void *context, size_t hdrlen, unsigned char tag, in ecdsa_get_signature_r() 85 int ecdsa_get_signature_s(void *context, size_t hdrlen, unsigned char tag, in ecdsa_get_signature_s()
|
D | sm2.c | 186 int sm2_get_signature_r(void *context, size_t hdrlen, unsigned char tag, in sm2_get_signature_r() 201 int sm2_get_signature_s(void *context, size_t hdrlen, unsigned char tag, in sm2_get_signature_s()
|
/crypto/asymmetric_keys/ |
D | x509_cert_parser.c | 153 int x509_note_OID(void *context, size_t hdrlen, in x509_note_OID() 173 int x509_note_tbs_certificate(void *context, size_t hdrlen, in x509_note_tbs_certificate() 190 int x509_note_sig_algo(void *context, size_t hdrlen, unsigned char tag, in x509_note_sig_algo() 285 int x509_note_signature(void *context, size_t hdrlen, in x509_note_signature() 324 int x509_note_serial(void *context, size_t hdrlen, in x509_note_serial() 337 int x509_extract_name_segment(void *context, size_t hdrlen, in x509_extract_name_segment() 366 static int x509_fabricate_name(struct x509_parse_context *ctx, size_t hdrlen, in x509_fabricate_name() 441 int x509_note_issuer(void *context, size_t hdrlen, in x509_note_issuer() 461 int x509_note_subject(void *context, size_t hdrlen, in x509_note_subject() 474 int x509_note_params(void *context, size_t hdrlen, in x509_note_params() [all …]
|
D | pkcs7_parser.c | 204 int pkcs7_note_OID(void *context, size_t hdrlen, in pkcs7_note_OID() 223 int pkcs7_sig_note_digest_algo(void *context, size_t hdrlen, in pkcs7_sig_note_digest_algo() 270 int pkcs7_sig_note_pkey_algo(void *context, size_t hdrlen, in pkcs7_sig_note_pkey_algo() 308 int pkcs7_check_content_type(void *context, size_t hdrlen, in pkcs7_check_content_type() 325 int pkcs7_note_signeddata_version(void *context, size_t hdrlen, in pkcs7_note_signeddata_version() 359 int pkcs7_note_signerinfo_version(void *context, size_t hdrlen, in pkcs7_note_signerinfo_version() 402 int pkcs7_extract_cert(void *context, size_t hdrlen, in pkcs7_extract_cert() 442 int pkcs7_note_certificate_list(void *context, size_t hdrlen, in pkcs7_note_certificate_list() 460 int pkcs7_note_content(void *context, size_t hdrlen, in pkcs7_note_content() 480 int pkcs7_note_data(void *context, size_t hdrlen, in pkcs7_note_data() [all …]
|
D | mscode_parser.c | 36 int mscode_note_content_type(void *context, size_t hdrlen, in mscode_note_content_type() 68 int mscode_note_digest_algo(void *context, size_t hdrlen, in mscode_note_digest_algo() 116 int mscode_note_digest(void *context, size_t hdrlen, in mscode_note_digest()
|
D | pkcs8_parser.c | 33 int pkcs8_note_OID(void *context, size_t hdrlen, in pkcs8_note_OID() 53 int pkcs8_note_version(void *context, size_t hdrlen, in pkcs8_note_version() 67 int pkcs8_note_algo(void *context, size_t hdrlen, in pkcs8_note_algo() 83 int pkcs8_note_key(void *context, size_t hdrlen, in pkcs8_note_key()
|