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

  /external/openssl/apps/
pkeyutl.c 194 pkey_op = EVP_PKEY_OP_VERIFY;
238 if (sigfile && (pkey_op != EVP_PKEY_OP_VERIFY))
244 if (!sigfile && (pkey_op == EVP_PKEY_OP_VERIFY))
330 if(pkey_op == EVP_PKEY_OP_VERIFY)
476 case EVP_PKEY_OP_VERIFY:
  /external/openssl/crypto/evp/
pmeth_fn.c 128 ctx->operation = EVP_PKEY_OP_VERIFY;
147 if (ctx->operation != EVP_PKEY_OP_VERIFY)
evp.h     [all...]
  /external/openssl/crypto/rsa/
rsa.h 231 (EVP_PKEY_OP_SIGN|EVP_PKEY_OP_VERIFY), \
237 (EVP_PKEY_OP_SIGN|EVP_PKEY_OP_VERIFY), \
rsa_pmeth.c 483 (EVP_PKEY_OP_SIGN | EVP_PKEY_OP_VERIFY)))
  /external/openssl/include/openssl/
rsa.h 231 (EVP_PKEY_OP_SIGN|EVP_PKEY_OP_VERIFY), \
237 (EVP_PKEY_OP_SIGN|EVP_PKEY_OP_VERIFY), \
evp.h     [all...]

Completed in 2263 milliseconds