Searched refs:ossl_param_construct (Results 1 – 1 of 1) sorted by relevance
/openssl-master/crypto/ |
A D | params.c | 41 static OSSL_PARAM ossl_param_construct(const char *key, unsigned int data_type, in ossl_param_construct() function 245 return ossl_param_construct(key, OSSL_PARAM_INTEGER, buf, sizeof(int)); in OSSL_PARAM_construct_int() 276 return ossl_param_construct(key, OSSL_PARAM_UNSIGNED_INTEGER, buf, in OSSL_PARAM_construct_uint() 339 return ossl_param_construct(key, OSSL_PARAM_UNSIGNED_INTEGER, buf, in OSSL_PARAM_construct_ulong() 459 return ossl_param_construct(key, OSSL_PARAM_INTEGER, buf, in OSSL_PARAM_construct_int32() 581 return ossl_param_construct(key, OSSL_PARAM_UNSIGNED_INTEGER, buf, in OSSL_PARAM_construct_uint32() 836 return ossl_param_construct(key, OSSL_PARAM_UNSIGNED_INTEGER, buf, in OSSL_PARAM_construct_uint64() 868 return ossl_param_construct(key, OSSL_PARAM_UNSIGNED_INTEGER, buf, in OSSL_PARAM_construct_size_t() 948 return ossl_param_construct(key, OSSL_PARAM_UNSIGNED_INTEGER, in OSSL_PARAM_construct_BN() 1256 return ossl_param_construct(key, OSSL_PARAM_UTF8_PTR, buf, bsize); in OSSL_PARAM_construct_utf8_ptr() [all …]
|
Completed in 5 milliseconds