Searched defs:pkey_ctx (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/lib/libcrypto/rsa/ |
H A D | rsa_ameth.c | 695 rsa_ctx_to_pss(EVP_PKEY_CTX * pkey_ctx) rsa_ctx_to_pss() argument 763 rsa_pss_to_ctx(EVP_MD_CTX * ctx,EVP_PKEY_CTX * pkey_ctx,X509_ALGOR * sigalg,EVP_PKEY * pkey) rsa_pss_to_ctx() argument 854 EVP_PKEY_CTX *pkey_ctx = CMS_SignerInfo_get0_pkey_ctx(si); rsa_cms_verify() local 903 rsa_alg_set_pss_padding(X509_ALGOR * alg,EVP_PKEY_CTX * pkey_ctx) rsa_alg_set_pss_padding() argument 931 rsa_alg_set_oaep_padding(X509_ALGOR * alg,EVP_PKEY_CTX * pkey_ctx) rsa_alg_set_oaep_padding() argument 991 EVP_PKEY_CTX *pkey_ctx; rsa_cms_sign() local 1014 EVP_PKEY_CTX *pkey_ctx = ctx->pctx; rsa_item_sign() local 1138 EVP_PKEY_CTX *pkey_ctx; rsa_cms_encrypt() local [all...] |
/openbsd-src/regress/lib/libcrypto/evp/ |
H A D | evp_pkey_check.c |
|
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-src/lib/libcrypto/ec/ |
H A D | ecx_methods.c | 698 pkey_ecx_keygen(EVP_PKEY_CTX * pkey_ctx,EVP_PKEY * pkey) pkey_ecx_keygen() argument 720 pkey_ecx_derive(EVP_PKEY_CTX * pkey_ctx,unsigned char * out_key,size_t * out_key_len) pkey_ecx_derive() argument 755 pkey_ecx_ctrl(EVP_PKEY_CTX * pkey_ctx,int op,int arg1,void * arg2) pkey_ecx_ctrl() argument 807 EVP_PKEY_CTX *pkey_ctx; pkey_ecx_digestsign() local 840 EVP_PKEY_CTX *pkey_ctx; pkey_ecx_digestverify() local 854 pkey_ecx_ed_ctrl(EVP_PKEY_CTX * pkey_ctx,int op,int arg1,void * arg2) pkey_ecx_ed_ctrl() argument [all...] |
/openbsd-src/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-src/lib/libcrypto/evp/ |
H A D | pmeth_lib.c | 119 EVP_PKEY_CTX *pkey_ctx = NULL; in evp_pkey_ctx_new() local [all...] |