Searched refs:gcm_256_info (Results 1 – 1 of 1) sorted by relevance
2550 struct tls12_crypto_info_aes_gcm_256 *gcm_256_info; in tls_set_sw_offload() local2552 gcm_256_info = (void *)crypto_info; in tls_set_sw_offload()2556 iv = gcm_256_info->iv; in tls_set_sw_offload()2558 rec_seq = gcm_256_info->rec_seq; in tls_set_sw_offload()2560 key = gcm_256_info->key; in tls_set_sw_offload()2561 salt = gcm_256_info->salt; in tls_set_sw_offload()2652 struct tls12_crypto_info_aria_gcm_256 *gcm_256_info; in tls_set_sw_offload() local2654 gcm_256_info = (void *)crypto_info; in tls_set_sw_offload()2658 iv = gcm_256_info->iv; in tls_set_sw_offload()2660 rec_seq = gcm_256_info->rec_seq; in tls_set_sw_offload()[all …]