Searched refs:k1 (Results 1 – 3 of 3) sorted by relevance
/mcuboot-latest/ext/tinycrypt/tests/ |
D | test_cmac_mode.c | 80 const uint8_t k1[BUF_LEN] = { in verify_gf_2_128_double() local 99 if (memcmp(K1, k1, BUF_LEN) != 0) { in verify_gf_2_128_double() 101 show("expected K1 =", k1, sizeof(k1)); in verify_gf_2_128_double() 102 show("computed K1 =", K1, sizeof(k1)); in verify_gf_2_128_double()
|
/mcuboot-latest/ext/tinycrypt/lib/include/tinycrypt/ |
D | ecc.h | 289 uECC_word_t *k1, uECC_Curve curve);
|
/mcuboot-latest/ext/tinycrypt/lib/source/ |
D | ecc.c | 775 uECC_word_t *k1, uECC_Curve curve) in regularize_k() argument 786 uECC_vli_add(k1, k0, curve->n, num_n_words); in regularize_k()
|