Home
last modified time | relevance | path

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

/external/u-boot/include/u-boot/
Dsha1.h93 void sha1_hmac(const unsigned char *key, int keylen,
/external/u-boot/lib/
Dtpm-v1.c505 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()
Dsha1.c347 void sha1_hmac(const unsigned char *key, int keylen, in sha1_hmac() function
/external/u-boot/board/gdsys/p1022/
Dcontrolcenterd-id.c748 sha1_hmac(key, sizeof(key), data, data_size, computed_hmac); in check_hmac()