Lines Matching refs:cipher_algorithm
482 switch (en->cipher_algorithm) { in ktls_create_session()
546 tls->params.cipher_algorithm = en->cipher_algorithm; in ktls_create_session()
555 switch (en->cipher_algorithm) { in ktls_create_session()
645 if (en->cipher_algorithm == CRYPTO_AES_NIST_GCM_16 && in ktls_create_session()
698 switch (tls->params.cipher_algorithm) { in ktls_cleanup()
709 switch (tls->params.cipher_algorithm) { in ktls_cleanup()
722 switch (tls->params.cipher_algorithm) { in ktls_cleanup()
780 switch (tls->params.cipher_algorithm) { in ktls_try_toe()
902 switch (tls->params.cipher_algorithm) { in ktls_try_ifnet()
945 switch (tls->params.cipher_algorithm) { in ktls_try_sw()
1038 if (en->cipher_algorithm == CRYPTO_AES_CBC && !ktls_cbc_enable) in ktls_enable_rx()
1105 if (en->cipher_algorithm == CRYPTO_AES_CBC && !ktls_cbc_enable) in ktls_enable_tx()
1508 (tls->params.cipher_algorithm == CRYPTO_AES_CBC ? in ktls_frame()
1526 if (tls->params.cipher_algorithm == CRYPTO_AES_CBC) { in ktls_frame()
1582 if (tls->params.cipher_algorithm == CRYPTO_AES_NIST_GCM_16 && in ktls_frame()
1587 } else if (tls->params.cipher_algorithm == CRYPTO_AES_CBC && in ktls_frame()