Searched defs:p_bytes (Results 1 - 2 of 2) sorted by relevance
/sssd-io/src/util/crypto/libcrypto/ |
H A D | crypto_sha512crypt.c | 88 char *p_bytes = NULL; local 210 cp = p_bytes = alloca(key_len); 247 EVP_DigestUpdate(ctx, (const unsigned char *)p_bytes, key_len); 259 EVP_DigestUpdate(ctx, (const unsigned char *)p_bytes, key_len); 266 EVP_DigestUpdate(ctx, (const unsigned char *)p_bytes, key_len); 334 if (p_bytes) memset(p_bytes, '\0', key_len);
|
/sssd-io/src/util/crypto/nss/ |
H A D | nss_sha512crypt.c | 86 char *p_bytes = NULL; local 206 cp = p_bytes = alloca(key_len); 237 HASH_Update(ctx, (const unsigned char *)p_bytes, key_len); 249 HASH_Update(ctx, (const unsigned char *)p_bytes, key_len); 256 HASH_Update(ctx, (const unsigned char *)p_bytes, key_len); 324 if (p_bytes) memset(p_bytes, '\0', key_len);
|
Completed in 13 milliseconds