Searched refs:ossl_param_construct (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ |
H A D | params.c | 43 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() 310 return ossl_param_construct(key, OSSL_PARAM_INTEGER, buf, sizeof(long int)); in OSSL_PARAM_construct_long() 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() 721 return ossl_param_construct(key, OSSL_PARAM_INTEGER, buf, sizeof(int64_t)); in OSSL_PARAM_construct_int64() 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() [all …]
|