Home
last modified time | relevance | path

Searched defs:EVP_CipherUpdate (Results 1 – 4 of 4) 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
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DNativeCrypto.java307 static native int EVP_CipherUpdate(NativeRef.EVP_CIPHER_CTX ctx, byte[] out, int outOffset, in EVP_CipherUpdate() method in NativeCrypto
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h995 #define EVP_CipherUpdate GRPC_SHADOW_EVP_CipherUpdate macro