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

  /external/boringssl/src/crypto/evp/
internal.h 152 #define EVP_PKEY_OP_SIGN (1 << 3)
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 231 ctx->operation = EVP_PKEY_OP_SIGN;
250 if (ctx->operation != EVP_PKEY_OP_SIGN) {

Completed in 4153 milliseconds