Home
last modified time | relevance | path

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

/optee_os-3.20.0/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.c2813 res = crypto_mac_init(cs->ctx, (void *)(key + 1), in syscall_hash_init()
/optee_os-3.20.0/core/drivers/crypto/se050/glue/
A Duser.c18 if (crypto_mac_init(*mac, key, len)) in glue_mac_context_init()
/optee_os-3.20.0/core/kernel/
A Dhuk_subkey.c82 res = crypto_mac_init(ctx, huk.data, sizeof(huk.data)); in huk_subkey_derive()
/optee_os-3.20.0/core/include/crypto/
A Dcrypto.h54 TEE_Result crypto_mac_init(void *ctx, const uint8_t *key, size_t len);
/optee_os-3.20.0/core/crypto/
A Dcrypto.c317 TEE_Result crypto_mac_init(void *ctx, const uint8_t *key, size_t len) in crypto_mac_init() function

Completed in 19 milliseconds