Searched refs:EVP_CipherInit (Results 1 – 2 of 2) sorted by relevance
| /third_party/ulib/uboringssl/crypto/fipsmodule/cipher/ |
| A D | cipher.c | 597 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit() function 607 return EVP_CipherInit(ctx, cipher, key, iv, 1); in EVP_EncryptInit() 612 return EVP_CipherInit(ctx, cipher, key, iv, 0); in EVP_DecryptInit()
|
| /third_party/ulib/uboringssl/include/openssl/ |
| A D | cipher.h | 388 OPENSSL_EXPORT int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
|
Completed in 6 milliseconds