Home
last modified time | relevance | path

Searched refs:numeric (Results 1 – 21 of 21) sorted by relevance

/openssl-master/doc/man3/
A DEVP_PKEY_set_type.pod38 a numeric type, which can be retrieved with L<EVP_PKEY_get_id(3)>. This
39 numeric type is taken from the L<EVP_PKEY_ASN1_METHOD(3)> that was
46 with I<keymgmt>. For keys initialised like this, the numeric type
A DBIO_ADDR.pod25 char *BIO_ADDR_hostname_string(const BIO_ADDR *ap, int numeric);
26 char *BIO_ADDR_service_string(const BIO_ADDR *ap, int numeric);
76 hostname of the given B<BIO_ADDR>. If B<numeric> is 1, the string
83 service name of the port of the given B<BIO_ADDR>. If B<numeric>
A DSSL_get_version.pod22 SSL_client_version() returns the numeric protocol version advertised by the
27 the numeric protocol version used for the connection. They should only be called
A DERR_print_errors.pod39 the error string will contain the numeric code.
A DERR_error_string.pod48 the error string will contain the numeric code.
A DOPENSSL_hexchar2int.pod24 OPENSSL_hexchar2int() converts a hexadecimal character to its numeric
A DSRP_create_verifier.pod58 all numeric parameters are in a non-standard base64 encoding originally designed
A DOBJ_nid2obj.pod50 For convenience, OIDs are usually represented in source code as numeric
/openssl-master/crypto/bio/
A Dbio_addr.c203 static int addr_strings(const BIO_ADDR *ap, int numeric, in addr_strings() argument
215 if (numeric) in addr_strings()
277 char *BIO_ADDR_hostname_string(const BIO_ADDR *ap, int numeric) in BIO_ADDR_hostname_string() argument
281 if (addr_strings(ap, numeric, &hostname, NULL)) in BIO_ADDR_hostname_string()
287 char *BIO_ADDR_service_string(const BIO_ADDR *ap, int numeric) in BIO_ADDR_service_string() argument
291 if (addr_strings(ap, numeric, NULL, &service)) in BIO_ADDR_service_string()
/openssl-master/doc/internal/man3/
A DOSSL_METHOD_STORE.pod42 numeric identity (nid).
49 these numeric identities accordingly.
A Devp_generic_fetch.pod50 but takes a numeric I<name_id> instead of a name.
/openssl-master/apps/
A Ds_client.c2320 int numeric; in s_client_main() local
2329 numeric = 0; in s_client_main()
2354 if (mbuf_len < 1 || sscanf(mbuf, "%*s %d", &numeric) != 1) in s_client_main()
2358 if ((numeric == 451 || numeric == 421) in s_client_main()
2363 if (numeric == 691) { in s_client_main()
2368 } while (numeric != 670); in s_client_main()
2373 if (numeric != 670) { in s_client_main()
/openssl-master/doc/man7/
A Dproperty.pod49 has a numeric value of I<3>.
A Dprovider-base.pod284 rather than a numeric NID. Any name (OID, short name or long name) can be used
/openssl-master/doc/man5/
A Dconfig.pod170 If this exists and has a nonzero numeric value, any error suppressing flags
219 by a comma, and the numeric value.
A Dx509v3_config.pod86 numeric identifier, as shown here:
/openssl-master/include/openssl/
A Derr.h.in205 * reason codes in different numeric ranges.
A Dbio.h.in711 char *BIO_ADDR_hostname_string(const BIO_ADDR *ap, int numeric);
712 char *BIO_ADDR_service_string(const BIO_ADDR *ap, int numeric);
A Dcrypto.h.in284 /* Only use CRYPTO_THREADID_set_[numeric|pointer]() within callbacks */
/openssl-master/doc/man1/
A Dopenssl-verification-options.pod433 RFC5280). The policy I<arg> can be an object name an OID in numeric form.
/openssl-master/
A DCHANGES.md8474 than numeric, deprecate the current numeric thread ID mechanism and
8476 mechanism allows a numeric "hash" to be extracted from a thread ID in
8478 mixing is done to help ensure the numeric 'hash' is usable even if it
8487 to the assumption that thread IDs are numeric. ERR_remove_state(0)
8494 application was previously providing a numeric thread callback that
8498 case, the numeric thread callback will now override the automatic use
12685 result and can only support numeric or string input, whereas some
18640 * Don't blow it for numeric `-newkey` arguments to `apps/req`.

Completed in 58 milliseconds