Searched refs:hash_pkt (Results 1 – 12 of 12) sorted by relevance
/Zephyr-latest/include/zephyr/crypto/ |
D | hash.h | 35 struct hash_pkt; 38 typedef int (*hash_op_t)(struct hash_ctx *ctx, struct hash_pkt *pkt, 88 struct hash_pkt { struct 114 typedef void (*hash_completion_cb)(struct hash_pkt *completed, int status); argument
|
D | crypto.h | 466 static inline int hash_compute(struct hash_ctx *ctx, struct hash_pkt *pkt) in hash_compute() 485 static inline int hash_update(struct hash_ctx *ctx, struct hash_pkt *pkt) in hash_update()
|
/Zephyr-latest/tests/crypto/crypto_hash/src/ |
D | main.c | 162 struct hash_pkt pkt = { \ in ZTEST_USER()
|
/Zephyr-latest/drivers/crypto/ |
D | crypto_smartbond.c | 74 struct hash_pkt *hash_pkt; member 106 data->hash_user_cb(data->hash_pkt, status); in smartbond_crypto_isr() 712 static int crypto_smartbond_hash_handler(struct hash_ctx *ctx, struct hash_pkt *pkt, bool finish) in crypto_smartbond_hash_handler() 769 data->hash_pkt = pkt; in crypto_smartbond_hash_handler()
|
D | crypto_it8xxx2_sha.c | 132 static int it8xxx2_hash_handler(struct hash_ctx *ctx, struct hash_pkt *pkt, in it8xxx2_hash_handler()
|
D | crypto_npcx_sha.c | 83 static int npcx_sha_compute(struct hash_ctx *ctx, struct hash_pkt *pkt, bool finish) in npcx_sha_compute()
|
D | crypto_it8xxx2_sha_v2.c | 146 static int it8xxx2_hash_handler(struct hash_ctx *ctx, struct hash_pkt *pkt, in it8xxx2_hash_handler()
|
D | crypto_mtls_shim.c | 465 static int mtls_sha256_compute(struct hash_ctx *ctx, struct hash_pkt *pkt, in mtls_sha256_compute() 501 static int mtls_sha512_compute(struct hash_ctx *ctx, struct hash_pkt *pkt, in mtls_sha512_compute()
|
D | crypto_intel_sha.c | 197 static int intel_sha_compute(struct hash_ctx *ctx, struct hash_pkt *pkt, bool finish) in intel_sha_compute()
|
D | crypto_mcux_dcp.c | 246 static int crypto_dcp_sha256(struct hash_ctx *ctx, struct hash_pkt *pkt, bool finish) in crypto_dcp_sha256()
|
D | crypto_mchp_xec_symcr.c | 298 static int xec_symcr_do_hash(struct hash_ctx *ctx, struct hash_pkt *pkt, bool finish) in xec_symcr_do_hash()
|
/Zephyr-latest/samples/boards/microchip/mec172xevb_assy6906/rom_api/src/ |
D | main.c | 262 static struct hash_pkt zhash_pkt;
|