Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/openssl/
Dpkeyutl.c220 .value = EVP_PKEY_OP_SIGN,
272 cfg.pkey_op = EVP_PKEY_OP_SIGN; in pkeyutl_main()
409 if (((cfg.pkey_op == EVP_PKEY_OP_SIGN) in init_ctx()
456 case EVP_PKEY_OP_SIGN: in init_ctx()
553 case EVP_PKEY_OP_SIGN: in do_keyop()
/openbsd/src/lib/libcrypto/evp/
Dpmeth_fn.c93 ctx->operation = EVP_PKEY_OP_SIGN; in EVP_PKEY_sign_init()
111 if (ctx->operation != EVP_PKEY_OP_SIGN) { in EVP_PKEY_sign()
Dm_sigver.c109 ctx->pctx->operation = EVP_PKEY_OP_SIGN; in do_sigver_init()
Devp.h870 #define EVP_PKEY_OP_SIGN (1<<3) macro
880 (EVP_PKEY_OP_SIGN | EVP_PKEY_OP_VERIFY | EVP_PKEY_OP_VERIFYRECOVER \
/openbsd/src/lib/libcrypto/rsa/
Drsa.h152 RSA_pkey_ctx_ctrl(ctx, (EVP_PKEY_OP_SIGN|EVP_PKEY_OP_VERIFY), \
160 RSA_pkey_ctx_ctrl(ctx, (EVP_PKEY_OP_SIGN|EVP_PKEY_OP_VERIFY), \
Drsa_pmeth.c460 (EVP_PKEY_OP_SIGN | EVP_PKEY_OP_VERIFY))) in pkey_rsa_ctrl()
/openbsd/src/lib/libcrypto/cms/
Dcms_sd.c801 if (EVP_PKEY_CTX_ctrl(si->pctx, -1, EVP_PKEY_OP_SIGN, in CMS_SignerInfo_sign()
819 if (EVP_PKEY_CTX_ctrl(si->pctx, -1, EVP_PKEY_OP_SIGN, in CMS_SignerInfo_sign()
/openbsd/src/lib/libcrypto/pkcs7/
Dpk7_doit.c887 if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_SIGN, in PKCS7_SIGNER_INFO_sign()
909 if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_SIGN, in PKCS7_SIGNER_INFO_sign()