Searched refs:crypto_hash_req_ctx_t (Results 1 – 3 of 3) sorted by relevance
68 } crypto_hash_req_ctx_t; typedef98 int do_hash_crypto(crypto_hash_req_ctx_t *req_ctx);
230 crypto_hash_req_ctx_t *hash_ctx = NULL; in hash_test()232 …hash_ctx = (crypto_hash_req_ctx_t *)hal_malloc_align(sizeof(crypto_hash_req_ctx_t), CE_ALIGN_SIZE); in hash_test()
442 static uint32_t ce_hash_sw_padding(crypto_hash_req_ctx_t *ctx) in ce_hash_sw_padding()497 static int ce_hash_start(crypto_hash_req_ctx_t *req_ctx) in ce_hash_start()583 static int ce_hash_check_ctx_valid(crypto_hash_req_ctx_t *req_ctx) in ce_hash_check_ctx_valid()646 int do_hash_crypto(crypto_hash_req_ctx_t *req_ctx) in do_hash_crypto()
Completed in 10 milliseconds