Home
last modified time | relevance | path

Searched refs:crypto_mac_final (Results 1 – 12 of 12) sorted by relevance

/optee_os/core/drivers/crypto/se050/glue/
A Duser.c39 if (crypto_mac_final(mac, buf, len)) in glue_mac_final()
51 if (crypto_mac_final(mac, buf, mac_len)) in glue_mac_one_go()
/optee_os/core/tee/
A Dtee_cryp_hkdf.c55 res = crypto_mac_final(ctx, prk, *prk_len); in hkdf_extract()
130 res = crypto_mac_final(ctx, tn, sizeof(tn)); in hkdf_expand()
A Dtee_cryp_pbkdf2.c61 res = crypto_mac_final(h->ctx, u, sizeof(u)); in pbkdf2_f()
A Dtee_fs_key_manager.c63 res = crypto_mac_final(ctx, out_key, out_key_size); in do_hmac()
A Dtee_rpmb_fs.c396 res = crypto_mac_final(ctx, mac, macsize); in tee_rpmb_mac_calc()
760 res = crypto_mac_final(ctx, rawdata->key_mac, RPMB_KEY_MAC_SIZE); in tee_rpmb_data_cpy_mac_calc()
A Dtee_svc_cryp.c2517 res = crypto_mac_final(cs->ctx, hash, hash_size); in syscall_hash_final()
/optee_os/core/kernel/
A Dhuk_subkey.c100 res = crypto_mac_final(ctx, subkey, subkey_len); in huk_subkey_derive()
/optee_os/core/include/crypto/
A Dcrypto.h55 TEE_Result crypto_mac_final(void *ctx, uint8_t *digest, size_t digest_len);
/optee_os/core/crypto/
A Dcrypto.c327 TEE_Result crypto_mac_final(void *ctx, uint8_t *digest, size_t digest_len) in crypto_mac_final() function
/optee_os/out/arm/core/
A Dtee.symb_sizes1184 000000000e10e8d0 0000000000000044 T crypto_mac_final
A Dtee.dmp2263 000000000e10e8d0 g F .text 0000000000000044 crypto_mac_final
22735 000000000e10e8d0 <crypto_mac_final>:
22736 crypto_mac_final():
35073 e11676c: 97ffe059 bl e10e8d0 <crypto_mac_final>
49791 e120124: 97ffb9eb bl e10e8d0 <crypto_mac_final>
49904 e12023c: 97ffb9a5 bl e10e8d0 <crypto_mac_final>
50153 e1204bc: 97ffb905 bl e10e8d0 <crypto_mac_final>
56239 e124498: 97ffa90e bl e10e8d0 <crypto_mac_final>
62782 e128b38: 97ff9766 bl e10e8d0 <crypto_mac_final>
A Dtee.map21474 .text.crypto_mac_final
21476 0x000000000e10e8d0 crypto_mac_final

Completed in 208 milliseconds