Home
last modified time | relevance | path

Searched defs:processblock (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/musl/src/crypt/
H A Dcrypt_sha512.c56 static void processblock(struct sha512 *s, const uint8_t *buf) in processblock() function
H A Dcrypt_sha256.c43 static void processblock(struct sha256 *s, const uint8_t *buf) in processblock() function
H A Dcrypt_md5.c41 static void processblock(struct md5 *s, const uint8_t *buf) in processblock() function
/aosp_15_r20/external/trusty/musl/src/crypt/
Dcrypt_sha512.c56 static void processblock(struct sha512 *s, const uint8_t *buf) in processblock() function
Dcrypt_sha256.c43 static void processblock(struct sha256 *s, const uint8_t *buf) in processblock() function
Dcrypt_md5.c41 static void processblock(struct md5 *s, const uint8_t *buf) in processblock() function