Home
last modified time | relevance | path

Searched refs:EVP_aes_256_gcm (Results 1 - 12 of 12) sorted by relevance

/third_party/openssl/test/
H A Dnamemap_internal_test.c143 if (!TEST_true(EVP_CIPHER_is_a(EVP_aes_256_gcm(), "AES-256-GCM")) in test_cipher_is_a()
144 || !TEST_false(EVP_CIPHER_is_a(EVP_aes_256_gcm(), "AES-128-CCM"))) in test_cipher_is_a()
H A Daesgcmtest.c48 && TEST_true(EVP_EncryptInit_ex(ctx, EVP_aes_256_gcm(), NULL, NULL, in do_encrypt()
76 && TEST_true(EVP_DecryptInit_ex(ctx, EVP_aes_256_gcm(), NULL, in do_decrypt()
H A Dcmsapitest.c79 return test_encrypt_decrypt(EVP_aes_256_gcm()); in test_encrypt_decrypt_aes_256_gcm()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dc_allc.c178 EVP_add_cipher(EVP_aes_256_gcm()); in openssl_add_all_ciphers_int()
/third_party/openssl/crypto/evp/
H A Dc_allc.c178 EVP_add_cipher(EVP_aes_256_gcm()); in openssl_add_all_ciphers_int()
/third_party/libwebsockets/lib/tls/openssl/
H A Dlws-genaes.c212 ctx->cipher = EVP_aes_256_gcm(); in lws_genaes_create()
/third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/
H A Dopenssl.c94 return EVP_aes_256_gcm(); in crypto_ssl_get_aead()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Devp.rs359 pub fn EVP_aes_256_gcm() -> *const EVP_CIPHER; in EVP_aes_256_gcm() functions
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dsymm.rs227 unsafe { Cipher(ffi::EVP_aes_256_gcm()) } in aes_256_gcm()
/third_party/openssl/ohos_lite/include/openssl/
H A Devp.h849 const EVP_CIPHER *EVP_aes_256_gcm(void);
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h1054 const EVP_CIPHER *EVP_aes_256_gcm(void);
/third_party/openssl/include/openssl/
H A Devp.h1052 const EVP_CIPHER *EVP_aes_256_gcm(void);

Completed in 15 milliseconds