Searched refs:key_handle (Results 1 - 5 of 5) sorted by relevance

/u-boot/include/
H A Dtpm_api.h213 * @param key_handle pointer to the key handle
218 u32 *key_handle);
225 * @param key_handle handle of the key
234 u32 tpm_get_pub_key_oiap(struct udevice *dev, u32 key_handle,
251 * @param key_handle handle of the resource
255 u32 tpm_flush_specific(struct udevice *dev, u32 key_handle, u32 resource_type);
H A Dtpm-v1.h482 * @param key_handle pointer to the key handle
487 u32 *key_handle);
494 * @param key_handle handle of the key
503 u32 tpm1_get_pub_key_oiap(struct udevice *dev, u32 key_handle,
530 * @param key_handle handle of the resource
534 u32 tpm1_flush_specific(struct udevice *dev, u32 key_handle, u32 resource_type);
/u-boot/cmd/
H A Dtpm-v1.c404 u32 key_len, key_handle, err; local
433 &key_handle);
435 printf("Key handle is 0x%x\n", key_handle);
436 env_set_hex("key_handle", key_handle);
446 u32 parent_handle, key_len, key_handle, err; local
467 &key_handle);
469 printf("Key handle is 0x%x\n", key_handle);
477 u32 key_handle, err; local
491 key_handle
[all...]
/u-boot/lib/
H A Dtpm-v1.c492 u32 tpm1_flush_specific(struct udevice *dev, u32 key_handle, u32 resource_type) argument
509 key_handle_offset, key_handle,
714 u32 *key_handle)
769 if (key_handle) {
771 res_handle_offset, key_handle))
778 u32 tpm1_get_pub_key_oiap(struct udevice *dev, u32 key_handle, argument
807 req_key_handle_offset, key_handle
712 tpm1_load_key2_oiap(struct udevice *dev, u32 parent_handle, const void *key, size_t key_length, const void *parent_key_usage_auth, u32 *key_handle) argument
/u-boot/board/gdsys/a38x/
H A Dhre.c353 uint32_t key_handle; local
360 src_reg->digest, &key_handle);

Completed in 69 milliseconds