/openbmc/u-boot/common/ |
H A D | hash.c | 216 .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 D | libcr51sign_support.h | 45 int hash_init(const void* ctx, enum hash_type type);
|
H A D | libcr51sign.h | 117 int (*hash_init)(const void*, enum hash_type); member
|
/openbmc/linux/drivers/net/wireguard/ |
H A D | peerlookup.c | 30 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 D | hash.h | 48 int (*hash_init)(struct hash_algo *algo, void **ctxp); member
|
/openbmc/u-boot/lib/rsa/ |
H A D | rsa-checksum.c | 32 ret = algo->hash_init(algo, &ctx); in hash_calculate()
|
/openbmc/linux/tools/include/linux/ |
H A D | hashtable.h | 49 #define hash_init(hashtable) __hash_init(hashtable, HASH_SIZE(hashtable)) macro
|
/openbmc/linux/drivers/crypto/ |
H A D | n2_core.c | 254 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 D | objtool.c | 102 hash_init(file.insn_hash); in objtool_open_read()
|
/openbmc/linux/net/rxrpc/ |
H A D | net_ns.c | 61 hash_init(rxnet->peer_hash); in rxrpc_init_net()
|
/openbmc/linux/include/linux/ |
H A D | hashtable.h | 52 #define hash_init(hashtable) __hash_init(hashtable, HASH_SIZE(hashtable)) macro
|
/openbmc/google-misc/subprojects/libcr51sign/ |
H A D | README.md | 42 implementations of common functions like hash_init/final,
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | vxlan.c | 160 hash_init(vxlan->htable); in mlx5_vxlan_create()
|
/openbmc/google-misc/subprojects/libcr51sign/src/ |
H A D | libcr51sign.c | 389 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 D | libcr51sign_support.c | 41 int hash_init(const void* ctx, enum hash_type type) in hash_init() function
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_cmdbuf_res.c | 293 hash_init(man->resources); in vmw_cmdbuf_res_man_create()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | mod_hdr.c | 45 hash_init(tbl->hlist); in mlx5e_mod_hdr_tbl_init()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_sync.c | 54 hash_init(sync->fences); in amdgpu_sync_create()
|
/openbmc/u-boot/board/freescale/common/ |
H A D | fsl_validate.c | 498 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 D | securityfs.c | 151 hash_init(pol->rules); in handle_policy_update()
|
/openbmc/linux/lib/ |
H A D | hashtable_test.c | 28 hash_init(hash2); in hashtable_test_hash_init()
|
/openbmc/linux/drivers/accel/habanalabs/common/ |
H A D | context.c | 219 hash_init(ctx->outcome_store.outcome_map); in hl_ctx_init()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
H A D | indir_table.c | 55 hash_init(indir->table); in mlx5_esw_indir_table_init()
|
/openbmc/linux/drivers/accel/habanalabs/common/mmu/ |
H A D | mmu_v2_hr.c | 81 hash_init(ctx->hr_mmu_phys_hash); in hl_mmu_v2_hr_ctx_init()
|
/openbmc/linux/drivers/firmware/arm_scmi/ |
H A D | notify.c | 728 hash_init(pd->registered_events_handlers); in scmi_allocate_registered_events_desc() 1674 hash_init(ni->pending_events_handlers); in scmi_notification_init()
|