Lines Matching refs:cipher_algorithm
480 switch (en->cipher_algorithm) { in ktls_create_session()
568 tls->params.cipher_algorithm = en->cipher_algorithm; in ktls_create_session()
577 switch (en->cipher_algorithm) { in ktls_create_session()
676 if (en->cipher_algorithm == CRYPTO_AES_NIST_GCM_16 && in ktls_create_session()
730 switch (tls->params.cipher_algorithm) { in ktls_cleanup()
744 switch (tls->params.cipher_algorithm) { in ktls_cleanup()
760 switch (tls->params.cipher_algorithm) { in ktls_cleanup()
821 switch (tls->params.cipher_algorithm) { in ktls_try_toe()
946 switch (tls->params.cipher_algorithm) { in ktls_try_ifnet()
992 switch (tls->params.cipher_algorithm) { in ktls_try_sw()
1088 if (en->cipher_algorithm == CRYPTO_AES_CBC && !ktls_cbc_enable) in ktls_enable_rx()
1157 if (en->cipher_algorithm == CRYPTO_AES_CBC && !ktls_cbc_enable) in ktls_enable_tx()
1591 if (tls->params.cipher_algorithm == CRYPTO_AES_CBC) { in ktls_frame()
1647 if (tls->params.cipher_algorithm == CRYPTO_AES_NIST_GCM_16 && in ktls_frame()
1652 } else if (tls->params.cipher_algorithm == CRYPTO_AES_CBC && in ktls_frame()
1679 return (tls->params.cipher_algorithm == CRYPTO_AES_CBC && in ktls_permit_empty_frames()