Searched defs:key_size (Results 1 – 6 of 6) sorted by relevance
37 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()
516 set(key_size 0) variable542 set(key_size 256) variable549 set(key_size "${boot_enc_key_size}") variable
52 …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()
431 size_t key_size; in bootutil_ecdsa_parse_public_key() local
30 def key_size(self): member in RSAPublic95 def generate(key_size=2048): argument
158 size_t key_size = 32; in check_and_generate_encryption_keys() local