Home
last modified time | relevance | path

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

/third_party/openssl/test/
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()
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()
Dcmsapitest.c79 return test_encrypt_decrypt(EVP_aes_256_gcm()); in test_encrypt_decrypt_aes_256_gcm()
/third_party/openssl/doc/man3/
DEVP_aes_128_gcm.pod38 EVP_aes_256_gcm,
123 EVP_aes_256_gcm(),
/third_party/openssl/crypto/evp/
Dc_allc.c178 EVP_add_cipher(EVP_aes_256_gcm()); in openssl_add_all_ciphers_int()
/third_party/libwebsockets/lib/tls/openssl/
Dlws-genaes.c212 ctx->cipher = EVP_aes_256_gcm(); in lws_genaes_create()
/third_party/rust/crates/rust-openssl/openssl/src/
Dcipher.rs266 unsafe { CipherRef::from_ptr(ffi::EVP_aes_256_gcm() as *mut _) } in aes_256_gcm()
Dsymm.rs227 unsafe { Cipher(ffi::EVP_aes_256_gcm()) } in aes_256_gcm()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Devp.rs341 pub fn EVP_aes_256_gcm() -> *const EVP_CIPHER; in EVP_aes_256_gcm() function
/third_party/openssl/ohos_lite/include/openssl/
Devp.h849 const EVP_CIPHER *EVP_aes_256_gcm(void);
/third_party/openssl/include/openssl/
Devp.h1052 const EVP_CIPHER *EVP_aes_256_gcm(void);
/third_party/openssl/util/
Dlibcrypto.num3677 EVP_aes_256_gcm 3760 3_0_0 EXIST::FUNCTION: