Home
last modified time | relevance | path

Searched refs:cipher_algorithm (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Dktls.h107 int cipher_algorithm; /* e.g. CRYPTO_AES_CBC */ member
122 int cipher_algorithm; /* e.g. CRYPTO_AES_CBC */ member
148 int cipher_algorithm; member
/f-stack/freebsd/kern/
H A Duipc_ktls.c482 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 …]
/f-stack/freebsd/opencrypto/
H A Dktls_ocf.c569 switch (tls->params.cipher_algorithm) { in ktls_ocf_try()
671 if (tls->params.cipher_algorithm == CRYPTO_AES_NIST_GCM_16) { in ktls_ocf_try()
/f-stack/freebsd/netinet/
H A Dtcp_usrreq.c2024 tls->cipher_algorithm = tls_v0.cipher_algorithm; in copyin_tls_enable()