Home
last modified time | relevance | path

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

/freebsd/sys/crypto/openssl/
H A Dossl_sha1.c46 #define INIT_DATA_h3 0x10325476UL macro
57 c->h3 = INIT_DATA_h3; in HASH_INIT()
/freebsd/lib/libmd/
H A Dsha1c.c90 #define INIT_DATA_h3 (unsigned long)0x10325476L macro
134 c->h3=INIT_DATA_h3; in SHA1_Init()
H A Dsha0c.c82 #define INIT_DATA_h3 (unsigned long)0x10325476L macro
107 c->h3=INIT_DATA_h3; in SHA_Init()
/freebsd/crypto/openssl/crypto/sha/
H A Dsha_local.h51 #define INIT_DATA_h3 0x10325476UL macro
60 c->h3 = INIT_DATA_h3; in HASH_INIT()