Home
last modified time | relevance | path

Searched refs:hmac_demo (Results 1 - 3 of 3) sorted by relevance

/third_party/mbedtls/programs/psa/
H A Dhmac_demo.c105 psa_status_t hmac_demo(void) in hmac_demo() function
162 PSA_CHECK(hmac_demo()); in main()
/third_party/mbedtls/programs/hash/
H A Dmd_hmac_demo.c6 * This is a companion to psa/hmac_demo.c, doing the same operations with the
16 * This program and its companion psa/hmac_demo.c illustrate this by doing the
102 int hmac_demo(void) in hmac_demo() function
142 CHK(hmac_demo()); in main()
/third_party/mbedtls/programs/
H A DMakefile60 psa/hmac_demo \
257 psa/hmac_demo$(EXEXT): psa/hmac_demo.c $(DEP)
258 echo " CC psa/hmac_demo.c"
259 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) psa/hmac_demo.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@

Completed in 2 milliseconds