Home
last modified time | relevance | path

Searched refs:OSSL_KDF_PARAM_SCRYPT_P (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/demos/kdf/
H A Dscrypt.c100 *p++ = OSSL_PARAM_construct_uint(OSSL_KDF_PARAM_SCRYPT_P, &scrypt_p); in main()
/freebsd/crypto/openssl/crypto/evp/
H A Dpbe_scrypt.c80 *z++ = OSSL_PARAM_construct_uint64(OSSL_KDF_PARAM_SCRYPT_P, &p); in EVP_PBE_scrypt_ex()
H A Dpmeth_lib.c1245 return evp_pkey_ctx_set_uint64(ctx, OSSL_KDF_PARAM_SCRYPT_P, in EVP_PKEY_CTX_set_scrypt_p()
H A Dctrl_params_translate.c2351 OSSL_KDF_PARAM_SCRYPT_P, OSSL_PARAM_UNSIGNED_INTEGER, NULL },
/freebsd/crypto/openssl/doc/man7/
H A DEVP_KDF-SCRYPT.pod56 =item "p" (B<OSSL_KDF_PARAM_SCRYPT_P>) <unsigned integer>
101 *p++ = OSSL_PARAM_construct_uint32(OSSL_KDF_PARAM_SCRYPT_P, (uint32_t)16);
H A Dprovider-kdf.pod234 =item "p" (B<OSSL_KDF_PARAM_SCRYPT_P>) <unsigned integer>
/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dscrypt.c218 if ((p = OSSL_PARAM_locate_const(params, OSSL_KDF_PARAM_SCRYPT_P)) in kdf_scrypt_set_ctx_params()
250 OSSL_PARAM_uint32(OSSL_KDF_PARAM_SCRYPT_P, NULL), in kdf_scrypt_settable_ctx_params()
/freebsd/crypto/openssl/include/openssl/
H A Dcore_names.h208 #define OSSL_KDF_PARAM_SCRYPT_P "p" /* uint32_t */ macro
/freebsd/crypto/openssl/test/
H A Devp_kdf_test.c882 *p++ = OSSL_PARAM_construct_uint(OSSL_KDF_PARAM_SCRYPT_P, &pu); in test_kdf_scrypt()