Home
last modified time | relevance | path

Searched refs:OSSL_KDF_PARAM_THREADS (Results 1 – 4 of 4) sorted by relevance

/src/crypto/openssl/demos/kdf/
H A Dargon2.c130 *p++ = OSSL_PARAM_construct_uint(OSSL_KDF_PARAM_THREADS, &threads); in main()
/src/crypto/openssl/doc/man7/
H A DEVP_KDF-ARGON2.pod58 =item "threads" (B<OSSL_KDF_PARAM_THREADS>) <unsigned integer>
132 *p++ = OSSL_PARAM_construct_uint32(OSSL_KDF_PARAM_THREADS, &threads);
/src/crypto/openssl/include/openssl/
H A Dcore_names.h309 # define OSSL_KDF_PARAM_THREADS "threads" macro
/src/crypto/openssl/providers/implementations/kdfs/
H A Dargon2.c1427 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_THREADS)) != NULL) { in kdf_argon2_set_ctx_params()
1480 OSSL_PARAM_uint32(OSSL_KDF_PARAM_THREADS, NULL), in kdf_argon2_settable_ctx_params()