Home
last modified time | relevance | path

Searched defs:algor (Results 1 – 3 of 3) sorted by relevance

/device/soc/hisilicon/ws63v100/sdk/open_source/GmSSL3.0/tests/
Ddigesttest.c36 const DIGEST *algor = digest_from_name(digests[i]); in main() local
Dhkdftest.c19 char *algor; member
/device/soc/hisilicon/ws63v100/sdk/open_source/GmSSL3.0/src/
Ddigest.c46 int digest_init(DIGEST_CTX *ctx, const DIGEST *algor) in digest_init()