Home
last modified time | relevance | path

Searched refs:value (Results 1 – 25 of 32) sorted by relevance

12

/include/internal/
A Dqlog.h111 const char *value, size_t value_len);
114 void ossl_qlog_bool(QLOG *qlog, const char *name, bool value);
116 const void *value, size_t value_len);
119 # define QLOG_STR(name, value) ossl_qlog_str(qlog_instance, (name), (value)) argument
122 # define QLOG_I64(name, value) ossl_qlog_i64(qlog_instance, (name), (value)) argument
123 # define QLOG_U64(name, value) ossl_qlog_u64(qlog_instance, (name), (value)) argument
124 # define QLOG_F64(name, value) ossl_qlog_f64(qlog_instance, (name), (value)) argument
125 # define QLOG_BOOL(name, value) ossl_qlog_bool(qlog_instance, (name), (value)) argument
126 # define QLOG_BIN(name, value, value_len) \ argument
127 ossl_qlog_bin(qlog_instance, (name), (value), (value_len))
[all …]
A Dunicode.h21 static ossl_unused ossl_inline int is_unicode_surrogate(unsigned long value) in is_unicode_surrogate() argument
23 return value >= SURROGATE_MIN && value <= SURROGATE_MAX; in is_unicode_surrogate()
26 static ossl_unused ossl_inline int is_unicode_valid(unsigned long value) in is_unicode_valid() argument
28 return value <= UNICODE_MAX && !is_unicode_surrogate(value); in is_unicode_valid()
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
128 if ((value) != NULL) \
138 #define HT_SET_KEY_STRING_CASE(key, member, value) do { \ argument
145 #define HT_SET_KEY_STRING_N(key, member, value, len) do { \ argument
146 if ((value) != NULL) { \
148 strncpy((key)->keyfields.member, value, len); \
165 #define HT_SET_KEY_BLOB(key, member, value, len) do { \ argument
166 if (value != NULL) \
[all …]
A Djson_enc.h198 void ossl_json_bool(OSSL_JSON_ENC *json, bool value);
201 void ossl_json_u64(OSSL_JSON_ENC *json, uint64_t value);
204 void ossl_json_i64(OSSL_JSON_ENC *json, int64_t value);
A Dcrmf.h46 } value; member
A Dder.h86 int ossl_DER_w_octet_string_uint32(WPACKET *pkt, int tag, uint32_t value);
A Dquic_wire.h455 const unsigned char *value,
464 uint64_t value);
757 uint64_t *value);
A Dquic_ssl.h117 uint64_t *value);
119 uint64_t value);
/include/openssl/
A Dtxt_db.h56 OPENSSL_STRING *value);
57 int TXT_DB_insert(TXT_DB *db, OPENSSL_STRING *value);
A Dconfiguration.h.in36 (my $macro, my $value) = $_ =~ /^(.*?)=(.*?)$/;
37 $OUT .= "# define $macro $value\n";
A Dconf_api.h34 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
A Dx509v3.h.in141 ASN1_TYPE *value; member
377 ",name:", (val)->name, ",value:", (val)->value)
573 void GENERAL_NAME_set0_value(GENERAL_NAME *a, int type, void *value);
576 ASN1_OBJECT *oid, ASN1_TYPE *value);
625 const char *value, int is_nc);
638 const char *value);
640 const char *value);
652 const char *value);
664 int X509V3_get_value_bool(const CONF_VALUE *value, int *asn1_bool);
679 int X509V3_add_value(const char *name, const char *value,
[all …]
A Dprovider.h55 const char *value);
A Dasn1t.h.in84 /* unused value 0x3 */
296 * } value;
486 * actual type. It determines the actual position of the field in the value
517 long value; /* NID for an object or value for an int */ member
518 const ASN1_TEMPLATE tt; /* item for this value */
622 int ret; /* return value */
624 int ptag; /* class value */
625 int pclass; /* class value */
706 int ref_offset; /* Offset of reference value */
707 int ref_lock; /* Offset of lock value */
A Docsp.h.in43 * -- value 7 is not used
312 int OCSP_REQUEST_add1_ext_i2d(OCSP_REQUEST *x, int nid, void *value, int crit,
323 int OCSP_ONEREQ_add1_ext_i2d(OCSP_ONEREQ *x, int nid, void *value, int crit,
337 int OCSP_BASICRESP_add1_ext_i2d(OCSP_BASICRESP *x, int nid, void *value,
351 int OCSP_SINGLERESP_add1_ext_i2d(OCSP_SINGLERESP *x, int nid, void *value,
A Dssl.h.in585 /* Configuration value types */
2466 (value))
2469 (value))
2472 (value))
2475 (value))
2479 (value))
2482 (value))
2486 (value))
2489 (value))
2492 (value))
[all …]
A Dhttp.h56 const char *name, const char *value);
A Dasn1.h.in138 # define ASN1_STRING_FLAG_BITS_LEFT 0x08 /* Set if 0x07 has bits left value */
140 * This indicates that the ASN1_STRING is not a real value but just a place
168 * The value of the following field depends on the type being held. It
170 * non-zero 'unused bits' value, it will be handled correctly
194 * STABLE_FLAGS_MALLOC only we can clear the existing value. Use the alias
505 } value; member
557 void ASN1_TYPE_set(ASN1_TYPE *a, int type, void *value);
558 int ASN1_TYPE_set1(ASN1_TYPE *a, int type, const void *value);
595 int ASN1_BIT_STRING_set_bit(ASN1_BIT_STRING *a, int n, int value);
603 int ASN1_BIT_STRING_set_asc(ASN1_BIT_STRING *bs, const char *name, int value,
[all …]
A Dcmp.h.in78 * -- invalid recipient nonce, either missing or wrong value
271 OSSL_CMP_ITAV *OSSL_CMP_ITAV_create(ASN1_OBJECT *type, ASN1_TYPE *value);
273 ASN1_TYPE *value);
319 OSSL_CMP_ATAV *OSSL_CMP_ATAV_create(ASN1_OBJECT *type, ASN1_TYPE *value);
321 ASN1_TYPE *value);
A Dpkcs12.h.in50 * backwards compatibility. NIST requires 16, previous value was
131 PKCS12_SAFEBAG *PKCS12_SAFEBAG_create_secret(int type, int vtype, const unsigned char *value, int l…
325 int nid_type, const unsigned char *value, int len);
A Dui.h.in49 * everything is fine, they return 0, a positive value or a non-NULL pointer,
160 * So, if phrase_desc has the value "pass phrase" and object_name has
161 * the value "foo.key", the resulting string is:
205 * Use UI_CONTROL_PRINT_ERRORS with the value 1 to have UI_process print the
A Dcrypto.h.in402 /* max allowed length for value of OPENSSL_MALLOC_FAILURES env var. */
468 * into a defined order as the return value when a != b is undefined, other
501 /* Max OPENSSL_INIT flag value is 0x80000000 */
581 void OSSL_LIB_CTX_set_conf_diagnostics(OSSL_LIB_CTX *ctx, int value);
A Dparams.h100 const char *key, const char *value,
/include/crypto/
A Driscv_arch.def23 * When there is no hwprobe key/value pair for a capability, the key is set to -1
24 * and the value is set to 0, as when the hwprobe syscall returns a key of -1,
25 * the value is set to 0 and the corresponding capability would not be enabled.
27 * RISCV_DEFINE_CAP(EXTENSION NAME, array index, bit index, hwprobe key, hwprobe value) */
A Dx509.h33 ASN1_STRING *value; /* AttributeValue */ member
373 int x509v3_add_len_value_uchar(const char *name, const unsigned char *value,

Completed in 55 milliseconds

12