Home
last modified time | relevance | path

Searched defs:hmac (Results 1 – 8 of 8) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/mac/hmac/
A Dhmac_process.c26 int hmac_process(hmac_state *hmac, const unsigned char *in, unsigned long inlen) in hmac_process()
A Dhmac_memory.c35 hmac_state *hmac; in hmac_memory() local
A Dhmac_done.c28 int hmac_done(hmac_state *hmac, unsigned char *out, unsigned long *outlen) in hmac_done()
A Dhmac_init.c29 int hmac_init(hmac_state *hmac, int hash, const unsigned char *key, unsigned long keylen) in hmac_init()
A Dhmac_memory_multi.c38 hmac_state *hmac; in hmac_memory_multi() local
/optee_os/core/lib/libtomcrypt/src/misc/pkcs5/
A Dpkcs_5_2.c39 hmac_state *hmac; in pkcs_5_alg2() local
/optee_os/lib/libmbedtls/mbedtls/library/
A Dmd.c412 int mbedtls_md_setup( mbedtls_md_context_t *ctx, const mbedtls_md_info_t *md_info, int hmac ) in mbedtls_md_setup()
/optee_os/core/tee/
A Dtee_rpmb_fs.c946 uint8_t hmac[RPMB_KEY_MAC_SIZE]; in tee_rpmb_init_read_wr_cnt() local
1202 uint8_t hmac[RPMB_KEY_MAC_SIZE]; in tee_rpmb_read() local
1287 uint8_t hmac[RPMB_KEY_MAC_SIZE] = { }; in write_req() local

Completed in 12 milliseconds