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

  /cts/tests/tests/security/jni/
android_security_cts_EncryptionTest.cpp 85 * Exceptions: InvalidKeyException if EVP_DecryptInit fails, OutOfMemoryError
100 if (!EVP_DecryptInit(&ctx, TEST_EVP_CIPHER, key, iv)) {
102 "EVP_DecryptInit failed");
  /external/boringssl/src/include/openssl/
cipher.h 393 // EVP_DecryptInit calls |EVP_CipherInit| with |enc| equal to zero.
394 OPENSSL_EXPORT int EVP_DecryptInit(EVP_CIPHER_CTX *ctx,
  /external/boringssl/src/crypto/fipsmodule/cipher/
cipher.c 606 int EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,

Completed in 85 milliseconds