PATH:
usr
/
include
/
openssl
#ifndef HEADER_WHRLPOOL_H # define HEADER_WHRLPOOL_H # include <openssl/e_os2.h> # include <stddef.h> #ifdef __cplusplus extern "C" { #endif # define WHIRLPOOL_DIGEST_LENGTH (512/8) # define WHIRLPOOL_BBLOCK 512 # define WHIRLPOOL_COUNTER (256/8) typedef struct { union { unsigned char c[WHIRLPOOL_DIGEST_LENGTH]; /* double q is here to ensure 64-bit alignment */ double q[WHIRLPOOL_DIGEST_LENGTH / sizeof(double)]; } H; unsigned char data[WHIRLPOOL_BBLOCK / 8]; unsigned int bitoff; size_t bitlen[WHIRLPOOL_COUNTER / sizeof(size_t)]; } WHIRLPOOL_CTX; # ifndef OPENSSL_NO_WHIRLPOOL # ifdef OPENSSL_FIPS int private_WHIRLPOOL_Init(WHIRLPOOL_CTX *c); # endif int WHIRLPOOL_Init(WHIRLPOOL_CTX *c); int WHIRLPOOL_Update(WHIRLPOOL_CTX *c, const void *inp, size_t bytes); void WHIRLPOOL_BitUpdate(WHIRLPOOL_CTX *c, const void *inp, size_t bits); int WHIRLPOOL_Final(unsigned char *md, WHIRLPOOL_CTX *c); unsigned char *WHIRLPOOL(const void *inp, size_t bytes, unsigned char *md); # endif #ifdef __cplusplus } #endif #endif
[-] srtp.h
[edit]
[-] rc5.h
[edit]
[-] md5.h
[edit]
[-] dtls1.h
[edit]
[-] aes.h
[edit]
[-] comp.h
[edit]
[-] e_os2.h
[edit]
[-] opensslconf-x86_64.h
[edit]
[-] obj_mac.h
[edit]
[-] krb5_asn.h
[edit]
[-] ecdh.h
[edit]
[-] dso.h
[edit]
[-] pkcs7.h
[edit]
[-] seed.h
[edit]
[+]
..
[-] fips.h
[edit]
[-] evp.h
[edit]
[-] ossl_typ.h
[edit]
[-] opensslconf.h
[edit]
[-] x509.h
[edit]
[-] camellia.h
[edit]
[-] engine.h
[edit]
[-] whrlpool.h
[edit]
[-] modes.h
[edit]
[-] ocsp.h
[edit]
[-] rand.h
[edit]
[-] err.h
[edit]
[-] txt_db.h
[edit]
[-] ecdsa.h
[edit]
[-] idea.h
[edit]
[-] crypto.h
[edit]
[-] asn1.h
[edit]
[-] asn1t.h
[edit]
[-] ssl3.h
[edit]
[-] bio.h
[edit]
[-] tls1.h
[edit]
[-] conf_api.h
[edit]
[-] des_old.h
[edit]
[-] bn.h
[edit]
[-] pkcs12.h
[edit]
[-] dh.h
[edit]
[-] objects.h
[edit]
[-] ssl.h
[edit]
[-] md4.h
[edit]
[-] ui_compat.h
[edit]
[-] rc4.h
[edit]
[-] symhacks.h
[edit]
[-] hmac.h
[edit]
[-] asn1_mac.h
[edit]
[-] ssl2.h
[edit]
[-] conf.h
[edit]
[-] lhash.h
[edit]
[-] cast.h
[edit]
[-] cms.h
[edit]
[-] dsa.h
[edit]
[-] ssl23.h
[edit]
[-] rc2.h
[edit]
[-] pem2.h
[edit]
[-] ui.h
[edit]
[-] cmac.h
[edit]
[-] safestack.h
[edit]
[-] pem.h
[edit]
[-] fips_rand.h
[edit]
[-] x509_vfy.h
[edit]
[-] md2.h
[edit]
[-] rsa.h
[edit]
[-] sha.h
[edit]
[-] kssl.h
[edit]
[-] stack.h
[edit]
[-] x509v3.h
[edit]
[-] ripemd.h
[edit]
[-] ebcdic.h
[edit]
[-] ts.h
[edit]
[-] blowfish.h
[edit]
[-] pqueue.h
[edit]
[-] opensslv.h
[edit]
[-] ec.h
[edit]
[-] des.h
[edit]
[-] buffer.h
[edit]