Searched refs:sha512_process_bytes (Results 1 – 1 of 1) sorted by relevance
/external/syslinux/com32/libutil/ |
D | sha512crypt.c | 242 sha512_process_bytes(const void *buffer, size_t len, struct sha512_ctx *ctx) in sha512_process_bytes() function 386 sha512_process_bytes(key, key_len, &ctx); in sha512_crypt_r() 391 sha512_process_bytes(salt, salt_len, &ctx); in sha512_crypt_r() 398 sha512_process_bytes(key, key_len, &alt_ctx); in sha512_crypt_r() 401 sha512_process_bytes(salt, salt_len, &alt_ctx); in sha512_crypt_r() 404 sha512_process_bytes(key, key_len, &alt_ctx); in sha512_crypt_r() 412 sha512_process_bytes(alt_result, 64, &ctx); in sha512_crypt_r() 413 sha512_process_bytes(alt_result, cnt, &ctx); in sha512_crypt_r() 419 sha512_process_bytes(alt_result, 64, &ctx); in sha512_crypt_r() 421 sha512_process_bytes(key, key_len, &ctx); in sha512_crypt_r() [all …]
|