Searched refs:EVP_PKEY_OP_SIGN (Results 1 – 3 of 3) sorted by relevance
116 #define EVP_PKEY_OP_SIGN (1 << 3) macro124 (EVP_PKEY_OP_SIGN | EVP_PKEY_OP_VERIFY | EVP_PKEY_OP_VERIFYRECOVER)
397 0 == (ctx->operation & (EVP_PKEY_OP_SIGN | EVP_PKEY_OP_VERIFY))) || in pkey_rsa_ctrl()570 (EVP_PKEY_OP_SIGN | EVP_PKEY_OP_VERIFY), in EVP_PKEY_CTX_set_rsa_pss_saltlen()576 (EVP_PKEY_OP_SIGN | EVP_PKEY_OP_VERIFY), in EVP_PKEY_CTX_get_rsa_pss_saltlen()
222 ctx->operation = EVP_PKEY_OP_SIGN; in EVP_PKEY_sign_init()232 if (ctx->operation != EVP_PKEY_OP_SIGN) { in EVP_PKEY_sign()