Searched refs:numeric (Results 1 – 21 of 21) sorted by relevance
/openssl-master/doc/man3/ |
A D | EVP_PKEY_set_type.pod | 38 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 D | BIO_ADDR.pod | 25 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 D | SSL_get_version.pod | 22 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 D | ERR_print_errors.pod | 39 the error string will contain the numeric code.
|
A D | ERR_error_string.pod | 48 the error string will contain the numeric code.
|
A D | OPENSSL_hexchar2int.pod | 24 OPENSSL_hexchar2int() converts a hexadecimal character to its numeric
|
A D | SRP_create_verifier.pod | 58 all numeric parameters are in a non-standard base64 encoding originally designed
|
A D | OBJ_nid2obj.pod | 50 For convenience, OIDs are usually represented in source code as numeric
|
/openssl-master/crypto/bio/ |
A D | bio_addr.c | 203 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 D | OSSL_METHOD_STORE.pod | 42 numeric identity (nid). 49 these numeric identities accordingly.
|
A D | evp_generic_fetch.pod | 50 but takes a numeric I<name_id> instead of a name.
|
/openssl-master/apps/ |
A D | s_client.c | 2320 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 D | property.pod | 49 has a numeric value of I<3>.
|
A D | provider-base.pod | 284 rather than a numeric NID. Any name (OID, short name or long name) can be used
|
/openssl-master/doc/man5/ |
A D | config.pod | 170 If this exists and has a nonzero numeric value, any error suppressing flags 219 by a comma, and the numeric value.
|
A D | x509v3_config.pod | 86 numeric identifier, as shown here:
|
/openssl-master/include/openssl/ |
A D | err.h.in | 205 * reason codes in different numeric ranges.
|
A D | bio.h.in | 711 char *BIO_ADDR_hostname_string(const BIO_ADDR *ap, int numeric); 712 char *BIO_ADDR_service_string(const BIO_ADDR *ap, int numeric);
|
A D | crypto.h.in | 284 /* Only use CRYPTO_THREADID_set_[numeric|pointer]() within callbacks */
|
/openssl-master/doc/man1/ |
A D | openssl-verification-options.pod | 433 RFC5280). The policy I<arg> can be an object name an OID in numeric form.
|
/openssl-master/ |
A D | CHANGES.md | 8474 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