Home
last modified time | relevance | path

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

/freebsd-12.1/sys/crypto/ccp/
H A Dccp.c634 s->cipher_first = true; in ccp_process()
643 s->cipher_first = false; in ccp_process()
666 s->cipher_first = true; in ccp_process()
670 s->cipher_first = false; in ccp_process()
H A Dccp.h87 bool cipher_first : 1; member
H A Dccp_hardware.c1707 if (s->cipher_first) in ccp_authenc_done()
1727 if (s->cipher_first) in ccp_authenc()
1735 if (s->cipher_first) in ccp_authenc()
1859 if (s->cipher_first) { in ccp_gcm_done()