Searched refs:sha512_update (Results 1 – 2 of 2) sorted by relevance
/third_party/musl/src/crypt/ |
D | crypt_sha512.c | 156 static void sha512_update(struct sha512 *s, const void *m, unsigned long len) in sha512_update() function 204 sha512_update(s, md, 64); in hashmd() 205 sha512_update(s, md, i); in hashmd() 270 sha512_update(&ctx, key, klen); in sha512crypt() 271 sha512_update(&ctx, salt, slen); in sha512crypt() 272 sha512_update(&ctx, key, klen); in sha512crypt() 277 sha512_update(&ctx, key, klen); in sha512crypt() 278 sha512_update(&ctx, salt, slen); in sha512crypt() 282 sha512_update(&ctx, md, sizeof md); in sha512crypt() 284 sha512_update(&ctx, key, klen); in sha512crypt() [all …]
|
/third_party/python/Modules/ |
D | sha512module.c | 274 sha512_update(SHAobject *sha_info, SHA_BYTE *buffer, Py_ssize_t count) in sha512_update() function 559 sha512_update(self, buf.buf, buf.len); in SHA512Type_update() 680 sha512_update(new, buf.buf, buf.len); in _sha512_sha512_impl() 724 sha512_update(new, buf.buf, buf.len); in _sha512_sha384_impl()
|