Home
last modified time | relevance | path

Searched refs:OSSL_PARAM_int32 (Results 1 – 6 of 6) sorted by path

/freebsd/crypto/openssl/doc/man3/
H A DOSSL_PARAM_int.pod5 OSSL_PARAM_double, OSSL_PARAM_int, OSSL_PARAM_int32, OSSL_PARAM_int64,
/freebsd/crypto/openssl/include/openssl/
H A Dparams.h41 # define OSSL_PARAM_int32(key, addr) \ macro
/freebsd/crypto/openssl/test/
H A Dparams_api_test.c261 OSSL_PARAM param = OSSL_PARAM_int32("a", NULL); in test_param_int32()
H A Dparams_conversion_test.c44 OSSL_PARAM_int32("int32", &datum_i32), in param_conversion_load_stanza()
H A Dparams_test.c556 OSSL_PARAM_int32("int", NULL),
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile3130 MLINKS+= OSSL_PARAM_int.3 OSSL_PARAM_int32.3