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

/freebsd-13-stable/contrib/bearssl/inc/
H A Dbearssl_block.h1938 } br_aes_pwr8_ctrcbc_keys; typedef in typeref:struct:__anon188
2019 void br_aes_pwr8_ctrcbc_init(br_aes_pwr8_ctrcbc_keys *ctx,
2066 void br_aes_pwr8_ctrcbc_encrypt(const br_aes_pwr8_ctrcbc_keys *ctx,
2078 void br_aes_pwr8_ctrcbc_decrypt(const br_aes_pwr8_ctrcbc_keys *ctx,
2089 void br_aes_pwr8_ctrcbc_ctr(const br_aes_pwr8_ctrcbc_keys *ctx,
2100 void br_aes_pwr8_ctrcbc_mac(const br_aes_pwr8_ctrcbc_keys *ctx,
2207 br_aes_pwr8_ctrcbc_keys c_pwr8;
/freebsd-13-stable/contrib/bearssl/src/symcipher/
H A Daes_pwr8_ctrcbc.c39 br_aes_pwr8_ctrcbc_init(br_aes_pwr8_ctrcbc_keys *ctx,
784 br_aes_pwr8_ctrcbc_encrypt(const br_aes_pwr8_ctrcbc_keys *ctx,
805 br_aes_pwr8_ctrcbc_decrypt(const br_aes_pwr8_ctrcbc_keys *ctx,
839 br_aes_pwr8_ctrcbc_ctr(const br_aes_pwr8_ctrcbc_keys *ctx,
898 br_aes_pwr8_ctrcbc_mac(const br_aes_pwr8_ctrcbc_keys *ctx,
918 sizeof(br_aes_pwr8_ctrcbc_keys),

Completed in 108 milliseconds