Home
last modified time | relevance | path

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

/optee_os/core/crypto/
H A Dsub.mk31 srcs-y += sm3.c
32 srcs-y += sm3-hash.c
33 srcs-$(CFG_CRYPTO_HMAC) += sm3-hmac.c
H A Dsm3.h29 void sm3(const uint8_t *input, size_t ilen, uint8_t output[32]);
H A Dsm3.c256 void sm3(const uint8_t *input, size_t ilen, uint8_t output[32]) in sm3() function
273 sm3(key, keylen, sum); in sm3_hmac_init()
/optee_os/core/include/crypto/
H A Dcrypto_impl.h76 CRYPTO_ALLOC_CTX_NOT_IMPLEMENTED(sm3, hash)