Home
last modified time | relevance | path

Searched refs:sha224_init (Results 1 – 3 of 3) sorted by relevance

/third_party/boringssl/src/crypto/fipsmodule/digest/
Ddigests.c150 static void sha224_init(EVP_MD_CTX *ctx) { in sha224_init() function
166 out->init = sha224_init; in DEFINE_METHOD_FUNCTION()
/third_party/ffmpeg/libavutil/
Dhmac.c97 c->init = sha224_init; in av_hmac_alloc()
/third_party/python/Modules/
Dsha256module.c237 sha224_init(SHAobject *sha_info) in sha224_init() function
659 sha224_init(new); in _sha256_sha224_impl()