Home
last modified time | relevance | path

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

/optee_os/core/tee/
A Dtee_cryp_hkdf.c47 res = crypto_mac_init(ctx, salt, salt_len); in hkdf_extract()
118 res = crypto_mac_init(ctx, prk, prk_len); in hkdf_expand()
A Dtee_cryp_pbkdf2.c37 res = crypto_mac_init(h->ctx, p->password, p->password_len); in pbkdf2_f()
A Dtee_fs_key_manager.c55 res = crypto_mac_init(ctx, in_key, in_key_size); in do_hmac()
A Dtee_rpmb_fs.c385 res = crypto_mac_init(ctx, key, keysize); in tee_rpmb_mac_calc()
703 res = crypto_mac_init(ctx, rpmb_ctx->key, RPMB_KEY_MAC_SIZE); in tee_rpmb_data_cpy_mac_calc()
A Dtee_svc_cryp.c2379 res = crypto_mac_init(cs->ctx, (void *)(key + 1), in syscall_hash_init()
/optee_os/core/drivers/crypto/se050/glue/
A Duser.c18 if (crypto_mac_init(*mac, key, len)) in glue_mac_context_init()
/optee_os/core/kernel/
A Dhuk_subkey.c82 res = crypto_mac_init(ctx, huk.data, sizeof(huk.data)); in huk_subkey_derive()
/optee_os/core/include/crypto/
A Dcrypto.h53 TEE_Result crypto_mac_init(void *ctx, const uint8_t *key, size_t len);
/optee_os/core/crypto/
A Dcrypto.c314 TEE_Result crypto_mac_init(void *ctx, const uint8_t *key, size_t len) in crypto_mac_init() function
/optee_os/out/arm/core/
A Dtee.symb_sizes1183 000000000e10e83c 0000000000000044 T crypto_mac_init
A Dtee.dmp1980 000000000e10e83c g F .text 0000000000000044 crypto_mac_init
22678 000000000e10e83c <crypto_mac_init>:
22679 crypto_mac_init():
35015 e1166e4: 97ffe056 bl e10e83c <crypto_mac_init>
49775 e1200f4: 97ffb9d2 bl e10e83c <crypto_mac_init>
49876 e1201ec: 97ffb994 bl e10e83c <crypto_mac_init>
50130 e120480: 97ffb8ef bl e10e83c <crypto_mac_init>
55998 e1241d0: 97ffa99b bl e10e83c <crypto_mac_init>
62766 e128b08: 97ff974d bl e10e83c <crypto_mac_init>
A Dtee.map21468 .text.crypto_mac_init
21470 0x000000000e10e83c crypto_mac_init

Completed in 209 milliseconds