Home
last modified time | relevance | path

Searched refs:OSSL_PARAM_construct_uint32 (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A DEVP_KDF-SCRYPT.pod100 *p++ = OSSL_PARAM_construct_uint32(OSSL_KDF_PARAM_SCRYPT_R, (uint32_t)8);
101 *p++ = OSSL_PARAM_construct_uint32(OSSL_KDF_PARAM_SCRYPT_P, (uint32_t)16);
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dparams.h80 OSSL_PARAM OSSL_PARAM_construct_uint32(const char *key, uint32_t *buf);
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dparams_api_test.c497 params[n++] = OSSL_PARAM_construct_uint32("uint32", &u32); in test_param_construct()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dparams.c589 OSSL_PARAM OSSL_PARAM_construct_uint32(const char *key, uint32_t *buf) in OSSL_PARAM_construct_uint32() function
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DOSSL_PARAM_int.pod15 OSSL_PARAM_construct_uint32, OSSL_PARAM_construct_uint64,