Searched refs:comp_skey (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/bearssl/src/symcipher/
H A Daes_ct.c257 br_aes_ct_keysched(uint32_t *comp_skey, const void *key, size_t key_len) argument
305 comp_skey[i] = (skey[j + 0] & 0x55555555)
314 unsigned num_rounds, const uint32_t *comp_skey)
322 x = y = comp_skey[u];
313 br_aes_ct_skey_expand(uint32_t *skey, unsigned num_rounds, const uint32_t *comp_skey) argument
H A Daes_ct64.c309 br_aes_ct64_keysched(uint64_t *comp_skey, const void *key, size_t key_len) argument
360 comp_skey[j + 0] =
365 comp_skey[j + 1] =
377 unsigned num_rounds, const uint64_t *comp_skey)
385 x0 = x1 = x2 = x3 = comp_skey[u];
376 br_aes_ct64_skey_expand(uint64_t *skey, unsigned num_rounds, const uint64_t *comp_skey) argument
/freebsd-12-stable/contrib/bearssl/src/
H A Dinner.h1804 unsigned br_aes_ct_keysched(uint32_t *comp_skey,
1813 unsigned num_rounds, const uint32_t *comp_skey);
1882 unsigned br_aes_ct64_keysched(uint64_t *comp_skey,
1891 unsigned num_rounds, const uint64_t *comp_skey);

Completed in 71 milliseconds