Home
last modified time | relevance | path

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

/src/sys/opencrypto/
H A Dktls_ocf.c196 ktls_ocf_dispatch(struct ktls_ocf_session *os, struct cryptop *crp) in ktls_ocf_dispatch() function
349 error = ktls_ocf_dispatch(os, crp); in ktls_ocf_tls_cbc_encrypt()
400 error = ktls_ocf_dispatch(os, crp); in ktls_ocf_tls_cbc_encrypt()
473 error = ktls_ocf_dispatch(os, &crp); in ktls_ocf_tls_cbc_decrypt()
532 error = ktls_ocf_dispatch(os, &crp); in ktls_ocf_tls_cbc_decrypt()
620 error = ktls_ocf_dispatch(os, crp); in ktls_ocf_tls12_aead_encrypt()
689 error = ktls_ocf_dispatch(os, &crp); in ktls_ocf_tls12_aead_decrypt()
764 error = ktls_ocf_dispatch(os, &crp); in ktls_ocf_tls12_aead_recrypt()
850 error = ktls_ocf_dispatch(os, crp); in ktls_ocf_tls13_aead_encrypt()
904 error = ktls_ocf_dispatch(os, &crp); in ktls_ocf_tls13_aead_decrypt()
[all …]