Home
last modified time | relevance | path

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

/openbmc/u-boot/include/u-boot/
H A Dsha1.h93 void sha1_hmac(const unsigned char *key, int keylen,
/openbmc/u-boot/lib/
H A Dtpm-v1.c564 sha1_hmac(auth, DIGEST_LENGTH, hmac_data, sizeof(hmac_data), in create_request_auth()
628 sha1_hmac(auth, DIGEST_LENGTH, hmac_data, sizeof(hmac_data), in verify_response_auth()
H A Dsha1.c347 void sha1_hmac(const unsigned char *key, int keylen, in sha1_hmac() function
/openbmc/u-boot/board/gdsys/p1022/
H A Dcontrolcenterd-id.c769 sha1_hmac(key, sizeof(key), data, data_size, computed_hmac); in check_hmac()