Searched refs:p_bytes (Results 1 – 2 of 2) sorted by relevance
/glibc-2.36/crypt/ |
D | sha256-crypt.c | 113 char *p_bytes; in __sha256_crypt_r() local 247 cp = p_bytes = (char *) alloca (key_len); in __sha256_crypt_r() 250 free_pbytes = cp = p_bytes = (char *)malloc (key_len); in __sha256_crypt_r() 287 sha256_process_bytes (p_bytes, key_len, &ctx, nss_ctx); in __sha256_crypt_r() 297 sha256_process_bytes (p_bytes, key_len, &ctx, nss_ctx); in __sha256_crypt_r() 303 sha256_process_bytes (p_bytes, key_len, &ctx, nss_ctx); in __sha256_crypt_r() 377 explicit_bzero (p_bytes, key_len); in __sha256_crypt_r()
|
D | sha512-crypt.c | 113 char *p_bytes; in __sha512_crypt_r() local 246 cp = p_bytes = (char *) alloca (key_len); in __sha512_crypt_r() 249 free_pbytes = cp = p_bytes = (char *)malloc (key_len); in __sha512_crypt_r() 286 sha512_process_bytes (p_bytes, key_len, &ctx, nss_ctx); in __sha512_crypt_r() 296 sha512_process_bytes (p_bytes, key_len, &ctx, nss_ctx); in __sha512_crypt_r() 302 sha512_process_bytes (p_bytes, key_len, &ctx, nss_ctx); in __sha512_crypt_r() 399 explicit_bzero (p_bytes, key_len); in __sha512_crypt_r()
|