Searched refs:out_key (Results 1 – 3 of 3) sorted by relevance
41 static TEE_Result do_hmac(void *out_key, size_t out_key_size, in do_hmac() argument48 if (!out_key || !in_key || !message) in do_hmac()63 res = crypto_mac_final(ctx, out_key, out_key_size); in do_hmac()76 uint8_t *out_key) in tee_fs_fek_crypt() argument83 if (!in_key || !out_key) in tee_fs_fek_crypt()124 memcpy(out_key, dst_key, sizeof(dst_key)); in tee_fs_fek_crypt()
28 uint8_t *out_key);
178 goto out_key; in huk_crypt()182 goto out_key; in huk_crypt()196 out_key: in huk_crypt()
Completed in 3 milliseconds