Searched refs:sha1_hmac (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/include/u-boot/ |
D | sha1.h | 93 void sha1_hmac(const unsigned char *key, int keylen,
|
/external/u-boot/lib/ |
D | tpm-v1.c | 505 sha1_hmac(auth, DIGEST_LENGTH, hmac_data, sizeof(hmac_data), in create_request_auth() 569 sha1_hmac(auth, DIGEST_LENGTH, hmac_data, sizeof(hmac_data), in verify_response_auth()
|
D | sha1.c | 347 void sha1_hmac(const unsigned char *key, int keylen, in sha1_hmac() function
|
/external/u-boot/board/gdsys/p1022/ |
D | controlcenterd-id.c | 748 sha1_hmac(key, sizeof(key), data, data_size, computed_hmac); in check_hmac()
|