Home
last modified time | relevance | path

Searched refs:RSA_pkey_ctx_ctrl (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/crypto/openssl/include/openssl/
H A Drsa.h96 RSA_pkey_ctx_ctrl(ctx, -1, EVP_PKEY_CTRL_RSA_PADDING, pad, NULL)
99 RSA_pkey_ctx_ctrl(ctx, -1, EVP_PKEY_CTRL_GET_RSA_PADDING, 0, ppad)
102 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), \
122 RSA_pkey_ctx_ctrl(ctx, EVP_PKEY_OP_KEYGEN, \
126 RSA_pkey_ctx_ctrl(ctx, EVP_PKEY_OP_KEYGEN, \
130 RSA_pkey_ctx_ctrl(ctx, EVP_PKEY_OP_KEYGEN, \
134 RSA_pkey_ctx_ctrl(ctx, EVP_PKEY_OP_TYPE_SIG | EVP_PKEY_OP_TYPE_CRYPT, \
146 RSA_pkey_ctx_ctrl(ctx, EVP_PKEY_OP_TYPE_SIG | EVP_PKEY_OP_TYPE_CRYPT, \
278 int RSA_pkey_ctx_ctrl(EVP_PKEY_CTX *ctx, int optype, int cmd, int p1, void *p2);
/freebsd-13.1/crypto/openssl/crypto/rsa/
H A Drsa_lib.c485 int RSA_pkey_ctx_ctrl(EVP_PKEY_CTX *ctx, int optype, int cmd, int p1, void *p2) in RSA_pkey_ctx_ctrl() function
/freebsd-13.1/secure/lib/libcrypto/
H A DVersion.map4396 RSA_pkey_ctx_ctrl;