Searched refs:eiv (Results 1 – 1 of 1) sorted by relevance
181 unsigned char *eiv = NULL; in ktls_configure_crypto() local204 eiv = geniv; in ktls_configure_crypto()209 eiv = iv + TLS_CIPHER_AES_GCM_128_SALT_SIZE; in ktls_configure_crypto()225 memcpy(crypto_info->gcm128.iv, eiv, TLS_CIPHER_AES_GCM_128_IV_SIZE); in ktls_configure_crypto()242 memcpy(crypto_info->gcm256.iv, eiv, TLS_CIPHER_AES_GCM_256_IV_SIZE); in ktls_configure_crypto()260 memcpy(crypto_info->ccm128.iv, eiv, TLS_CIPHER_AES_CCM_128_IV_SIZE); in ktls_configure_crypto()
Completed in 7 milliseconds