Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/
H A Dcgd_crypto.c87 .cf_cipher = cgd_cipher_aes_xts,
93 .cf_cipher = cgd_cipher_aes_cbc,
99 .cf_cipher = cgd_cipher_3des_cbc,
105 .cf_cipher = cgd_cipher_bf_cbc,
111 .cf_cipher = cgd_cipher_adiantum_crypt,
H A Dcgd_crypto.h53 cfunc_cipher *cf_cipher; /* the cipher itself */ member
H A Dcgd.c1591 cfunc_cipher *cipher = sc->sc_cfuncs->cf_cipher; in cgd_cipher()