Home
last modified time | relevance | path

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

/third_party/openssl/apps/
Dpkeyutl.c88 int keysize = -1, pkey_op = EVP_PKEY_OP_SIGN, key_type = KEY_PRIVKEY; in pkeyutl_main()
159 pkey_op = EVP_PKEY_OP_SIGN; in pkeyutl_main()
301 && (pkey_op == EVP_PKEY_OP_SIGN in pkeyutl_main()
375 if (((pkey_op == EVP_PKEY_OP_SIGN) || (pkey_op == EVP_PKEY_OP_DECRYPT) in init_ctx()
436 case EVP_PKEY_OP_SIGN: in init_ctx()
506 case EVP_PKEY_OP_SIGN: in do_keyop()
/third_party/openssl/crypto/evp/
Dpmeth_fn.c43 ctx->operation = EVP_PKEY_OP_SIGN; in EVP_PKEY_sign_init()
61 if (ctx->operation != EVP_PKEY_OP_SIGN) { in EVP_PKEY_sign()
Dm_sigver.c64 ctx->pctx->operation = EVP_PKEY_OP_SIGN; in do_sigver_init()
/third_party/openssl/include/openssl/
Drsa.h102 RSA_pkey_ctx_ctrl(ctx, (EVP_PKEY_OP_SIGN|EVP_PKEY_OP_VERIFY), \
118 RSA_pkey_ctx_ctrl(ctx, (EVP_PKEY_OP_SIGN|EVP_PKEY_OP_VERIFY), \
Devp.h1260 # define EVP_PKEY_OP_SIGN (1<<3) macro
1270 (EVP_PKEY_OP_SIGN | EVP_PKEY_OP_VERIFY | EVP_PKEY_OP_VERIFYRECOVER \
/third_party/openssl/crypto/cms/
Dcms_sd.c686 if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_SIGN, in CMS_SignerInfo_sign()
707 if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_SIGN, in CMS_SignerInfo_sign()
/third_party/openssl/crypto/pkcs7/
Dpk7_doit.c841 if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_SIGN, in PKCS7_SIGNER_INFO_sign()
863 if (EVP_PKEY_CTX_ctrl(pctx, -1, EVP_PKEY_OP_SIGN, in PKCS7_SIGNER_INFO_sign()
/third_party/openssl/crypto/rsa/
Drsa_pmeth.c410 (EVP_PKEY_OP_SIGN | EVP_PKEY_OP_VERIFY))) in pkey_rsa_ctrl()