Searched refs:br_aes_pwr8_ctr_vtable (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/bearssl/src/symcipher/
H A Daes_pwr8_ctr.c35 ctx->vtable = &br_aes_pwr8_ctr_vtable;
690 const br_block_ctr_class br_aes_pwr8_ctr_vtable = { variable
705 return br_aes_pwr8_supported() ? &br_aes_pwr8_ctr_vtable : NULL;
/freebsd-12-stable/contrib/bearssl/inc/
H A Dbearssl_block.h1966 extern const br_block_ctr_class br_aes_pwr8_ctr_vtable;
2132 * This function returns a pointer to `br_aes_pwr8_ctr_vtable`, if that

Completed in 187 milliseconds