Searched refs:NID_aes_128_ccm (Results 1 - 12 of 12) sorted by relevance
/third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/ |
H A D | openssl.c | 52 case NID_aes_128_ccm: in crypto_aead_max_overhead() 218 if (cipher_nid == NID_aes_128_ccm) { in ngtcp2_crypto_aead_ctx_encrypt_init() 233 (cipher_nid == NID_aes_128_ccm && in ngtcp2_crypto_aead_ctx_encrypt_init() 265 if (cipher_nid == NID_aes_128_ccm) { in ngtcp2_crypto_aead_ctx_decrypt_init() 280 (cipher_nid == NID_aes_128_ccm && in ngtcp2_crypto_aead_ctx_decrypt_init() 509 (cipher_nid == NID_aes_128_ccm && in ngtcp2_crypto_encrypt() 564 (cipher_nid == NID_aes_128_ccm && in ngtcp2_crypto_decrypt() 568 (cipher_nid != NID_aes_128_ccm && in ngtcp2_crypto_decrypt()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ktls.c | 212 case NID_aes_128_ccm: in ktls_configure_crypto()
|
H A D | ssl_ciph.c | 48 {SSL_AES128CCM, NID_aes_128_ccm}, /* SSL_ENC_AES128CCM_IDX 14 */ 50 {SSL_AES128CCM8, NID_aes_128_ccm}, /* SSL_ENC_AES128CCM8_IDX 16 */
|
/third_party/openssl/ssl/ |
H A D | ktls.c | 212 case NID_aes_128_ccm: in ktls_configure_crypto()
|
H A D | ssl_ciph.c | 48 {SSL_AES128CCM, NID_aes_128_ccm}, /* SSL_ENC_AES128CCM_IDX 14 */ 50 {SSL_AES128CCM8, NID_aes_128_ccm}, /* SSL_ENC_AES128CCM8_IDX 16 */
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
H A D | obj_mac.rs | 589 pub const NID_aes_128_ccm: c_int = 896; consts
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | nid.rs | 720 pub const AES_128_CCM: Nid = Nid(ffi::NID_aes_128_ccm);
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | obj_mac.h | 2870 #define NID_aes_128_ccm 896 macro
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | obj_mac.h | 2735 #define NID_aes_128_ccm 896 macro
|
/third_party/openssl/include/openssl/ |
H A D | obj_mac.h | 2870 #define NID_aes_128_ccm 896 macro
|
/third_party/node/deps/openssl/openssl/crypto/objects/ |
H A D | obj_dat.h | 2018 {"id-aes128-CCM", "aes-128-ccm", NID_aes_128_ccm, 9, &so[5841]},
|
/third_party/openssl/crypto/objects/ |
H A D | obj_dat.h | 2020 {"id-aes128-CCM", "aes-128-ccm", NID_aes_128_ccm, 9, &so[5841]},
|
Completed in 87 milliseconds