Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/src/symcipher/
H A Daes_big_ctrcbc.c71 br_aes_big_encrypt(ctx->num_rounds, ctx->skey, tmp); in br_aes_big_ctrcbc_ctr()
99 br_aes_big_encrypt(ctx->num_rounds, ctx->skey, cbcmac); in br_aes_big_ctrcbc_mac()
H A Daes_big_cbcenc.c51 br_aes_big_encrypt(ctx->num_rounds, ctx->skey, buf); in br_aes_big_cbcenc_run()
H A Daes_big_ctr.c62 br_aes_big_encrypt(ctx->num_rounds, ctx->skey, tmp); in br_aes_big_ctr_run()
H A Daes_big_enc.c89 br_aes_big_encrypt(unsigned num_rounds, const uint32_t *skey, void *data) in br_aes_big_encrypt() function
/freebsd/contrib/bearssl/src/
H A Dinner.h1723 void br_aes_big_encrypt(unsigned num_rounds, const uint32_t *skey, void *data);