Searched refs:cipher_algorithm (Results 1 – 4 of 4) sorted by relevance
107 int cipher_algorithm; /* e.g. CRYPTO_AES_CBC */ member122 int cipher_algorithm; /* e.g. CRYPTO_AES_CBC */ member148 int cipher_algorithm; member
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()[all …]
569 switch (tls->params.cipher_algorithm) { in ktls_ocf_try()671 if (tls->params.cipher_algorithm == CRYPTO_AES_NIST_GCM_16) { in ktls_ocf_try()
2024 tls->cipher_algorithm = tls_v0.cipher_algorithm; in copyin_tls_enable()