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

  /src/sys/dev/
cgd_crypto.h 46 typedef void (cfunc_cipher)(void *, void *, const void *, size_t, typedef in typeref:typename:void ()(void *,void *,const void *,size_t,const void *,int)
53 cfunc_cipher *cf_cipher; /* the cipher itself */
cgd_crypto.c 64 static cfunc_cipher cgd_cipher_aes_cbc;
68 static cfunc_cipher cgd_cipher_aes_xts;
72 static cfunc_cipher cgd_cipher_3des_cbc;
76 static cfunc_cipher cgd_cipher_bf_cbc;
80 static cfunc_cipher cgd_cipher_adiantum_crypt;
cgd.c 1591 cfunc_cipher *cipher = sc->sc_cfuncs->cf_cipher;

Completed in 13 milliseconds