| /src/crypto/external/bsd/openssl.old/dist/crypto/siphash/ |
| siphash_local.h | 20 int crounds; member in struct:siphash_st
|
| /src/crypto/external/apache2/openssl/dist/include/crypto/ |
| siphash.h | 27 int crounds, int drounds); 41 unsigned int crounds; member in struct:siphash_st
|
| /src/crypto/external/bsd/openssl/dist/include/crypto/ |
| siphash.h | 27 int crounds, int drounds); 41 unsigned int crounds; member in struct:siphash_st
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/macs/ |
| siphash_prov.c | 43 unsigned int crounds, drounds; member in struct:siphash_data_st 46 static unsigned int crounds(struct siphash_data_st *ctx) function 48 return ctx->crounds != 0 ? ctx->crounds : SIPHASH_C_ROUNDS; 102 ret = SipHash_Init(&ctx->siphash, key, crounds(ctx), drounds(ctx)); 173 && !OSSL_PARAM_set_uint(p, crounds(ctx))) 211 && !OSSL_PARAM_get_uint(p, &ctx->crounds))
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/macs/ |
| siphash_prov.c | 43 unsigned int crounds, drounds; member in struct:siphash_data_st 46 static unsigned int crounds(struct siphash_data_st *ctx) function 48 return ctx->crounds != 0 ? ctx->crounds : SIPHASH_C_ROUNDS; 102 ret = SipHash_Init(&ctx->siphash, key, crounds(ctx), drounds(ctx)); 173 && !OSSL_PARAM_set_uint(p, crounds(ctx))) 211 && !OSSL_PARAM_get_uint(p, &ctx->crounds))
|