/openssl/crypto/x509/ |
H A D | x_req.c | 35 static int rinf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in rinf_cb() 48 static int req_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in req_cb()
|
H A D | x_crl.c | 47 static int crl_inf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in crl_inf_cb() 158 static int crl_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in crl_cb()
|
H A D | x_x509.c | 36 static int x509_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in x509_cb()
|
H A D | v3_crld.c | 305 static int dpn_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in dpn_cb()
|
/openssl/crypto/dsa/ |
H A D | dsa_asn1.c | 25 static int dsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in dsa_cb()
|
/openssl/crypto/asn1/ |
H A D | nsseq.c | 16 static int nsseq_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in nsseq_cb()
|
H A D | p8_pkey.c | 17 static int pkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in pkey_cb()
|
/openssl/crypto/rsa/ |
H A D | rsa_asn1.c | 28 static int rsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in rsa_cb()
|
/openssl/crypto/pkcs7/ |
H A D | pk7_asn1.c | 33 static int pk7_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in pk7_cb()
|
/openssl/crypto/cms/ |
H A D | cms_asn1.c | 305 static int cms_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in cms_cb()
|
/openssl/test/ |
H A D | filterprov.c | 29 int operation; member 164 int filter_provider_set_filter(int operation, const char *filterstr) in filter_provider_set_filter()
|
/openssl/providers/common/ |
H A D | securitycheck.c | 25 int ossl_rsa_key_op_get_protect(const RSA *rsa, int operation, int *outprotect) in ossl_rsa_key_op_get_protect()
|
/openssl/crypto/evp/ |
H A D | pmeth_gn.c | 25 static int gen_init(EVP_PKEY_CTX *ctx, int operation) in gen_init() 339 static int fromdata_init(EVP_PKEY_CTX *ctx, int operation) in fromdata_init()
|
H A D | kem.c | 20 static int evp_kem_init(EVP_PKEY_CTX *ctx, int operation, in evp_kem_init()
|
H A D | asymcipher.c | 20 static int evp_pkey_asym_cipher_init(EVP_PKEY_CTX *ctx, int operation, in evp_pkey_asym_cipher_init()
|
H A D | signature.c | 489 int operation, const OSSL_PARAM params[]) in evp_pkey_signature_init()
|
/openssl/crypto/dh/ |
H A D | dh_asn1.c | 25 static int dh_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in dh_cb()
|
/openssl/providers/implementations/asymciphers/ |
H A D | rsa_enc.c | 65 int operation; member 97 int operation, const char *desc) in rsa_init()
|
/openssl/apps/ |
H A D | smime.c | 135 static const char *operation_name(int operation) in operation_name() 181 int flags = PKCS7_DETACHED, operation = 0, ret = 0, indef = 0; in smime_main() local
|
/openssl/providers/implementations/signature/ |
H A D | ecdsa_sig.c | 76 int operation; member 265 const OSSL_PARAM params[], int operation, in ecdsa_signverify_init() 500 int operation, const char *desc) in ecdsa_digest_signverify_init() 912 int operation, const char *desc) in ecdsa_sigalg_signverify_init()
|
H A D | dsa_sig.c | 76 int operation; member 276 const OSSL_PARAM params[], int operation, in dsa_signverify_init() 509 int operation, const char *desc) in dsa_digest_signverify_init() 894 int operation, const char *desc) in dsa_sigalg_signverify_init()
|
H A D | rsa_sig.c | 87 int operation; member 505 const OSSL_PARAM params[], int operation, in rsa_signverify_init() 1189 int operation, const char *desc) in rsa_digest_signverify_init() 1922 int operation, int pad_mode, in rsa_sigalg_signverify_init()
|
/openssl/providers/implementations/kem/ |
H A D | template_kem.c | 81 static int template_init(void *vctx, int operation, void *vkey, void *vauth, in template_init()
|
H A D | rsa_kem.c | 130 const OSSL_PARAM params[], int operation, in rsakem_init()
|
/openssl/fuzz/ |
H A D | provider.c | 598 uint64_t *operation = NULL; in FuzzerTestOneInput() local
|