Searched refs:hmac_sha256_init (Results 1 – 3 of 3) sorted by relevance
/optee_client/tee-supplicant/src/ |
A D | hmac_sha2.c | 43 void hmac_sha256_init(hmac_sha256_ctx *ctx, const unsigned char *key, in hmac_sha256_init() function 123 hmac_sha256_init(&ctx, key, key_size); in hmac_sha256()
|
A D | hmac_sha2.h | 58 void hmac_sha256_init(hmac_sha256_ctx *ctx, const unsigned char *key,
|
A D | rpmb.c | 331 hmac_sha256_init(&ctx, mem->key, sizeof(mem->key)); in is_hmac_valid() 362 hmac_sha256_init(&ctx, mem->key, sizeof(mem->key)); in compute_hmac()
|
Completed in 4 milliseconds