Home
last modified time | relevance | path

Searched refs:hash_pkt (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/include/zephyr/crypto/
Dhash.h35 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
Dcrypto.h466 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/
Dmain.c162 struct hash_pkt pkt = { \ in ZTEST_USER()
/Zephyr-latest/drivers/crypto/
Dcrypto_smartbond.c74 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()
Dcrypto_it8xxx2_sha.c132 static int it8xxx2_hash_handler(struct hash_ctx *ctx, struct hash_pkt *pkt, in it8xxx2_hash_handler()
Dcrypto_npcx_sha.c83 static int npcx_sha_compute(struct hash_ctx *ctx, struct hash_pkt *pkt, bool finish) in npcx_sha_compute()
Dcrypto_it8xxx2_sha_v2.c146 static int it8xxx2_hash_handler(struct hash_ctx *ctx, struct hash_pkt *pkt, in it8xxx2_hash_handler()
Dcrypto_mtls_shim.c465 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()
Dcrypto_intel_sha.c197 static int intel_sha_compute(struct hash_ctx *ctx, struct hash_pkt *pkt, bool finish) in intel_sha_compute()
Dcrypto_mcux_dcp.c246 static int crypto_dcp_sha256(struct hash_ctx *ctx, struct hash_pkt *pkt, bool finish) in crypto_dcp_sha256()
Dcrypto_mchp_xec_symcr.c298 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/
Dmain.c262 static struct hash_pkt zhash_pkt;