HomeSort by: relevance | last modified time | path
    Searched refs:cf_cipher (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/
cgd_crypto.h 53 cfunc_cipher *cf_cipher; /* the cipher itself */ member in struct:cryptfuncs
cgd_crypto.c 87 .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,
cgd.c 1591 cfunc_cipher *cipher = sc->sc_cfuncs->cf_cipher;

Completed in 12 milliseconds