Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/
H A Dparams.c43 static OSSL_PARAM ossl_param_construct(const char *key, unsigned int data_type, in ossl_param_construct() function
247 return ossl_param_construct(key, OSSL_PARAM_INTEGER, buf, sizeof(int)); in OSSL_PARAM_construct_int()
278 return ossl_param_construct(key, OSSL_PARAM_UNSIGNED_INTEGER, buf, in OSSL_PARAM_construct_uint()
341 return ossl_param_construct(key, OSSL_PARAM_UNSIGNED_INTEGER, buf, in OSSL_PARAM_construct_ulong()
465 return ossl_param_construct(key, OSSL_PARAM_INTEGER, buf, in OSSL_PARAM_construct_int32()
591 return ossl_param_construct(key, OSSL_PARAM_UNSIGNED_INTEGER, buf, in OSSL_PARAM_construct_uint32()
854 return ossl_param_construct(key, OSSL_PARAM_UNSIGNED_INTEGER, buf, in OSSL_PARAM_construct_uint64()
886 return ossl_param_construct(key, OSSL_PARAM_UNSIGNED_INTEGER, buf, in OSSL_PARAM_construct_size_t()
970 return ossl_param_construct(key, OSSL_PARAM_UNSIGNED_INTEGER, in OSSL_PARAM_construct_BN()
1280 return ossl_param_construct(key, OSSL_PARAM_UTF8_PTR, buf, bsize); in OSSL_PARAM_construct_utf8_ptr()
[all …]