HomeSort by: relevance | last modified time | path
    Searched defs:drounds (Results 1 - 10 of 10) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/crypto/siphash/
siphash_local.h 21 int drounds; member in struct:siphash_st
siphash_local.h 21 int drounds; member in struct:siphash_st
  /src/crypto/external/apache2/openssl/dist/include/crypto/
siphash.h 27 int crounds, int drounds);
42 unsigned int drounds; member in struct:siphash_st
siphash.h 27 int crounds, int drounds);
42 unsigned int drounds; member in struct:siphash_st
  /src/crypto/external/bsd/openssl/dist/include/crypto/
siphash.h 27 int crounds, int drounds);
42 unsigned int drounds; member in struct:siphash_st
siphash.h 27 int crounds, int drounds);
42 unsigned int drounds; 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
51 static unsigned int drounds(struct siphash_data_st *ctx) function
53 return ctx->drounds != 0 ? ctx->drounds : SIPHASH_D_ROUNDS;
102 ret = SipHash_Init(&ctx->siphash, key, crounds(ctx), drounds(ctx));
176 && !OSSL_PARAM_set_uint(p, drounds(ctx)))
214 && !OSSL_PARAM_get_uint(p, &ctx->drounds))
siphash_prov.c 43 unsigned int crounds, drounds; member in struct:siphash_data_st
51 static unsigned int drounds(struct siphash_data_st *ctx) function
53 return ctx->drounds != 0 ? ctx->drounds : SIPHASH_D_ROUNDS;
102 ret = SipHash_Init(&ctx->siphash, key, crounds(ctx), drounds(ctx));
176 && !OSSL_PARAM_set_uint(p, drounds(ctx)))
214 && !OSSL_PARAM_get_uint(p, &ctx->drounds))
  /src/crypto/external/bsd/openssl/dist/providers/implementations/macs/
siphash_prov.c 43 unsigned int crounds, drounds; member in struct:siphash_data_st
51 static unsigned int drounds(struct siphash_data_st *ctx) function
53 return ctx->drounds != 0 ? ctx->drounds : SIPHASH_D_ROUNDS;
102 ret = SipHash_Init(&ctx->siphash, key, crounds(ctx), drounds(ctx));
176 && !OSSL_PARAM_set_uint(p, drounds(ctx)))
214 && !OSSL_PARAM_get_uint(p, &ctx->drounds))
siphash_prov.c 43 unsigned int crounds, drounds; member in struct:siphash_data_st
51 static unsigned int drounds(struct siphash_data_st *ctx) function
53 return ctx->drounds != 0 ? ctx->drounds : SIPHASH_D_ROUNDS;
102 ret = SipHash_Init(&ctx->siphash, key, crounds(ctx), drounds(ctx));
176 && !OSSL_PARAM_set_uint(p, drounds(ctx)))
214 && !OSSL_PARAM_get_uint(p, &ctx->drounds))

Completed in 45 milliseconds