Home
last modified time | relevance | path

Searched defs:key_size (Results 1 – 6 of 6) sorted by relevance

/mcuboot-latest/ext/tinycrypt/lib/source/
Dhmac.c37 static void rekey(uint8_t *key, const uint8_t *new_key, unsigned int key_size) in rekey()
53 unsigned int key_size) in tc_hmac_set_key()
/mcuboot-latest/boot/zephyr/
DCMakeLists.txt516 set(key_size 0) variable
542 set(key_size 256) variable
549 set(key_size "${boot_enc_key_size}") variable
/mcuboot-latest/boot/bootutil/include/bootutil/crypto/
Dhmac_sha256.h52 …l_hmac_sha256_set_key(bootutil_hmac_sha256_context *ctx, const uint8_t *key, unsigned int key_size) in bootutil_hmac_sha256_set_key()
103 …l_hmac_sha256_set_key(bootutil_hmac_sha256_context *ctx, const uint8_t *key, unsigned int key_size) in bootutil_hmac_sha256_set_key()
Decdsa.h431 size_t key_size; in bootutil_ecdsa_parse_public_key() local
/mcuboot-latest/scripts/imgtool/keys/
Drsa.py30 def key_size(self): member in RSAPublic
95 def generate(key_size=2048): argument
/mcuboot-latest/boot/espressif/hal/src/
Dflash_encrypt.c158 size_t key_size = 32; in check_and_generate_encryption_keys() local