Searched refs:p_bytes (Results 1 – 2 of 2) sorted by relevance
| /lib/crypt/ |
| A D | crypt-sha256.c | 68 uint8_t p_bytes[32]; member 123 uint8_t *p_bytes = buf->p_bytes; in crypt_sha256crypt_rn() local 233 SHA256_Final (p_bytes, ctx); in crypt_sha256crypt_rn() 254 SHA256_Update_recycled (ctx, p_bytes, phr_size); in crypt_sha256crypt_rn() 264 SHA256_Update_recycled (ctx, p_bytes, phr_size); in crypt_sha256crypt_rn() 270 SHA256_Update_recycled (ctx, p_bytes, phr_size); in crypt_sha256crypt_rn()
|
| A D | crypt-sha512.c | 68 uint8_t p_bytes[64]; member 124 uint8_t *p_bytes = buf->p_bytes; in crypt_sha512crypt_rn() local 235 SHA512_Final (p_bytes, ctx); in crypt_sha512crypt_rn() 256 sha512_process_recycled_bytes (p_bytes, phr_size, ctx); in crypt_sha512crypt_rn() 266 sha512_process_recycled_bytes (p_bytes, phr_size, ctx); in crypt_sha512crypt_rn() 272 sha512_process_recycled_bytes (p_bytes, phr_size, ctx); in crypt_sha512crypt_rn()
|
Completed in 9 milliseconds