Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/test/
H A Dtest_crypto.c3951 const br_block_cbcenc_class *x_cbcenc; in test_AES_x86ni() local
3956 x_cbcenc = br_aes_x86ni_cbcenc_get_vtable(); in test_AES_x86ni()
3959 hcbcenc = (x_cbcenc != NULL); in test_AES_x86ni()
3969 x_cbcenc, x_cbcdec, x_ctr, 1, 1); in test_AES_x86ni()
3978 const br_block_cbcenc_class *x_cbcenc; in test_AES_pwr8() local
3983 x_cbcenc = br_aes_pwr8_cbcenc_get_vtable(); in test_AES_pwr8()
3986 hcbcenc = (x_cbcenc != NULL); in test_AES_pwr8()
3996 x_cbcenc, x_cbcdec, x_ctr, 1, 1); in test_AES_pwr8()