Searched refs:EVP_aes_128_gcm (Results 1 - 14 of 14) sorted by relevance
/third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/ |
H A D | openssl.c | 61 return ngtcp2_crypto_aead_init(aead, (void *)EVP_aes_128_gcm()); in ngtcp2_crypto_aead_aes_128_gcm() 70 ngtcp2_crypto_aead_init(&ctx->aead, (void *)EVP_aes_128_gcm()); in ngtcp2_crypto_ctx_initial() 86 return ngtcp2_crypto_aead_init(aead, (void *)EVP_aes_128_gcm()); in ngtcp2_crypto_aead_retry() 92 return EVP_aes_128_gcm(); in crypto_ssl_get_aead()
|
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_ossltest.c | 327 EVP_CIPHER_impl_ctx_size(EVP_aes_128_gcm())))) { in ossltest_aes_128_gcm() 728 return EVP_CIPHER_meth_get_init(EVP_aes_128_gcm()) (ctx, key, iv, enc); in ossltest_aes128_gcm_init_key() 745 EVP_CIPHER_meth_get_do_cipher(EVP_aes_128_gcm())(ctx, out, in, inl); in ossltest_aes128_gcm_cipher() 759 int ret = EVP_CIPHER_meth_get_ctrl(EVP_aes_128_gcm())(ctx, type, arg, ptr); in ossltest_aes128_gcm_ctrl()
|
/third_party/openssl/engines/ |
H A D | e_ossltest.c | 327 EVP_CIPHER_impl_ctx_size(EVP_aes_128_gcm())))) { in ossltest_aes_128_gcm() 728 return EVP_CIPHER_meth_get_init(EVP_aes_128_gcm()) (ctx, key, iv, enc); in ossltest_aes128_gcm_init_key() 745 EVP_CIPHER_meth_get_do_cipher(EVP_aes_128_gcm())(ctx, out, in, inl); in ossltest_aes128_gcm_cipher() 759 int ret = EVP_CIPHER_meth_get_ctrl(EVP_aes_128_gcm())(ctx, type, arg, ptr); in ossltest_aes128_gcm_ctrl()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | c_allc.c | 143 EVP_add_cipher(EVP_aes_128_gcm()); in openssl_add_all_ciphers_int()
|
/third_party/openssl/test/ |
H A D | tls13encryptiontest.c | 310 const EVP_CIPHER *ciph = EVP_aes_128_gcm(); in test_tls13_encryption()
|
H A D | cmsapitest.c | 69 return test_encrypt_decrypt(EVP_aes_128_gcm()); in test_encrypt_decrypt_aes_128_gcm()
|
H A D | evp_extra_test.c | 3197 type = EVP_aes_128_gcm(); in test_evp_iv_aes()
|
/third_party/openssl/crypto/evp/ |
H A D | c_allc.c | 143 EVP_add_cipher(EVP_aes_128_gcm()); in openssl_add_all_ciphers_int()
|
/third_party/libwebsockets/lib/tls/openssl/ |
H A D | lws-genaes.c | 104 ctx->cipher = EVP_aes_128_gcm(); in lws_genaes_create()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | evp.rs | 328 pub fn EVP_aes_128_gcm() -> *const EVP_CIPHER; in EVP_aes_128_gcm() functions
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | symm.rs | 132 unsafe { Cipher(ffi::EVP_aes_128_gcm()) } in aes_128_gcm()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | evp.h | 818 const EVP_CIPHER *EVP_aes_128_gcm(void);
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | evp.h | 1023 const EVP_CIPHER *EVP_aes_128_gcm(void);
|
/third_party/openssl/include/openssl/ |
H A D | evp.h | 1021 const EVP_CIPHER *EVP_aes_128_gcm(void);
|
Completed in 24 milliseconds