HomeSort by: relevance | last modified time | path
    Searched refs:entropylen (Results 1 - 14 of 14) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/test/
drbg_cavs_test.c 27 size_t entropylen; member in struct:test_ctx_st
42 return t->entropylen;
87 t.entropylen = td->entropyinlen;
146 t.entropylen = td->entropyinlen;
159 t.entropylen = td->entropyinlen;
212 t.entropylen = td->entropyinlen;
223 t.entropylen = td->entropyinlen;
230 t.entropylen = td->entropyinlen;
drbgtest.c 42 size_t entropylen; member in struct:drbg_selftest_data_st
125 size_t entropylen; member in struct:test_ctx_st
140 return t->entropylen;
184 t.entropylen = td->entropylen;
197 t.entropylen = td->entropyreseedlen;
215 t.entropylen = td->entropylen_pr;
228 t.entropylen = td->entropyprlen_pr;
238 t.entropylen = td->entropyglen_pr;
263 t->entropylen = td->entropylen
    [all...]
  /src/crypto/external/apache2/openssl/dist/providers/implementations/kdfs/
hmacdrbg_kdf.c 36 size_t entropylen, noncelen; member in struct:__anon549
64 OPENSSL_clear_free(ctx->entropy, ctx->entropylen);
103 || !ossl_prov_memdup(src->entropy, src->entropylen,
104 &dst->entropy, &dst->entropylen)
128 || ctx->entropylen == 0
131 || !ossl_drbg_hmac_init(drbg, ctx->entropy, ctx->entropylen,
198 hmac->entropylen = size;
  /src/crypto/external/bsd/openssl.old/dist/crypto/rand/
drbg_lib.c 292 size_t noncelen = 0, entropylen = 0; local
331 entropylen = drbg->get_entropy(drbg, &entropy, min_entropy,
333 if (entropylen < min_entropylen
334 || entropylen > max_entropylen) {
348 if (!drbg->meth->instantiate(drbg, entropy, entropylen,
362 drbg->cleanup_entropy(drbg, entropy, entropylen);
406 size_t entropylen = 0; local
426 entropylen = drbg->get_entropy(drbg, &entropy, drbg->strength,
430 if (entropylen < drbg->min_entropylen
431 || entropylen > drbg->max_entropylen)
    [all...]
drbg_ctr.c 271 const unsigned char *entropy, size_t entropylen,
286 if (!ctr_update(drbg, entropy, entropylen, pers, perslen, nonce, noncelen))
292 const unsigned char *entropy, size_t entropylen,
301 if (!ctr_update(drbg, entropy, entropylen, adin, adinlen, NULL, 0))
  /src/crypto/external/apache2/openssl/dist/providers/implementations/rands/
drbg.c 354 size_t noncelen = 0, entropylen = 0; local
436 entropylen = get_entropy(drbg, &entropy, min_entropy,
439 if (entropylen < min_entropylen
440 || entropylen > max_entropylen) {
445 if (!drbg->instantiate(drbg, entropy, entropylen, nonce, noncelen,
447 cleanup_entropy(drbg, entropy, entropylen);
451 cleanup_entropy(drbg, entropy, entropylen);
487 size_t entropylen = 0; local
560 entropylen = get_entropy(drbg, &entropy, drbg->strength,
563 if (entropylen < drbg->min_entropyle
    [all...]
drbg_local.h 65 const unsigned char *entropy, size_t entropylen,
171 const unsigned char *entropy, size_t entropylen,
drbg_ctr.c 313 const unsigned char *entropy, size_t entropylen,
328 if (!ctr_update(drbg, entropy, entropylen, pers, perslen, nonce, noncelen))
357 const unsigned char *entropy, size_t entropylen,
366 if (!ctr_update(drbg, entropy, entropylen, adin, adinlen, NULL, 0))
  /src/crypto/external/bsd/openssl/dist/providers/implementations/rands/
drbg.c 371 size_t noncelen = 0, entropylen = 0; local
456 entropylen = get_entropy(drbg, &entropy, min_entropy,
459 if (entropylen < min_entropylen
460 || entropylen > max_entropylen) {
465 if (!drbg->instantiate(drbg, entropy, entropylen, nonce, noncelen,
467 cleanup_entropy(drbg, entropy, entropylen);
471 cleanup_entropy(drbg, entropy, entropylen);
511 size_t entropylen = 0; local
584 entropylen = get_entropy(drbg, &entropy, drbg->strength,
587 if (entropylen < drbg->min_entropyle
    [all...]
drbg_local.h 79 const unsigned char *entropy, size_t entropylen,
186 const unsigned char *entropy, size_t entropylen,
drbg_ctr.c 306 const unsigned char *entropy, size_t entropylen,
321 if (!ctr_update(drbg, entropy, entropylen, pers, perslen, nonce, noncelen))
341 const unsigned char *entropy, size_t entropylen,
350 if (!ctr_update(drbg, entropy, entropylen, adin, adinlen, NULL, 0))
  /src/crypto/external/apache2/openssl/dist/crypto/
deterministic_nonce.c 125 * entropy, entropylen A fixed input entropy buffer
132 const unsigned char *entropy, size_t entropylen,
153 (void *)entropy, entropylen);
  /src/sys/crypto/nist_hash_drbg/
nist_hash_drbg.c 121 const secret void *entropy, size_t entropylen,
129 { .hv_base = entropy, .hv_len = entropylen },
161 const secret void *entropy, size_t entropylen,
168 { .hv_base = entropy, .hv_len = entropylen },
  /src/crypto/external/apache2/openssl/dist/test/
evp_test.c 2146 size_t entropylen; member in struct:kem_data_st
2207 return parse_bin(value, &kdata->entropy, &kdata->entropylen);
2241 kdata->entropylen);

Completed in 42 milliseconds