Home
last modified time | relevance | path

Searched refs:hmac_sha256_init (Results 1 – 3 of 3) sorted by relevance

/optee_client/tee-supplicant/src/
A Dhmac_sha2.c43 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 Dhmac_sha2.h58 void hmac_sha256_init(hmac_sha256_ctx *ctx, const unsigned char *key,
A Drpmb.c331 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