Home
last modified time | relevance | path

Searched defs:crounds (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/siphash/
H A Dsiphash_local.h20 int crounds; member
H A Dsiphash.c114 int SipHash_Init(SIPHASH *ctx, const unsigned char *k, int crounds, int drounds) in SipHash_Init()
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/macs/
H A Dsiphash_prov.c43 unsigned int crounds, drounds; member
46 static unsigned int crounds(struct siphash_data_st *ctx) in crounds() function
/netbsd-src/crypto/external/bsd/openssl/dist/include/crypto/
H A Dsiphash.h41 unsigned int crounds; member
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/siphash/
H A Dsiphash.c109 int SipHash_Init(SIPHASH *ctx, const unsigned char *k, int crounds, int drounds) in SipHash_Init()