Searched defs:EVP_CipherInit_ex (Results  1 – 7 of 7) sorted by relevance
| /external/boringssl/src/crypto/fipsmodule/cipher/ | 
| D | cipher.c | 140 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/ | 
| D | cipher.c | 135 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,  in EVP_CipherInit_ex()  function
  | 
| /external/cronet/third_party/boringssl/src/crypto/fipsmodule/cipher/ | 
| D | cipher.c | 140 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/ | 
| D | NativeCrypto.java | 308     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/ | 
| D | NativeCrypto.java | 298     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/ | 
| D | grpc_shadow_boringssl.h | 994 #define EVP_CipherInit_ex GRPC_SHADOW_EVP_CipherInit_ex  macro
  | 
| /external/rust/crates/grpcio-sys/grpc/src/boringssl/ | 
| D | boringssl_prefix_symbols.h | 1478 #define EVP_CipherInit_ex BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, EVP_CipherInit_ex)  macro
  |