Searched defs:p_bytes (Results 1 - 2 of 2) sorted by relevance

/sssd-io/src/util/crypto/libcrypto/
H A Dcrypto_sha512crypt.c88 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 Dnss_sha512crypt.c86 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