Searched refs:crypto_mac_init (Results 1 – 12 of 12) sorted by relevance
/optee_os/core/tee/ |
A D | tee_cryp_hkdf.c | 47 res = crypto_mac_init(ctx, salt, salt_len); in hkdf_extract() 118 res = crypto_mac_init(ctx, prk, prk_len); in hkdf_expand()
|
A D | tee_cryp_pbkdf2.c | 37 res = crypto_mac_init(h->ctx, p->password, p->password_len); in pbkdf2_f()
|
A D | tee_fs_key_manager.c | 55 res = crypto_mac_init(ctx, in_key, in_key_size); in do_hmac()
|
A D | tee_rpmb_fs.c | 385 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 D | tee_svc_cryp.c | 2379 res = crypto_mac_init(cs->ctx, (void *)(key + 1), in syscall_hash_init()
|
/optee_os/core/drivers/crypto/se050/glue/ |
A D | user.c | 18 if (crypto_mac_init(*mac, key, len)) in glue_mac_context_init()
|
/optee_os/core/kernel/ |
A D | huk_subkey.c | 82 res = crypto_mac_init(ctx, huk.data, sizeof(huk.data)); in huk_subkey_derive()
|
/optee_os/core/include/crypto/ |
A D | crypto.h | 53 TEE_Result crypto_mac_init(void *ctx, const uint8_t *key, size_t len);
|
/optee_os/core/crypto/ |
A D | crypto.c | 314 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 D | tee.symb_sizes | 1183 000000000e10e83c 0000000000000044 T crypto_mac_init
|
A D | tee.dmp | 1980 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 D | tee.map | 21468 .text.crypto_mac_init 21470 0x000000000e10e83c crypto_mac_init
|
Completed in 209 milliseconds