Lines Matching refs:ossl_param_construct

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()
308 return ossl_param_construct(key, OSSL_PARAM_INTEGER, buf, sizeof(long int)); in OSSL_PARAM_construct_long()
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()
707 return ossl_param_construct(key, OSSL_PARAM_INTEGER, buf, sizeof(int64_t)); in OSSL_PARAM_construct_int64()
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()
900 return ossl_param_construct(key, OSSL_PARAM_INTEGER, buf, sizeof(time_t)); in OSSL_PARAM_construct_time_t()
948 return ossl_param_construct(key, OSSL_PARAM_UNSIGNED_INTEGER, in OSSL_PARAM_construct_BN()
1070 return ossl_param_construct(key, OSSL_PARAM_REAL, buf, sizeof(double)); in OSSL_PARAM_construct_double()
1193 return ossl_param_construct(key, OSSL_PARAM_UTF8_STRING, buf, bsize); in OSSL_PARAM_construct_utf8_string()
1199 return ossl_param_construct(key, OSSL_PARAM_OCTET_STRING, buf, bsize); in OSSL_PARAM_construct_octet_string()
1256 return ossl_param_construct(key, OSSL_PARAM_UTF8_PTR, buf, bsize); in OSSL_PARAM_construct_utf8_ptr()
1262 return ossl_param_construct(key, OSSL_PARAM_OCTET_PTR, buf, bsize); in OSSL_PARAM_construct_octet_ptr()