Home
last modified time | relevance | path

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

/optee_os/core/tee/
H 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()
H A Dtee_cryp_pbkdf2.c37 res = crypto_mac_init(h->ctx, p->password, p->password_len); in pbkdf2_f()
H A Dtee_fs_key_manager.c54 res = crypto_mac_init(ctx, in_key, in_key_size); in do_hmac()
H A Dtee_rpmb_fs.c391 res = crypto_mac_init(ctx, key, keysize); in tee_rpmb_mac_calc()
776 res = crypto_mac_init(ctx, rpmb_ctx->key, RPMB_KEY_MAC_SIZE); in tee_rpmb_data_cpy_mac_calc()
H A Dtee_svc_cryp.c3000 res = crypto_mac_init(cs->ctx, (void *)(key + 1), in syscall_hash_init()
/optee_os/core/drivers/crypto/se050/glue/
H A Duser.c18 if (crypto_mac_init(*mac, key, len)) in glue_mac_context_init()
/optee_os/core/kernel/
H A Dhuk_subkey.c82 res = crypto_mac_init(ctx, huk.data, sizeof(huk.data)); in __huk_subkey_derive()
/optee_os/core/include/crypto/
H A Dcrypto.h54 TEE_Result crypto_mac_init(void *ctx, const uint8_t *key, size_t len);
/optee_os/core/crypto/
H A Dcrypto.c346 TEE_Result crypto_mac_init(void *ctx, const uint8_t *key, size_t len) in crypto_mac_init() function