Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/src/symcipher/
H A Daes_big_cbcenc.c33 ctx->num_rounds = br_aes_keysched(ctx->skey, key, len); in br_aes_big_cbcenc_init()
H A Daes_small_cbcenc.c33 ctx->num_rounds = br_aes_keysched(ctx->skey, key, len); in br_aes_small_cbcenc_init()
H A Daes_small_cbcdec.c33 ctx->num_rounds = br_aes_keysched(ctx->skey, key, len); in br_aes_small_cbcdec_init()
H A Daes_big_ctr.c33 ctx->num_rounds = br_aes_keysched(ctx->skey, key, len); in br_aes_big_ctr_init()
H A Daes_small_ctr.c33 ctx->num_rounds = br_aes_keysched(ctx->skey, key, len); in br_aes_small_ctr_init()
H A Daes_common.c71 br_aes_keysched(uint32_t *skey, const void *key, size_t key_len) in br_aes_keysched() function
H A Daes_small_ctrcbc.c33 ctx->num_rounds = br_aes_keysched(ctx->skey, key, len); in br_aes_small_ctrcbc_init()
H A Daes_big_ctrcbc.c33 ctx->num_rounds = br_aes_keysched(ctx->skey, key, len); in br_aes_big_ctrcbc_init()
H A Daes_big_dec.c154 num_rounds = br_aes_keysched(skey, key, key_len); in br_aes_big_keysched_inv()
/freebsd/contrib/bearssl/src/
H A Dinner.h1711 unsigned br_aes_keysched(uint32_t *skey, const void *key, size_t key_len);