Home
last modified time | relevance | path

Searched refs:EVP_PKEY_OP_DECRYPT (Results 1 – 5 of 5) sorted by relevance

/dragonfly/crypto/libressl/apps/openssl/
H A Dpkeyutl.c117 .value = EVP_PKEY_OP_DECRYPT,
412 || (pkeyutl_config.pkey_op == EVP_PKEY_OP_DECRYPT) in init_ctx()
474 case EVP_PKEY_OP_DECRYPT: in init_ctx()
563 case EVP_PKEY_OP_DECRYPT: in do_keyop()
/dragonfly/crypto/libressl/crypto/evp/
H A Dpmeth_fn.c228 ctx->operation = EVP_PKEY_OP_DECRYPT; in EVP_PKEY_decrypt_init()
245 if (ctx->operation != EVP_PKEY_OP_DECRYPT) { in EVP_PKEY_decrypt()
284 ctx->operation != EVP_PKEY_OP_DECRYPT) { in EVP_PKEY_derive_set_peer()
/dragonfly/crypto/libressl/include/openssl/
H A Devp.h973 #define EVP_PKEY_OP_DECRYPT (1<<9) macro
981 (EVP_PKEY_OP_ENCRYPT | EVP_PKEY_OP_DECRYPT)
/dragonfly/crypto/libressl/crypto/cms/
H A Dcms_env.c463 if (EVP_PKEY_CTX_ctrl(ktri->pctx, -1, EVP_PKEY_OP_DECRYPT, in cms_RecipientInfo_ktri_decrypt()
/dragonfly/crypto/libressl/crypto/pkcs7/
H A Dpk7_doit.c212 if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_DECRYPT, in pkcs7_decrypt_rinfo()