Searched refs:gcm_256_info (Results 1 – 1 of 1) sorted by relevance
2548 struct tls12_crypto_info_aes_gcm_256 *gcm_256_info; in tls_set_sw_offload() local2550 gcm_256_info = (void *)crypto_info; in tls_set_sw_offload()2554 iv = gcm_256_info->iv; in tls_set_sw_offload()2556 rec_seq = gcm_256_info->rec_seq; in tls_set_sw_offload()2558 key = gcm_256_info->key; in tls_set_sw_offload()2559 salt = gcm_256_info->salt; in tls_set_sw_offload()2650 struct tls12_crypto_info_aria_gcm_256 *gcm_256_info; in tls_set_sw_offload() local2652 gcm_256_info = (void *)crypto_info; in tls_set_sw_offload()2656 iv = gcm_256_info->iv; in tls_set_sw_offload()2658 rec_seq = gcm_256_info->rec_seq; in tls_set_sw_offload()[all …]