Searched refs:ossl_param_construct (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssl/crypto/ |
| H A D | params.c | 67 static OSSL_PARAM ossl_param_construct(const char *key, unsigned int data_type, in ossl_param_construct() function 294 return ossl_param_construct(key, OSSL_PARAM_INTEGER, buf, sizeof(int)); in OSSL_PARAM_construct_int() 325 return ossl_param_construct(key, OSSL_PARAM_UNSIGNED_INTEGER, buf, in OSSL_PARAM_construct_uint() 357 return ossl_param_construct(key, OSSL_PARAM_INTEGER, buf, sizeof(long int)); in OSSL_PARAM_construct_long() 388 return ossl_param_construct(key, OSSL_PARAM_UNSIGNED_INTEGER, buf, in OSSL_PARAM_construct_ulong() 542 return ossl_param_construct(key, OSSL_PARAM_INTEGER, buf, in OSSL_PARAM_construct_int32() 700 return ossl_param_construct(key, OSSL_PARAM_UNSIGNED_INTEGER, buf, in OSSL_PARAM_construct_uint32() 856 return ossl_param_construct(key, OSSL_PARAM_INTEGER, buf, sizeof(int64_t)); in OSSL_PARAM_construct_int64() 1015 return ossl_param_construct(key, OSSL_PARAM_UNSIGNED_INTEGER, buf, in OSSL_PARAM_construct_uint64() 1047 return ossl_param_construct(key, OSSL_PARAM_UNSIGNED_INTEGER, buf, in OSSL_PARAM_construct_size_t() [all …]
|