Home
last modified time | relevance | path

Searched defs:key_len (Results 1 – 5 of 5) sorted by relevance

/mcuboot-latest/testplan/mynewt/keys/ec256/src/
Dkeys.c12 static unsigned int key_len = 91; variable
/mcuboot-latest/testplan/mynewt/keys/rsa/src/
Dkeys.c27 static unsigned int key_len = 270; variable
/mcuboot-latest/boot/bootutil/include/bootutil/crypto/
Daes_kw.h56 …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/
Dimage_validate.c303 bootutil_find_key(uint8_t image_index, uint8_t *key, uint16_t key_len) in bootutil_find_key()
/mcuboot-latest/sim/mcuboot-sys/csupport/
Drun.c190 int key_len = 256; in kw_encrypt_() local