Home
last modified time | relevance | path

Searched full:schedule (Results 1 – 10 of 10) sorted by relevance

/mcuboot-3.7.0/ext/tinycrypt/lib/include/tinycrypt/
Daes.h75 * AES-256 key schedule -- see FIPS 197 for details
84 * schedule s
91 * @param s IN -- initialized AES key schedule
106 * schedule -- see FIPS 197 for details
114 * Decrypts in buffer into out buffer under key schedule s
121 * @param s IN -- initialized AES key schedule
Dcbc_mode.h86 * using the encryption key schedule provided, prepends iv to out
108 * @param sched IN -- AES key schedule for this encrypt
117 * using the provided encryption key schedule
140 * @param sched IN -- AES key schedule for this decrypt
Dcmac_mode.h125 /* AES key schedule */
140 * @param sched IN -- AES key schedule
Dccm_mode.h92 TCAesKeySched_t sched; /* AES key schedule */
106 * @param sched IN -- AES key schedule
Dctr_mode.h100 * @param sched IN -- an initialized AES key schedule
Dhmac.h75 /* HMAC key schedule */
/mcuboot-3.7.0/.github/workflows/
Dstale_issue.yml3 schedule:
Dzephyr_build.yaml15 schedule:
/mcuboot-3.7.0/ext/tinycrypt/documentation/
Dtinycrypt.rst160 twice the size as for AES-128, and the key schedule is 40% larger.
/mcuboot-3.7.0/ext/tinycrypt/tests/
Dtest_aes.c38 * - AES128 NIST key schedule test
65 * NIST test key schedule.
91 TC_PRINT("AES128 %s (NIST key schedule test):\n", __func__); in test_1()
94 TC_ERROR("AES128 test %s (NIST key schedule test) failed.\n", in test_1()
2050 TC_ERROR("AES128 test #1 (NIST key schedule test) failed.\n"); in main()