Searched defs:hmac (Results 1 – 10 of 10) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/mac/hmac/ |
| H A D | hmac_process.c | 19 int hmac_process(hmac_state *hmac, const unsigned char *in, unsigned long inlen) in hmac_process()
|
| H A D | hmac_memory.c | 28 hmac_state *hmac; in hmac_memory() local
|
| H A D | hmac_init.c | 22 int hmac_init(hmac_state *hmac, int hash, const unsigned char *key, unsigned long keylen) in hmac_init()
|
| H A D | hmac_done.c | 21 int hmac_done(hmac_state *hmac, unsigned char *out, unsigned long *outlen) in hmac_done()
|
| H A D | hmac_memory_multi.c | 31 hmac_state *hmac; in hmac_memory_multi() local
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | psa_crypto_mac.c | 25 mbedtls_psa_hmac_operation_t *hmac) in psa_hmac_abort_internal() 32 mbedtls_psa_hmac_operation_t *hmac, in psa_hmac_setup_internal() 104 mbedtls_psa_hmac_operation_t *hmac, in psa_hmac_update_internal() 112 mbedtls_psa_hmac_operation_t *hmac, in psa_hmac_finish_internal()
|
| H A D | md.c | 421 int mbedtls_md_setup(mbedtls_md_context_t *ctx, const mbedtls_md_info_t *md_info, int hmac) in mbedtls_md_setup()
|
| H A D | psa_crypto.c | 5903 psa_mac_operation_t hmac; in psa_key_derivation_tls12_prf_generate_next_block() local
|
| /optee_os/core/lib/libtomcrypt/src/misc/pkcs5/ |
| H A D | pkcs_5_2.c | 32 hmac_state *hmac; in pkcs_5_alg2() local
|
| /optee_os/core/tee/ |
| H A D | tee_rpmb_fs.c | 1002 uint8_t hmac[RPMB_KEY_MAC_SIZE]; in tee_rpmb_init_read_wr_cnt() local 1311 uint8_t hmac[RPMB_KEY_MAC_SIZE]; in tee_rpmb_read() local 1384 uint8_t hmac[RPMB_KEY_MAC_SIZE] = { }; in write_req() local
|