Home
last modified time | relevance | path

Searched refs:klen (Results 1 – 1 of 1) sorted by relevance

/mcuboot-latest/boot/bootutil/include/bootutil/crypto/
Daes_kw.h51 …e int bootutil_aes_kw_set_unwrap_key(bootutil_aes_kw_context *ctx, const uint8_t *k, uint32_t klen) in bootutil_aes_kw_set_unwrap_key() argument
53 return mbedtls_nist_kw_setkey(ctx, MBEDTLS_CIPHER_ID_AES, k, klen * 8, 0); in bootutil_aes_kw_set_unwrap_key()
75 …e int bootutil_aes_kw_set_unwrap_key(bootutil_aes_kw_context *ctx, const uint8_t *k, uint32_t klen) in bootutil_aes_kw_set_unwrap_key() argument
79 if (klen != 16) { in bootutil_aes_kw_set_unwrap_key()