Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 30) sorted by relevance

12

/mcuboot-3.7.0/ext/tinycrypt/tests/
Dtest_hmac.c75 const uint8_t key[20] = { in test_1() local
101 const uint8_t key[4] = { in test_2() local
129 const uint8_t key[20] = { in test_3() local
161 const uint8_t key[25] = { in test_4() local
193 const uint8_t key[20] = { in test_5() local
221 const uint8_t key[131] = { in test_6() local
261 const uint8_t key[131] = { in test_7() local
Dtest_ccm_mode.c70 int do_test(const uint8_t *key, uint8_t *nonce, in do_test()
136 const uint8_t key[NUM_NIST_KEYS] = { in test_vector_1() local
173 const uint8_t key[NUM_NIST_KEYS] = { in test_vector_2() local
210 const uint8_t key[NUM_NIST_KEYS] = { in test_vector_3() local
249 const uint8_t key[NUM_NIST_KEYS] = { in test_vector_4() local
287 const uint8_t key[NUM_NIST_KEYS] = { in test_vector_5() local
325 const uint8_t key[NUM_NIST_KEYS] = { in test_vector_6() local
364 const uint8_t key[NUM_NIST_KEYS] = { in test_vector_7() local
429 const uint8_t key[NUM_NIST_KEYS] = { in test_vector_8() local
Dtest_ctr_mode.c55 const uint8_t key[16] = { in test_1_and_2() local
Dtest_cbc_mode.c72 const uint8_t key[16] = { variable
Dtest_cmac_mode.c263 const uint8_t key[BUF_LEN] = { in main() local
/mcuboot-3.7.0/testplan/mynewt/keys/ec256/src/
Dkeys.c2 static unsigned char key[] = { variable
/mcuboot-3.7.0/testplan/mynewt/keys/rsa/src/
Dkeys.c2 static unsigned char key[] = { variable
/mcuboot-3.7.0/ext/tinycrypt/lib/source/
Dhmac.c37 static void rekey(uint8_t *key, const uint8_t *new_key, unsigned int key_size) in rekey()
52 int tc_hmac_set_key(TCHmacState_t ctx, const uint8_t *key, in tc_hmac_set_key()
Dcmac_mode.c97 int tc_cmac_setup(TCCmacState_t s, const uint8_t *key, TCAesKeySched_t sched) in tc_cmac_setup()
/mcuboot-3.7.0/boot/bootutil/include/bootutil/
Dsign_key.h37 const uint8_t *key; member
/mcuboot-3.7.0/scripts/imgtool/keys/
Decdsa.py26 def __init__(self, key): argument
65 def __init__(self, key): argument
148 def __init__(self, key): argument
189 def __init__(self, key): argument
221 def __init__(self, key): argument
263 def __init__(self, key): argument
Ded25519.py19 def __init__(self, key): argument
73 def __init__(self, key): argument
Dx25519.py20 def __init__(self, key): argument
72 def __init__(self, key): argument
Drsa.py27 def __init__(self, key): argument
90 def __init__(self, key): argument
/mcuboot-3.7.0/ext/tinycrypt/lib/include/tinycrypt/
Dhmac.h76 uint8_t key[2*TC_SHA256_BLOCK_SIZE]; member
Dctr_prng.h75 struct tc_aes_key_sched_struct key; member
Dhmac_prng.h84 uint8_t key[TC_SHA256_DIGEST_SIZE]; member
/mcuboot-3.7.0/boot/boot_serial/src/
Dzcbor_bulk.c26 struct zcbor_string key; in zcbor_map_decode_bulk() local
Dzcbor_bulk.h24 struct zcbor_string key; /* Map key string */ member
/mcuboot-3.7.0/scripts/imgtool/
Dmain.py118 def keygen(type, key, password): argument
136 def getpub(key, encoding, lang, output): argument
173 def getpubhash(key, output, encoding): argument
201 def getpriv(key, minimal, format): argument
215 def verify(key, imgfile): argument
409 def sign(key, public_key_format, align, version, pad_sig, header_size, argument
Dimage.py148 def tlv_matches_key_type(tlv_type, key): argument
335 def create(self, key, public_key_format, enckey, dependencies=None, argument
641 def verify(imgfile, key): argument
/mcuboot-3.7.0/boot/bootutil/include/bootutil/crypto/
Daes_kw.h58 …w_context *ctx, const uint8_t *wrapped_key, uint32_t wrapped_key_len, uint8_t *key, uint32_t key_l… in bootutil_aes_kw_unwrap()
96 …w_context *ctx, const uint8_t *wrapped_key, uint32_t wrapped_key_len, uint8_t *key, uint32_t key_l… in bootutil_aes_kw_unwrap()
Dhmac_sha256.h52 …nt bootutil_hmac_sha256_set_key(bootutil_hmac_sha256_context *ctx, const uint8_t *key, unsigned in… in bootutil_hmac_sha256_set_key()
103 …nt bootutil_hmac_sha256_set_key(bootutil_hmac_sha256_context *ctx, const uint8_t *key, unsigned in… in bootutil_hmac_sha256_set_key()
/mcuboot-3.7.0/boot/bootutil/src/
Dimage_validate.c231 const struct bootutil_key *key; in bootutil_find_key() local
254 bootutil_find_key(uint8_t image_index, uint8_t *key, uint16_t key_len) in bootutil_find_key()
/mcuboot-3.7.0/boot/zephyr/
Dserial_adapter.c180 int key; in boot_uart_fifo_getline() local

12