HomeSort by relevance Sort by last modified time
    Searched refs:EVP_PKEY_OP_VERIFY (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/crypto/evp/
internal.h 153 #define EVP_PKEY_OP_VERIFY (1 << 4)
160 (EVP_PKEY_OP_SIGN | EVP_PKEY_OP_VERIFY | EVP_PKEY_OP_VERIFYRECOVER)
p_rsa.c 361 0 == (ctx->operation & (EVP_PKEY_OP_SIGN | EVP_PKEY_OP_VERIFY))) ||
527 (EVP_PKEY_OP_SIGN | EVP_PKEY_OP_VERIFY),
533 (EVP_PKEY_OP_SIGN | EVP_PKEY_OP_VERIFY),
evp_ctx.c 262 ctx->operation = EVP_PKEY_OP_VERIFY;
280 if (ctx->operation != EVP_PKEY_OP_VERIFY) {

Completed in 32 milliseconds