Searched refs:EVP_aes_256_gcm (Results 1 – 12 of 12) sorted by relevance
/third_party/openssl/test/ |
D | aesgcmtest.c | 48 && 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()
|
D | namemap_internal_test.c | 143 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()
|
D | cmsapitest.c | 79 return test_encrypt_decrypt(EVP_aes_256_gcm()); in test_encrypt_decrypt_aes_256_gcm()
|
/third_party/openssl/doc/man3/ |
D | EVP_aes_128_gcm.pod | 38 EVP_aes_256_gcm, 123 EVP_aes_256_gcm(),
|
/third_party/openssl/crypto/evp/ |
D | c_allc.c | 178 EVP_add_cipher(EVP_aes_256_gcm()); in openssl_add_all_ciphers_int()
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | lws-genaes.c | 212 ctx->cipher = EVP_aes_256_gcm(); in lws_genaes_create()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | cipher.rs | 266 unsafe { CipherRef::from_ptr(ffi::EVP_aes_256_gcm() as *mut _) } in aes_256_gcm()
|
D | symm.rs | 227 unsafe { Cipher(ffi::EVP_aes_256_gcm()) } in aes_256_gcm()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
D | evp.rs | 341 pub fn EVP_aes_256_gcm() -> *const EVP_CIPHER; in EVP_aes_256_gcm() function
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | evp.h | 849 const EVP_CIPHER *EVP_aes_256_gcm(void);
|
/third_party/openssl/include/openssl/ |
D | evp.h | 1052 const EVP_CIPHER *EVP_aes_256_gcm(void);
|
/third_party/openssl/util/ |
D | libcrypto.num | 3677 EVP_aes_256_gcm 3760 3_0_0 EXIST::FUNCTION:
|