Home
last modified time | relevance | path

Searched refs:MD5_DIGEST_SIZE (Results 1 – 4 of 4) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/include/hal/
A Dsunxi_hal_ce.h42 #define MD5_DIGEST_SIZE (16) macro
/bsp/allwinner/libraries/sunxi-hal/hal/test/ce/
A Dtest_ce.h921 uint8_t hash_md5_50[MD5_DIGEST_SIZE] = {
934 uint8_t hash_md5_124[MD5_DIGEST_SIZE] = {
955 uint8_t hash_md5_255[MD5_DIGEST_SIZE] = {
992 uint8_t hash_md5_512[MD5_DIGEST_SIZE] = {
A Dtest_ce.c257 hash_ctx->dst_length = MD5_DIGEST_SIZE; in hash_test()
258 hash_length = MD5_DIGEST_SIZE; in hash_test()
/bsp/allwinner/libraries/sunxi-hal/hal/source/ce/
A Dce_common.c597 if ((req_ctx->dst_length != MD5_DIGEST_SIZE) in ce_hash_check_ctx_valid()
599 && (req_ctx->md_size != MD5_DIGEST_SIZE))) { in ce_hash_check_ctx_valid()
600 CE_ERR("output length is not %d\n", MD5_DIGEST_SIZE); in ce_hash_check_ctx_valid()

Completed in 16 milliseconds