Searched refs:hash512 (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/passwd/sha2/
H A Dslapd-sha2.c148 unsigned char hash512[SHA512_DIGEST_LENGTH]; local
153 digest.bv_val = (char *) hash512;
154 digest.bv_len = sizeof(hash512);
165 SHA512_Final(hash512, &ct);
177 unsigned char hash512[SHA512_DIGEST_LENGTH]; local
179 digest.bv_val = (char *) hash512;
180 digest.bv_len = sizeof(hash512);
184 SHA512_Final(hash512, &ct);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/digest/
H A Dsha.d1179 ubyte[64] hash512 = sha512Of("abc");
1180 assert(hash512 == digest!SHA512("abc"));
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/digest/
H A Dsha.d1132 ubyte[64] hash512 = sha512Of("abc");
1133 assert(hash512 == digest!SHA512("abc"));

Completed in 181 milliseconds