Home
last modified time | relevance | path

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

/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.c1210 *p++ = OSSL_PARAM_construct_uint64(param, &val); in evp_pkey_ctx_set_uint64()
/openssl/test/
H A Dquic_cc_test.c362 *p++ = OSSL_PARAM_construct_uint64(OSSL_CC_OPTION_CUR_BYTES_IN_FLIGHT, in test_simulate()
364 *p++ = OSSL_PARAM_construct_uint64(OSSL_CC_OPTION_CUR_CWND_SIZE, in test_simulate()
513 *p++ = OSSL_PARAM_construct_uint64(OSSL_CC_OPTION_CUR_BYTES_IN_FLIGHT, in test_sanity()
H A Dparams_api_test.c621 params[n++] = OSSL_PARAM_construct_uint64("uint64", &u64); in test_param_construct()
/openssl/include/openssl/
H A Dparams.h82 OSSL_PARAM OSSL_PARAM_construct_uint64(const char *key, uint64_t *buf);
/openssl/doc/man7/
H A DEVP_KDF-SCRYPT.pod99 *p++ = OSSL_PARAM_construct_uint64(OSSL_KDF_PARAM_SCRYPT_N, (uint64_t)1024);
/openssl/doc/man3/
H A DOSSL_PARAM_int.pod15 OSSL_PARAM_construct_uint32, OSSL_PARAM_construct_uint64,
/openssl/ssl/record/
H A Drec_layer_s3.c1281 *opts++ = OSSL_PARAM_construct_uint64(OSSL_LIBSSL_RECORD_LAYER_PARAM_OPTIONS, in ssl_set_new_record_layer()
/openssl/crypto/
H A Dparams.c999 OSSL_PARAM OSSL_PARAM_construct_uint64(const char *key, uint64_t *buf) in OSSL_PARAM_construct_uint64() function
/openssl/ssl/
H A Dssl_lib.c6053 *opts++ = OSSL_PARAM_construct_uint64(OSSL_LIBSSL_RECORD_LAYER_PARAM_OPTIONS, in SSL_set_options()
6084 *opts++ = OSSL_PARAM_construct_uint64(OSSL_LIBSSL_RECORD_LAYER_PARAM_OPTIONS, in SSL_clear_options()
/openssl/util/
H A Dlibcrypto.num4545 OSSL_PARAM_construct_uint64 4673 3_0_0 EXIST::FUNCTION:

Completed in 91 milliseconds