Searched defs:pkey_ctx (Results 1 – 7 of 7) sorted by relevance
/openbsd/lib/libcrypto/rsa/ |
H A D | rsa_ameth.c | 701 rsa_ctx_to_pss(EVP_PKEY_CTX *pkey_ctx) in rsa_ctx_to_pss() 769 rsa_pss_to_ctx(EVP_MD_CTX *ctx, EVP_PKEY_CTX *pkey_ctx, in rsa_pss_to_ctx() 912 EVP_PKEY_CTX *pkey_ctx = CMS_SignerInfo_get0_pkey_ctx(si); in rsa_cms_verify() local 961 rsa_alg_set_pss_padding(X509_ALGOR *alg, EVP_PKEY_CTX *pkey_ctx) in rsa_alg_set_pss_padding() 989 rsa_alg_set_oaep_padding(X509_ALGOR *alg, EVP_PKEY_CTX *pkey_ctx) in rsa_alg_set_oaep_padding() 1049 EVP_PKEY_CTX *pkey_ctx; in rsa_cms_sign() local 1072 EVP_PKEY_CTX *pkey_ctx = ctx->pctx; in rsa_item_sign() local 1190 EVP_PKEY_CTX *pkey_ctx; in rsa_cms_encrypt() local
|
/openbsd/regress/lib/libcrypto/evp/ |
H A D | evp_ecx_test.c | 138 EVP_PKEY_CTX *pkey_ctx = NULL; in ecx_ed25519_keygen_test() local 493 EVP_PKEY_CTX *pkey_ctx = NULL; in ecx_x25519_keygen_test() local 532 EVP_PKEY_CTX *pkey_ctx = NULL; in ecx_x25519_derive_test() local
|
H A D | evp_pkey_cleanup.c | 48 EVP_PKEY_CTX *pkey_ctx = NULL; in test_evp_pkey_ctx_cleanup() local
|
H A D | evp_test.c | 949 EVP_PKEY_CTX *pkey_ctx = NULL; in do_tls_prf_evp_test() local
|
/openbsd/lib/libcrypto/ec/ |
H A D | ecx_methods.c | 716 pkey_ecx_keygen(EVP_PKEY_CTX *pkey_ctx, EVP_PKEY *pkey) in pkey_ecx_keygen() 738 pkey_ecx_derive(EVP_PKEY_CTX *pkey_ctx, unsigned char *out_key, in pkey_ecx_derive() 773 pkey_ecx_ctrl(EVP_PKEY_CTX *pkey_ctx, int op, int arg1, void *arg2) in pkey_ecx_ctrl() 825 EVP_PKEY_CTX *pkey_ctx; in pkey_ecx_digestsign() local 858 EVP_PKEY_CTX *pkey_ctx; in pkey_ecx_digestverify() local 872 pkey_ecx_ed_ctrl(EVP_PKEY_CTX *pkey_ctx, int op, int arg1, void *arg2) in pkey_ecx_ed_ctrl()
|
/openbsd/regress/lib/libcrypto/x509/ |
H A D | x509_asn1.c | 202 EVP_PKEY_CTX *pkey_ctx = NULL; in test_x509_setters() local 292 EVP_PKEY_CTX *pkey_ctx = NULL; in test_x509_crl_setters() local 409 EVP_PKEY_CTX *pkey_ctx = NULL; in test_x509_req_setters() local
|
/openbsd/lib/libcrypto/evp/ |
H A D | pmeth_lib.c | 119 EVP_PKEY_CTX *pkey_ctx = NULL; in evp_pkey_ctx_new() local
|