Home
last modified time | relevance | path

Searched refs:EVP_CIPHER_CTX_encrypting (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/include/openssl/
Dcipher.h248 OPENSSL_EXPORT int EVP_CIPHER_CTX_encrypting(const EVP_CIPHER_CTX *ctx);
/external/boringssl/src/crypto/cipher_extra/
Dcipher_test.cc124 EVP_CIPHER_CTX_encrypting(ctx)) { in DoCipher()
/external/boringssl/src/crypto/fipsmodule/cipher/
Dcipher.c499 int EVP_CIPHER_CTX_encrypting(const EVP_CIPHER_CTX *ctx) { in EVP_CIPHER_CTX_encrypting() function