Searched defs:key_len (Results 1 – 5 of 5) sorted by relevance
/mcuboot-latest/testplan/mynewt/keys/ec256/src/ |
D | keys.c | 12 static unsigned int key_len = 91; variable
|
/mcuboot-latest/testplan/mynewt/keys/rsa/src/ |
D | keys.c | 27 static unsigned int key_len = 270; variable
|
/mcuboot-latest/boot/bootutil/include/bootutil/crypto/ |
D | aes_kw.h | 56 …context *ctx, const uint8_t *wrapped_key, uint32_t wrapped_key_len, uint8_t *key, uint32_t key_len) in bootutil_aes_kw_unwrap() 94 …context *ctx, const uint8_t *wrapped_key, uint32_t wrapped_key_len, uint8_t *key, uint32_t key_len) in bootutil_aes_kw_unwrap()
|
/mcuboot-latest/boot/bootutil/src/ |
D | image_validate.c | 303 bootutil_find_key(uint8_t image_index, uint8_t *key, uint16_t key_len) in bootutil_find_key()
|
/mcuboot-latest/sim/mcuboot-sys/csupport/ |
D | run.c | 190 int key_len = 256; in kw_encrypt_() local
|