Home
last modified time | relevance | path

Searched refs:hash_init (Results 1 – 25 of 71) sorted by relevance

123

/openbmc/u-boot/common/
H A Dhash.c216 .hash_init = hw_sha_init,
220 .hash_init = hash_init_sha1,
237 .hash_init = hw_sha_init,
241 .hash_init = hash_init_sha256,
258 .hash_init = hw_sha_init,
262 .hash_init = hash_init_sha384,
279 .hash_init = hw_sha_init,
283 .hash_init = hash_init_sha512,
294 .hash_init = hash_init_crc16_ccitt,
303 .hash_init = hash_init_crc32,
[all …]
/openbmc/google-misc/subprojects/libcr51sign/include/libcr51sign/
H A Dlibcr51sign_support.h45 int hash_init(const void* ctx, enum hash_type type);
H A Dlibcr51sign.h117 int (*hash_init)(const void*, enum hash_type); member
/openbmc/linux/drivers/net/wireguard/
H A Dpeerlookup.c30 hash_init(table->hashtable); in wg_pubkey_hashtable_alloc()
90 hash_init(table->hashtable); in wg_index_hashtable_alloc()
/openbmc/u-boot/include/
H A Dhash.h48 int (*hash_init)(struct hash_algo *algo, void **ctxp); member
/openbmc/u-boot/lib/rsa/
H A Drsa-checksum.c32 ret = algo->hash_init(algo, &ctx); in hash_calculate()
/openbmc/linux/tools/include/linux/
H A Dhashtable.h49 #define hash_init(hashtable) __hash_init(hashtable, HASH_SIZE(hashtable)) macro
/openbmc/linux/drivers/crypto/
H A Dn2_core.c254 const u8 *hash_init; member
620 memcpy(&rctx->u, n2alg->hash_init, n2alg->hw_op_hashsz); in n2_hash_async_digest()
650 memcpy(&rctx->u, n2alg->derived.hash_init, in n2_hmac_async_digest()
1230 const u8 *hash_init; member
1260 .hash_init = (u8 *)n2_md5_init,
1269 .hash_init = (u8 *)n2_sha1_init,
1278 .hash_init = (u8 *)n2_sha256_init,
1287 .hash_init = (u8 *)n2_sha224_init,
1416 p->hash_init = tmpl->hash_init; in __n2_register_one_ahash()
/openbmc/linux/tools/objtool/
H A Dobjtool.c102 hash_init(file.insn_hash); in objtool_open_read()
/openbmc/linux/net/rxrpc/
H A Dnet_ns.c61 hash_init(rxnet->peer_hash); in rxrpc_init_net()
/openbmc/linux/include/linux/
H A Dhashtable.h52 #define hash_init(hashtable) __hash_init(hashtable, HASH_SIZE(hashtable)) macro
/openbmc/google-misc/subprojects/libcr51sign/
H A DREADME.md42 implementations of common functions like hash_init/final,
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dvxlan.c160 hash_init(vxlan->htable); in mlx5_vxlan_create()
/openbmc/google-misc/subprojects/libcr51sign/src/
H A Dlibcr51sign.c389 rv = intf->hash_init(ctx, ctx->descriptor.hash_type); in validate_payload_regions()
555 if (!intf->hash_init) in validate_signature()
566 rv = intf->hash_init(ctx, hash_type); in validate_signature()
H A Dlibcr51sign_support.c41 int hash_init(const void* ctx, enum hash_type type) in hash_init() function
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmdbuf_res.c293 hash_init(man->resources); in vmw_cmdbuf_res_man_create()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dmod_hdr.c45 hash_init(tbl->hlist); in mlx5e_mod_hdr_tbl_init()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_sync.c54 hash_init(sync->fences); in amdgpu_sync_create()
/openbmc/u-boot/board/freescale/common/
H A Dfsl_validate.c498 ret = algo->hash_init(algo, &ctx); in calc_img_key_hash()
546 ret = algo->hash_init(algo, &ctx); in calc_esbchdr_esbc_hash()
/openbmc/linux/security/safesetid/
H A Dsecurityfs.c151 hash_init(pol->rules); in handle_policy_update()
/openbmc/linux/lib/
H A Dhashtable_test.c28 hash_init(hash2); in hashtable_test_hash_init()
/openbmc/linux/drivers/accel/habanalabs/common/
H A Dcontext.c219 hash_init(ctx->outcome_store.outcome_map); in hl_ctx_init()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dindir_table.c55 hash_init(indir->table); in mlx5_esw_indir_table_init()
/openbmc/linux/drivers/accel/habanalabs/common/mmu/
H A Dmmu_v2_hr.c81 hash_init(ctx->hr_mmu_phys_hash); in hl_mmu_v2_hr_ctx_init()
/openbmc/linux/drivers/firmware/arm_scmi/
H A Dnotify.c728 hash_init(pd->registered_events_handlers); in scmi_allocate_registered_events_desc()
1674 hash_init(ni->pending_events_handlers); in scmi_notification_init()

123