Home
last modified time | relevance | path

Searched refs:br_aes_x86ni_ctr_vtable (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/bearssl/src/symcipher/
H A Daes_x86ni_ctr.c34 return br_aes_x86ni_supported() ? &br_aes_x86ni_ctr_vtable : NULL; in br_aes_x86ni_ctr_get_vtable()
42 ctx->vtable = &br_aes_x86ni_ctr_vtable; in br_aes_x86ni_ctr_init()
191 const br_block_ctr_class br_aes_x86ni_ctr_vtable = { variable
/freebsd/contrib/bearssl/inc/
H A Dbearssl_block.h1675 extern const br_block_ctr_class br_aes_x86ni_ctr_vtable;