Home
last modified time | relevance | path

Searched refs:br_aes_small_ctr_vtable (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/bearssl/src/symcipher/
H A Daes_small_ctr.c32 ctx->vtable = &br_aes_small_ctr_vtable; in br_aes_small_ctr_init()
75 const br_block_ctr_class br_aes_small_ctr_vtable = { variable
/freebsd/contrib/bearssl/tools/
H A Dnames.c432 { "aes_small_ctr", "small", &br_aes_small_ctr_vtable },
/freebsd/contrib/bearssl/inc/
H A Dbearssl_block.h999 extern const br_block_ctr_class br_aes_small_ctr_vtable;
/freebsd/contrib/bearssl/test/
H A Dtest_speed.c235 #define br_aes_small_ctr_get_vtable() (&br_aes_small_ctr_vtable) in SPEED_HASH()
H A Dtest_crypto.c3924 &br_aes_small_ctr_vtable, in test_AES_small()