Home
last modified time | relevance | path

Searched defs:value (Results 1 – 25 of 128) sorted by relevance

123456

/openssl/test/helpers/
H A Dssl_test_ctx.c23 static int parse_boolean(const char *value, int *result) in parse_boolean()
61 int value; member
66 int *value, const char *name) in parse_enum()
79 int value) in enum_name()
129 __owur static int parse_alert(int *alert, const char *value) in parse_alert()
210 const char *value) in parse_servername()
222 const char *value) in parse_expected_servername()
253 const char *value) in parse_servername_callback()
429 const char *value) in parse_ct_validation()
462 const char *value) in parse_certstatus()
[all …]
/openssl/apps/lib/
H A Dapp_x509.c23 static ASN1_OCTET_STRING *mk_octet_string(void *value, size_t value_n) in mk_octet_string()
37 static int x509_ctrl(void *object, int cmd, void *value, size_t value_n) in x509_ctrl()
61 static int x509_req_ctrl(void *object, int cmd, void *value, size_t value_n) in x509_req_ctrl()
86 void *value, size_t value_n), in do_x509_ctrl_string()
87 void *object, const char *value) in do_x509_ctrl_string()
129 int x509_ctrl_string(X509 *x, const char *value) in x509_ctrl_string()
134 int x509_req_ctrl_string(X509_REQ *x, const char *value) in x509_req_ctrl_string()
H A Dopt.c524 int opt_int(const char *value, int *result) in opt_int()
572 int opt_long(const char *value, long *result) in opt_long()
598 int opt_intmax(const char *value, ossl_intmax_t *result) in opt_intmax()
627 int opt_uintmax(const char *value, ossl_uintmax_t *result) in opt_uintmax()
655 int opt_intmax(const char *value, ossl_intmax_t *result) in opt_intmax()
665 int opt_uintmax(const char *value, ossl_uintmax_t *result) in opt_uintmax()
679 int opt_ulong(const char *value, unsigned long *result) in opt_ulong()
/openssl/ssl/
H A Dssl_stat.c248 const char *SSL_alert_type_string_long(int value) in SSL_alert_type_string_long()
260 const char *SSL_alert_type_string(int value) in SSL_alert_type_string()
272 const char *SSL_alert_desc_string(int value) in SSL_alert_desc_string()
340 const char *SSL_alert_desc_string_long(int value) in SSL_alert_desc_string_long()
H A Dssl_conf.c214 static int cmd_Groups(SSL_CONF_CTX *cctx, const char *value) in cmd_Groups()
226 static int cmd_Curves(SSL_CONF_CTX *cctx, const char *value) in cmd_Curves()
257 static int cmd_CipherString(SSL_CONF_CTX *cctx, const char *value) in cmd_CipherString()
279 static int cmd_Protocol(SSL_CONF_CTX *cctx, const char *value) in cmd_Protocol()
302 static int protocol_from_string(const char *value) in protocol_from_string()
357 static int cmd_MinProtocol(SSL_CONF_CTX *cctx, const char *value) in cmd_MinProtocol()
369 static int cmd_MaxProtocol(SSL_CONF_CTX *cctx, const char *value) in cmd_MaxProtocol()
374 static int cmd_Options(SSL_CONF_CTX *cctx, const char *value) in cmd_Options()
416 static int cmd_VerifyMode(SSL_CONF_CTX *cctx, const char *value) in cmd_VerifyMode()
467 static int cmd_PrivateKey(SSL_CONF_CTX *cctx, const char *value) in cmd_PrivateKey()
[all …]
/openssl/crypto/asn1/
H A Da_mbstr.c208 static int traverse_string(const unsigned char *p, int len, int inform, in traverse_string()
212 unsigned long value; in traverse_string() local
248 static int in_utf8(unsigned long value, void *arg) in in_utf8()
261 static int out_utf8(unsigned long value, void *arg) in out_utf8()
278 static int type_str(unsigned long value, void *arg) in type_str()
304 static int cpy_asc(unsigned long value, void *arg) in cpy_asc()
316 static int cpy_bmp(unsigned long value, void *arg) in cpy_bmp()
329 static int cpy_univ(unsigned long value, void *arg) in cpy_univ()
344 static int cpy_utf8(unsigned long value, void *arg) in cpy_utf8()
H A Da_utf8.c31 unsigned long value; in UTF8_getc() local
93 int UTF8_putc(unsigned char *str, int len, unsigned long value) in UTF8_putc()
H A Da_type.c26 void ASN1_TYPE_set(ASN1_TYPE *a, int type, void *value) in ASN1_TYPE_set()
41 int ASN1_TYPE_set1(ASN1_TYPE *a, int type, const void *value) in ASN1_TYPE_set1()
H A Dt_bitst.c33 int ASN1_BIT_STRING_set_asc(ASN1_BIT_STRING *bs, const char *name, int value, in ASN1_BIT_STRING_set_asc()
/openssl/include/internal/
H A Dqlog.h118 # define QLOG_STR(name, value) ossl_qlog_str(qlog_instance, (name), (value)) argument
119 # define QLOG_STR_LEN(name, value, value_len) \ argument
121 # define QLOG_I64(name, value) ossl_qlog_i64(qlog_instance, (name), (value)) argument
122 # define QLOG_U64(name, value) ossl_qlog_u64(qlog_instance, (name), (value)) argument
123 # define QLOG_F64(name, value) ossl_qlog_f64(qlog_instance, (name), (value)) argument
124 # define QLOG_BOOL(name, value) ossl_qlog_bool(qlog_instance, (name), (value)) argument
125 # define QLOG_BIN(name, value, value_len) \ argument
127 # define QLOG_CID(name, value) QLOG_BIN((name), (value)->id, (value)->id_len) argument
H A Dunicode.h21 static ossl_unused ossl_inline int is_unicode_surrogate(unsigned long value) in is_unicode_surrogate()
26 static ossl_unused ossl_inline int is_unicode_valid(unsigned long value) in is_unicode_valid()
H A Dhashtable.h34 void *value; member
121 #define HT_SET_KEY_FIELD(key, member, value) (key)->keyfields.member = value; argument
127 #define HT_SET_KEY_STRING(key, member, value) do { \ argument
138 #define HT_SET_KEY_STRING_CASE(key, member, value) do { \ argument
145 #define HT_SET_KEY_BLOB(key, member, value, len) do { \ argument
/openssl/crypto/x509/
H A Dv3_conf.c36 const char *name, const char *value) in X509V3_EXT_nconf_int()
59 const char *value) in X509V3_EXT_nconf()
65 const char *value) in X509V3_EXT_nconf_nid()
80 int crit, const char *value) in do_ext_nconf()
206 static int v3_check_critical(const char **value) in v3_check_critical()
219 static int v3_check_generic(const char **value) in v3_check_generic()
238 static X509_EXTENSION *v3_generic_extension(const char *ext, const char *value, in v3_generic_extension()
284 static unsigned char *generic_asn1(const char *value, X509V3_CTX *ctx, in generic_asn1()
437 static char *nconf_get_string(void *db, const char *section, const char *value) in nconf_get_string()
499 const char *name, const char *value) in X509V3_EXT_conf()
[all …]
H A Dv3_int.c32 const char *value) in s2i_asn1_int()
H A Dv3_genn.c177 void GENERAL_NAME_set0_value(GENERAL_NAME *a, int type, void *value) in GENERAL_NAME_set0_value()
247 ASN1_OBJECT *oid, ASN1_TYPE *value) in GENERAL_NAME_set0_othername()
H A Dv3_san.c508 X509V3_CTX *ctx, int gen_type, const char *value, in a2i_GENERAL_NAME()
605 char *name, *value; in v2i_GENERAL_NAME_ex() local
639 static int do_othername(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx) in do_othername()
671 static int do_dirname(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx) in do_dirname()
H A Dv3_group_ac.c25 X509V3_CTX *ctx, const char *value) in r2i_GROUP_AC()
/openssl/crypto/property/
H A Dproperty_query.c45 const char *value = NULL; in ossl_property_get_string_value() local
54 int64_t value = 0; in ossl_property_get_number_value() local
/openssl/crypto/
H A Dparams_from_text.c26 const char *value, size_t value_n, in prepare_from_text()
136 const char *value, size_t value_n, int ishex, in construct_from_text()
308 const char *key, const char *value, in OSSL_PARAM_allocate_from_text()
H A Dprovider_conf.c76 const char *name, const char *value, in provider_conf_params_internal()
157 const char *name, const char *value, in provider_conf_params()
202 const char *value, const char *path, in provider_conf_activate()
312 const char *value, const CONF *cnf) in provider_conf_load()
H A Dprovider_local.h14 char *value; member
/openssl/crypto/pkcs12/
H A Dp12_local.h30 } value; member
42 } value; member
/openssl/demos/http3/
H A Dossl-nghttp3-demo.c14 static void make_nv(nghttp3_nv *nv, const char *name, const char *value) in make_nv()
25 nghttp3_rcbuf *name, nghttp3_rcbuf *value, in on_recv_header()
/openssl/crypto/bio/
H A Dbio_print.c93 int64_t value; in _dopr() local
383 size_t *maxlen, const char *value, int flags, int min, int max) in fmtstr()
435 size_t *maxlen, int64_t value, int base, int min, int max, int flags) in fmtint()
533 static LDOUBLE abs_val(LDOUBLE value) in abs_val()
551 static long roundv(LDOUBLE value) in roundv()
/openssl/crypto/crmf/
H A Dcrmf_local.h91 } value; member
157 ASN1_BIT_STRING *value; member
193 } value; member
236 } value; member
277 } value; member

Completed in 48 milliseconds

123456