Searched refs:context (Results 1 – 8 of 8) sorted by relevance
| /crypto/ |
| A D | rsa_helper.c | 16 int rsa_get_n(void *context, size_t hdrlen, unsigned char tag, in rsa_get_n() argument 19 struct rsa_key *key = context; in rsa_get_n() 46 int rsa_get_e(void *context, size_t hdrlen, unsigned char tag, in rsa_get_e() argument 49 struct rsa_key *key = context; in rsa_get_e() 61 int rsa_get_d(void *context, size_t hdrlen, unsigned char tag, in rsa_get_d() argument 64 struct rsa_key *key = context; in rsa_get_d() 79 struct rsa_key *key = context; in rsa_get_p() 94 struct rsa_key *key = context; in rsa_get_q() 109 struct rsa_key *key = context; in rsa_get_dp() 124 struct rsa_key *key = context; in rsa_get_dq() [all …]
|
| A D | ecrdsa.c | 142 int ecrdsa_param_curve(void *context, size_t hdrlen, unsigned char tag, in ecrdsa_param_curve() argument 145 struct ecrdsa_ctx *ctx = context; in ecrdsa_param_curve() 155 int ecrdsa_param_digest(void *context, size_t hdrlen, unsigned char tag, in ecrdsa_param_digest() argument 158 struct ecrdsa_ctx *ctx = context; in ecrdsa_param_digest() 166 int ecrdsa_parse_pub_key(void *context, size_t hdrlen, unsigned char tag, in ecrdsa_parse_pub_key() argument 169 struct ecrdsa_ctx *ctx = context; in ecrdsa_parse_pub_key()
|
| A D | ecdsa-x962.c | 58 int ecdsa_get_signature_r(void *context, size_t hdrlen, unsigned char tag, in ecdsa_get_signature_r() argument 61 struct ecdsa_x962_signature_ctx *sig_ctx = context; in ecdsa_get_signature_r() 67 int ecdsa_get_signature_s(void *context, size_t hdrlen, unsigned char tag, in ecdsa_get_signature_s() argument 70 struct ecdsa_x962_signature_ctx *sig_ctx = context; in ecdsa_get_signature_s()
|
| /crypto/asymmetric_keys/ |
| A D | pkcs7_parser.c | 208 struct pkcs7_parse_context *ctx = context; in pkcs7_note_OID() 227 struct pkcs7_parse_context *ctx = context; in pkcs7_sig_note_digest_algo() 277 struct pkcs7_parse_context *ctx = context; in pkcs7_sig_note_pkey_algo() 314 struct pkcs7_parse_context *ctx = context; in pkcs7_check_content_type() 331 struct pkcs7_parse_context *ctx = context; in pkcs7_note_signeddata_version() 365 struct pkcs7_parse_context *ctx = context; in pkcs7_note_signerinfo_version() 408 struct pkcs7_parse_context *ctx = context; in pkcs7_extract_cert() 448 struct pkcs7_parse_context *ctx = context; in pkcs7_note_certificate_list() 466 struct pkcs7_parse_context *ctx = context; in pkcs7_note_content() 486 struct pkcs7_parse_context *ctx = context; in pkcs7_note_data() [all …]
|
| A D | x509_cert_parser.c | 145 struct x509_parse_context *ctx = context; in x509_note_OID() 165 struct x509_parse_context *ctx = context; in x509_note_tbs_certificate() 181 struct x509_parse_context *ctx = context; in x509_note_sig_algo() 286 struct x509_parse_context *ctx = context; in x509_note_signature() 324 struct x509_parse_context *ctx = context; in x509_note_serial() 337 struct x509_parse_context *ctx = context; in x509_extract_name_segment() 440 struct x509_parse_context *ctx = context; in x509_note_issuer() 460 struct x509_parse_context *ctx = context; in x509_note_subject() 473 struct x509_parse_context *ctx = context; in x509_note_params() 494 struct x509_parse_context *ctx = context; in x509_extract_key_data() [all …]
|
| A D | pkcs8_parser.c | 33 int pkcs8_note_OID(void *context, size_t hdrlen, in pkcs8_note_OID() argument 37 struct pkcs8_parse_context *ctx = context; in pkcs8_note_OID() 53 int pkcs8_note_version(void *context, size_t hdrlen, in pkcs8_note_version() argument 67 int pkcs8_note_algo(void *context, size_t hdrlen, in pkcs8_note_algo() argument 71 struct pkcs8_parse_context *ctx = context; in pkcs8_note_algo() 83 int pkcs8_note_key(void *context, size_t hdrlen, in pkcs8_note_key() argument 87 struct pkcs8_parse_context *ctx = context; in pkcs8_note_key()
|
| A D | mscode_parser.c | 36 int mscode_note_content_type(void *context, size_t hdrlen, in mscode_note_content_type() argument 68 int mscode_note_digest_algo(void *context, size_t hdrlen, in mscode_note_digest_algo() argument 72 struct pefile_context *ctx = context; in mscode_note_digest_algo() 116 int mscode_note_digest(void *context, size_t hdrlen, in mscode_note_digest() argument 120 struct pefile_context *ctx = context; in mscode_note_digest()
|
| /crypto/krb5/ |
| A D | rfc8009_aes2.c | 31 const struct krb5_buffer *context, in rfc8009_calc_KDF_HMAC_SHA2() argument 60 data.len = 4 + label->len + 1 + context->len + 4; in rfc8009_calc_KDF_HMAC_SHA2() 82 memcpy(p, context->data, context->len); in rfc8009_calc_KDF_HMAC_SHA2() 83 p += context->len; in rfc8009_calc_KDF_HMAC_SHA2()
|
Completed in 12 milliseconds