Home
last modified time | relevance | path

Searched refs:OSSL_PARAM_construct_uint64 (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/openssl/crypto/evp/
H A Dpbe_scrypt.c78 *z++ = OSSL_PARAM_construct_uint64(OSSL_KDF_PARAM_SCRYPT_N, &N); in EVP_PBE_scrypt_ex()
79 *z++ = OSSL_PARAM_construct_uint64(OSSL_KDF_PARAM_SCRYPT_R, &r); in EVP_PBE_scrypt_ex()
80 *z++ = OSSL_PARAM_construct_uint64(OSSL_KDF_PARAM_SCRYPT_P, &p); in EVP_PBE_scrypt_ex()
81 *z++ = OSSL_PARAM_construct_uint64(OSSL_KDF_PARAM_SCRYPT_MAXMEM, &maxmem); in EVP_PBE_scrypt_ex()
H A Dpmeth_lib.c1151 *p++ = OSSL_PARAM_construct_uint64(param, &val); in evp_pkey_ctx_set_uint64()
/freebsd/crypto/openssl/include/openssl/
H A Dparams.h82 OSSL_PARAM OSSL_PARAM_construct_uint64(const char *key, uint64_t *buf);
/freebsd/crypto/openssl/doc/man7/
H A DEVP_KDF-SCRYPT.pod99 *p++ = OSSL_PARAM_construct_uint64(OSSL_KDF_PARAM_SCRYPT_N, (uint64_t)1024);
/freebsd/crypto/openssl/test/
H A Dparams_api_test.c498 params[n++] = OSSL_PARAM_construct_uint64("uint64", &u64); in test_param_construct()
/freebsd/crypto/openssl/crypto/
H A Dparams.c852 OSSL_PARAM OSSL_PARAM_construct_uint64(const char *key, uint64_t *buf) in OSSL_PARAM_construct_uint64() function
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_PARAM_int.pod15 OSSL_PARAM_construct_uint32, OSSL_PARAM_construct_uint64,
/freebsd/secure/lib/libcrypto/
H A DVersion.map5142 OSSL_PARAM_construct_uint64;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile3106 MLINKS+= OSSL_PARAM_int.3 OSSL_PARAM_construct_uint64.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num4545 OSSL_PARAM_construct_uint64 4673 3_0_0 EXIST::FUNCTION: