Home
last modified time | relevance | path

Searched refs:gcm128 (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/openssl/openssl/ssl/
H A Dktls.c183 crypto_info->gcm128.info.cipher_type = TLS_CIPHER_AES_GCM_128; in ktls_configure_crypto()
184 crypto_info->gcm128.info.version = s->version; in ktls_configure_crypto()
185 crypto_info->tls_crypto_info_len = sizeof(crypto_info->gcm128); in ktls_configure_crypto()
186 memcpy(crypto_info->gcm128.iv, iiv + EVP_GCM_TLS_FIXED_IV_LEN, in ktls_configure_crypto()
188 memcpy(crypto_info->gcm128.salt, iiv, TLS_CIPHER_AES_GCM_128_SALT_SIZE); in ktls_configure_crypto()
189 memcpy(crypto_info->gcm128.key, key, EVP_CIPHER_get_key_length(c)); in ktls_configure_crypto()
190 memcpy(crypto_info->gcm128.rec_seq, rl_sequence, in ktls_configure_crypto()
193 *rec_seq = crypto_info->gcm128.rec_seq; in ktls_configure_crypto()
/third_party/openssl/ssl/
H A Dktls.c183 crypto_info->gcm128.info.cipher_type = TLS_CIPHER_AES_GCM_128; in ktls_configure_crypto()
184 crypto_info->gcm128.info.version = s->version; in ktls_configure_crypto()
185 crypto_info->tls_crypto_info_len = sizeof(crypto_info->gcm128); in ktls_configure_crypto()
186 memcpy(crypto_info->gcm128.iv, iiv + EVP_GCM_TLS_FIXED_IV_LEN, in ktls_configure_crypto()
188 memcpy(crypto_info->gcm128.salt, iiv, TLS_CIPHER_AES_GCM_128_SALT_SIZE); in ktls_configure_crypto()
189 memcpy(crypto_info->gcm128.key, key, EVP_CIPHER_get_key_length(c)); in ktls_configure_crypto()
190 memcpy(crypto_info->gcm128.rec_seq, rl_sequence, in ktls_configure_crypto()
193 *rec_seq = crypto_info->gcm128.rec_seq; in ktls_configure_crypto()
/third_party/node/deps/openssl/openssl/include/internal/
H A Dktls.h248 struct tls12_crypto_info_aes_gcm_128 gcm128; member
/third_party/openssl/include/internal/
H A Dktls.h248 struct tls12_crypto_info_aes_gcm_128 gcm128; member

Completed in 3 milliseconds