Home
last modified time | relevance | path

Searched refs:gcm256 (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/ssl/
Dktls.c198 crypto_info->gcm256.info.cipher_type = TLS_CIPHER_AES_GCM_256; in ktls_configure_crypto()
199 crypto_info->gcm256.info.version = s->version; in ktls_configure_crypto()
200 crypto_info->tls_crypto_info_len = sizeof(crypto_info->gcm256); in ktls_configure_crypto()
201 memcpy(crypto_info->gcm256.iv, iiv + EVP_GCM_TLS_FIXED_IV_LEN, in ktls_configure_crypto()
203 memcpy(crypto_info->gcm256.salt, iiv, TLS_CIPHER_AES_GCM_256_SALT_SIZE); in ktls_configure_crypto()
204 memcpy(crypto_info->gcm256.key, key, EVP_CIPHER_get_key_length(c)); in ktls_configure_crypto()
205 memcpy(crypto_info->gcm256.rec_seq, rl_sequence, in ktls_configure_crypto()
208 *rec_seq = crypto_info->gcm256.rec_seq; in ktls_configure_crypto()
/third_party/node/deps/openssl/openssl/ssl/
Dktls.c198 crypto_info->gcm256.info.cipher_type = TLS_CIPHER_AES_GCM_256; in ktls_configure_crypto()
199 crypto_info->gcm256.info.version = s->version; in ktls_configure_crypto()
200 crypto_info->tls_crypto_info_len = sizeof(crypto_info->gcm256); in ktls_configure_crypto()
201 memcpy(crypto_info->gcm256.iv, iiv + EVP_GCM_TLS_FIXED_IV_LEN, in ktls_configure_crypto()
203 memcpy(crypto_info->gcm256.salt, iiv, TLS_CIPHER_AES_GCM_256_SALT_SIZE); in ktls_configure_crypto()
204 memcpy(crypto_info->gcm256.key, key, EVP_CIPHER_get_key_length(c)); in ktls_configure_crypto()
205 memcpy(crypto_info->gcm256.rec_seq, rl_sequence, in ktls_configure_crypto()
208 *rec_seq = crypto_info->gcm256.rec_seq; in ktls_configure_crypto()
/third_party/node/deps/openssl/openssl/include/internal/
Dktls.h251 struct tls12_crypto_info_aes_gcm_256 gcm256; member
/third_party/openssl/include/internal/
Dktls.h251 struct tls12_crypto_info_aes_gcm_256 gcm256; member