Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dktls_ocf.c95 static counter_u64_t ocf_inplace; variable
97 CTLFLAG_RD, &ocf_inplace,
295 counter_u64_add(ocf_inplace, 1); in ktls_ocf_tls_cbc_encrypt()
396 counter_u64_add(ocf_inplace, 1); in ktls_ocf_tls12_gcm_encrypt()
537 counter_u64_add(ocf_inplace, 1); in ktls_ocf_tls13_gcm_encrypt()
709 ocf_inplace = counter_u64_alloc(M_WAITOK); in ktls_ocf_modevent()
721 counter_u64_free(ocf_inplace); in ktls_ocf_modevent()