/mcuboot-3.7.0/ext/tinycrypt/tests/ |
D | test_hmac.c | 75 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
|
D | test_ccm_mode.c | 70 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
|
D | test_ctr_mode.c | 55 const uint8_t key[16] = { in test_1_and_2() local
|
D | test_cbc_mode.c | 72 const uint8_t key[16] = { variable
|
D | test_cmac_mode.c | 263 const uint8_t key[BUF_LEN] = { in main() local
|
/mcuboot-3.7.0/testplan/mynewt/keys/ec256/src/ |
D | keys.c | 2 static unsigned char key[] = { variable
|
/mcuboot-3.7.0/testplan/mynewt/keys/rsa/src/ |
D | keys.c | 2 static unsigned char key[] = { variable
|
/mcuboot-3.7.0/ext/tinycrypt/lib/source/ |
D | hmac.c | 37 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()
|
D | cmac_mode.c | 97 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/ |
D | sign_key.h | 37 const uint8_t *key; member
|
/mcuboot-3.7.0/scripts/imgtool/keys/ |
D | ecdsa.py | 26 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
|
D | ed25519.py | 19 def __init__(self, key): argument 73 def __init__(self, key): argument
|
D | x25519.py | 20 def __init__(self, key): argument 72 def __init__(self, key): argument
|
D | rsa.py | 27 def __init__(self, key): argument 90 def __init__(self, key): argument
|
/mcuboot-3.7.0/ext/tinycrypt/lib/include/tinycrypt/ |
D | hmac.h | 76 uint8_t key[2*TC_SHA256_BLOCK_SIZE]; member
|
D | ctr_prng.h | 75 struct tc_aes_key_sched_struct key; member
|
D | hmac_prng.h | 84 uint8_t key[TC_SHA256_DIGEST_SIZE]; member
|
/mcuboot-3.7.0/boot/boot_serial/src/ |
D | zcbor_bulk.c | 26 struct zcbor_string key; in zcbor_map_decode_bulk() local
|
D | zcbor_bulk.h | 24 struct zcbor_string key; /* Map key string */ member
|
/mcuboot-3.7.0/scripts/imgtool/ |
D | main.py | 118 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
|
D | image.py | 148 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/ |
D | aes_kw.h | 58 …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()
|
D | hmac_sha256.h | 52 …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/ |
D | image_validate.c | 231 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/ |
D | serial_adapter.c | 180 int key; in boot_uart_fifo_getline() local
|