Searched refs:stm32_hash_init (Results 1 – 4 of 4) sorted by relevance
66 TEE_Result stm32_hash_init(struct stm32_hash_context *ctx, const uint8_t *key,
40 return stm32_hash_init(&c->hash, NULL, 0); in do_hash_init()
60 return stm32_hash_init(&c->hash, c->key, c->key_len); in do_hmac_init()
759 TEE_Result stm32_hash_init(struct stm32_hash_context *c, const uint8_t *key, in stm32_hash_init() function