Searched defs:key_buf (Results 1 – 9 of 9) sorted by relevance
87 uint8_t *key_buf, size_t key_buf_size) in bl1_key_to_cc3xx_key()119 uint32_t key_buf[32 / sizeof(uint32_t)]; in bl1_aes_256_ctr_decrypt() local167 uint32_t key_buf[32 / sizeof(uint32_t)]; in aes_256_ecb_encrypt() local208 uint32_t key_buf[32 / sizeof(uint32_t)]; in bl1_derive_key() local
88 uint8_t **key_buf, size_t key_buf_size) in bl1_key_to_kmu_key()121 uint32_t key_buf[32 / sizeof(uint32_t)]; in bl1_aes_256_ctr_decrypt() local168 uint32_t key_buf[32 / sizeof(uint32_t)]; in bl1_derive_key() local
64 uint8_t key_buf[MBEDTLS_LMS_PUBLIC_KEY_LEN(MBEDTLS_LMS_SHA256_M32_H10)]; in pq_crypto_verify() local94 uint8_t key_buf[MBEDTLS_LMS_PUBLIC_KEY_LEN(MBEDTLS_LMS_SHA256_M32_H10)]; in pq_crypto_get_pub_key_hash() local
25 fih_int bl1_otp_read_key(enum tfm_bl1_key_id_t key_id, uint8_t *key_buf) in bl1_otp_read_key()
90 static int rss_derive_key(enum kmu_hardware_keyslot_t key_id, uint32_t *key_buf, in rss_derive_key()246 uint32_t *key_buf; in derive_using_krtl_or_zero_key() local
71 uint8_t key_buf[32]; in bl1_aes_256_ctr_decrypt() local
178 uint8_t key_buf[32]; in copy_and_decrypt_image() local
89 uint8_t key_buf[SIG_BUF_SIZE + SIG_EXTRA_BYTES]; in collect_image_measurement_and_metadata() local
111 uint32_t key_buf[AES_MAX_KEY_LEN / sizeof(uint32_t)]; member