Home
last modified time | relevance | path

Searched defs:EVP_CipherUpdate (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/cipher/
Dcipher.c474 int EVP_CipherUpdate(EVP_CIPHER_CTX *ctx, uint8_t *out, int *out_len, in EVP_CipherUpdate() function
/external/conscrypt/common/src/main/java/org/conscrypt/
DNativeCrypto.java294 static native int EVP_CipherUpdate(NativeRef.EVP_CIPHER_CTX ctx, byte[] out, int outOffset, in EVP_CipherUpdate() method in NativeCrypto