Searched refs:crypto_mac_init (Results 1 – 9 of 9) sorted by relevance
/optee_os-3.20.0/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 | 2813 res = crypto_mac_init(cs->ctx, (void *)(key + 1), in syscall_hash_init()
|
/optee_os-3.20.0/core/drivers/crypto/se050/glue/ |
A D | user.c | 18 if (crypto_mac_init(*mac, key, len)) in glue_mac_context_init()
|
/optee_os-3.20.0/core/kernel/ |
A D | huk_subkey.c | 82 res = crypto_mac_init(ctx, huk.data, sizeof(huk.data)); in huk_subkey_derive()
|
/optee_os-3.20.0/core/include/crypto/ |
A D | crypto.h | 54 TEE_Result crypto_mac_init(void *ctx, const uint8_t *key, size_t len);
|
/optee_os-3.20.0/core/crypto/ |
A D | crypto.c | 317 TEE_Result crypto_mac_init(void *ctx, const uint8_t *key, size_t len) in crypto_mac_init() function
|
Completed in 19 milliseconds