Searched refs:INIT_DATA_h3 (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/crypto/openssl/
H A Dossl_sha1.c48 #define INIT_DATA_h3 0x10325476UL macro
59 c->h3 = INIT_DATA_h3;
/freebsd-13-stable/lib/libmd/
H A Dsha0c.c85 #define INIT_DATA_h3 (unsigned long)0x10325476L macro
111 c->h3=INIT_DATA_h3;
H A Dsha1c.c93 #define INIT_DATA_h3 (unsigned long)0x10325476L macro
138 c->h3=INIT_DATA_h3;
/freebsd-13-stable/crypto/openssl/crypto/sha/
H A Dsha_local.h50 #define INIT_DATA_h3 0x10325476UL macro
59 c->h3 = INIT_DATA_h3;

Completed in 97 milliseconds