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

  /src/sys/dev/
cgd_crypto.h 45 typedef void (cfunc_destroy)(void *); typedef in typeref:typename:void ()(void *)
52 cfunc_destroy *cf_destroy; /* destruction function */
cgd_crypto.c 63 static cfunc_destroy cgd_cipher_aes_cbc_destroy;
67 static cfunc_destroy cgd_cipher_aes_xts_destroy;
71 static cfunc_destroy cgd_cipher_3des_destroy;
75 static cfunc_destroy cgd_cipher_bf_destroy;
79 static cfunc_destroy cgd_cipher_adiantum_destroy;

Completed in 12 milliseconds