Home
last modified time | relevance | path

Searched refs:k1 (Results 1 – 3 of 3) sorted by relevance

/mcuboot-latest/ext/tinycrypt/tests/
Dtest_cmac_mode.c80 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/
Decc.h289 uECC_word_t *k1, uECC_Curve curve);
/mcuboot-latest/ext/tinycrypt/lib/source/
Decc.c775 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()