Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/
H A Dopenssl.c52 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 Dktls.c212 case NID_aes_128_ccm: in ktls_configure_crypto()
H A Dssl_ciph.c48 {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 Dktls.c212 case NID_aes_128_ccm: in ktls_configure_crypto()
H A Dssl_ciph.c48 {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 Dobj_mac.rs589 pub const NID_aes_128_ccm: c_int = 896; consts
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dnid.rs720 pub const AES_128_CCM: Nid = Nid(ffi::NID_aes_128_ccm);
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dobj_mac.h2870 #define NID_aes_128_ccm 896 macro
/third_party/openssl/ohos_lite/include/openssl/
H A Dobj_mac.h2735 #define NID_aes_128_ccm 896 macro
/third_party/openssl/include/openssl/
H A Dobj_mac.h2870 #define NID_aes_128_ccm 896 macro
/third_party/node/deps/openssl/openssl/crypto/objects/
H A Dobj_dat.h2018 {"id-aes128-CCM", "aes-128-ccm", NID_aes_128_ccm, 9, &so[5841]},
/third_party/openssl/crypto/objects/
H A Dobj_dat.h2020 {"id-aes128-CCM", "aes-128-ccm", NID_aes_128_ccm, 9, &so[5841]},

Completed in 91 milliseconds