Searched refs:klen (Results 1 – 1 of 1) sorted by relevance
51 …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() argument53 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() argument79 if (klen != 16) { in bootutil_aes_kw_set_unwrap_key()