Home
last modified time | relevance | path

Searched defs:EVP_CipherInit_ex (Results 1 – 6 of 6) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/cipher/
Dcipher.c134 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit_ex() function
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/cipher/
Dcipher.c134 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit_ex() function
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DNativeCrypto.java308 static native void EVP_CipherInit_ex(NativeRef.EVP_CIPHER_CTX ctx, long evpCipher, byte[] key, in EVP_CipherInit_ex() method in NativeCrypto
/external/conscrypt/common/src/main/java/org/conscrypt/
DNativeCrypto.java298 static native void EVP_CipherInit_ex(NativeRef.EVP_CIPHER_CTX ctx, long evpCipher, byte[] key, in EVP_CipherInit_ex() method in NativeCrypto
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h994 #define EVP_CipherInit_ex GRPC_SHADOW_EVP_CipherInit_ex macro
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h1463 #define EVP_CipherInit_ex BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, EVP_CipherInit_ex) macro