Lines Matching +full:per +full:- +full:string
18 EVP_RAND_STATE_ERROR - EVP RAND routines
76 The EVP RAND routines are a high-level interface to random number generators
109 NULL is a valid parameter, for which this function is a no-op.
131 of <strength> and personalisation string I<pstr> of length <pstr_len>.
133 will be sought. This call operates as per NIST SP 800-90A and SP 800-90C.
135 EVP_RAND_uninstantiate() uninstantiates the RAND I<ctx> as per
136 NIST SP 800-90A and SP 800-90C. Subsequent to this call, the RAND cannot
143 will be sought. This call operates as per NIST SP 800-90A and SP 800-90C.
148 treated as additional input as per NIST SP-800-90Ar1, Sections 9.1 and 9.2.
151 from a live source will be sought. This call operates as per NIST SP 800-90A
152 and SP 800-90C.
310 Specify the minimum and maximum number of bytes of personalisation string
317 =item "properties" (B<OSSL_RAND_PARAM_PROPERTIES>) <UTF8 string>
319 =item "mac" (B<OSSL_RAND_PARAM_MAC>) <UTF8 string>
321 =item "digest" (B<OSSL_RAND_PARAM_DIGEST>) <UTF8 string>
323 =item "cipher" (B<OSSL_RAND_PARAM_CIPHER>) <UTF8 string>
339 private DRBGs are allocated on a per thread basis, this can result in
340 significant overhead for highly multi-threaded applications. For normal
341 use-cases, the default "reseed_requests" and "reseed_time_interval"
344 requesting prediction resistance is intended for more special use-cases
345 like generating long-term secrets.
351 The RAND life-cycle is described in L<life_cycle-rand(7)>. In the future,
396 L<EVP_RAND-CTR-DRBG(7)>,
397 L<EVP_RAND-HASH-DRBG(7)>,
398 L<EVP_RAND-HMAC-DRBG(7)>,
399 L<EVP_RAND-TEST-RAND(7)>,
400 L<provider-rand(7)>,
401 L<life_cycle-rand(7)>
409 Copyright 2020-2024 The OpenSSL Project Authors. All Rights Reserved.