Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/
H A Dtpm.c706 void *request_auth, const void *auth) in create_request_auth() argument
746 sha1_hmac(auth, DIGEST_LENGTH, hmac_data, sizeof(hmac_data), in create_request_auth()
770 const void *response_auth, const void *auth) in verify_response_auth() argument
811 sha1_hmac(auth, DIGEST_LENGTH, hmac_data, sizeof(hmac_data), in verify_response_auth()
1012 uint32_t tpm_find_key_sha1(const uint8_t auth[20], const uint8_t in tpm_find_key_sha1()
1036 err = tpm_get_pub_key_oiap(key_handles[i], auth, buf, &buf_len); in tpm_find_key_sha1()
/rk3399_rockchip-uboot/board/gdsys/a38x/
H A Dhre.c137 static int find_key(const uint8_t auth[20], const uint8_t pubkey_digest[20], in find_key()
161 err = tpm_get_pub_key_oiap(key_handles[i], auth, buf, &buf_len); in find_key()
/rk3399_rockchip-uboot/include/
H A Dtpm.h651 uint32_t tpm_find_key_sha1(const uint8_t auth[20], const uint8_t
/rk3399_rockchip-uboot/board/gdsys/p1022/
H A Dcontrolcenterd-id.c285 static int find_key(const uint8_t auth[20], const uint8_t pubkey_digest[20], in find_key()
309 err = tpm_get_pub_key_oiap(key_handles[i], auth, buf, &buf_len); in find_key()