Home
last modified time | relevance | path

Searched refs:EVP_PKEY_OP_SIGN (Results 1 – 8 of 8) sorted by relevance

/dragonfly/crypto/libressl/apps/openssl/
H A Dpkeyutl.c220 .value = EVP_PKEY_OP_SIGN,
274 pkeyutl_config.pkey_op = EVP_PKEY_OP_SIGN; in pkeyutl_main()
411 if (((pkeyutl_config.pkey_op == EVP_PKEY_OP_SIGN) in init_ctx()
458 case EVP_PKEY_OP_SIGN: in init_ctx()
555 case EVP_PKEY_OP_SIGN: in do_keyop()
/dragonfly/crypto/libressl/crypto/evp/
H A Dpmeth_fn.c93 ctx->operation = EVP_PKEY_OP_SIGN; in EVP_PKEY_sign_init()
110 if (ctx->operation != EVP_PKEY_OP_SIGN) { in EVP_PKEY_sign()
/dragonfly/crypto/libressl/include/openssl/
H A Drsa.h157 RSA_pkey_ctx_ctrl(ctx, (EVP_PKEY_OP_SIGN|EVP_PKEY_OP_VERIFY), \
165 RSA_pkey_ctx_ctrl(ctx, (EVP_PKEY_OP_SIGN|EVP_PKEY_OP_VERIFY), \
H A Devp.h967 #define EVP_PKEY_OP_SIGN (1<<3) macro
977 (EVP_PKEY_OP_SIGN | EVP_PKEY_OP_VERIFY | EVP_PKEY_OP_VERIFYRECOVER \
/dragonfly/crypto/libressl/crypto/cms/
H A Dcms_sd.c737 if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_SIGN, in CMS_SignerInfo_sign()
758 if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_SIGN, in CMS_SignerInfo_sign()
/dragonfly/crypto/libressl/crypto/pkcs7/
H A Dpk7_doit.c879 if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_SIGN, in PKCS7_SIGNER_INFO_sign()
901 if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_SIGN, in PKCS7_SIGNER_INFO_sign()
/dragonfly/crypto/libressl/crypto/rsa/
H A Drsa_pmeth.c448 (EVP_PKEY_OP_SIGN | EVP_PKEY_OP_VERIFY))) in pkey_rsa_ctrl()
/dragonfly/crypto/libressl/ssl/
H A Dssl_clnt.c2100 EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_SIGN, in ssl3_send_client_verify_sigalgs()
2248 if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_SIGN, in ssl3_send_client_verify_gost()