Searched refs:OSSL_PARAM_construct_uint64 (Results 1 – 10 of 10) sorted by relevance
/freebsd/crypto/openssl/crypto/evp/ |
H A D | pbe_scrypt.c | 78 *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 D | pmeth_lib.c | 1223 *p++ = OSSL_PARAM_construct_uint64(param, &val); in evp_pkey_ctx_set_uint64()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | params.h | 82 OSSL_PARAM OSSL_PARAM_construct_uint64(const char *key, uint64_t *buf);
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_KDF-SCRYPT.pod | 99 *p++ = OSSL_PARAM_construct_uint64(OSSL_KDF_PARAM_SCRYPT_N, (uint64_t)1024);
|
/freebsd/crypto/openssl/test/ |
H A D | params_api_test.c | 498 params[n++] = OSSL_PARAM_construct_uint64("uint64", &u64); in test_param_construct()
|
/freebsd/crypto/openssl/crypto/ |
H A D | params.c | 852 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 D | OSSL_PARAM_int.pod | 15 OSSL_PARAM_construct_uint32, OSSL_PARAM_construct_uint64,
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 5142 OSSL_PARAM_construct_uint64;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 3106 MLINKS+= OSSL_PARAM_int.3 OSSL_PARAM_construct_uint64.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 4545 OSSL_PARAM_construct_uint64 4673 3_0_0 EXIST::FUNCTION:
|