Home
last modified time | relevance | path

Searched refs:minus (Results 1 – 12 of 12) sorted by relevance

/openssl/crypto/asn1/
H A Da_time.c85 const char upper_z = 0x5A, num_zero = 0x30, period = 0x2E, minus = 0x2D, plus = 0x2B; in ossl_asn1_time_to_tm() local
87 const char upper_z = 'Z', num_zero = '0', period = '.', minus = '-', plus = '+'; in ossl_asn1_time_to_tm() local
127 if (!strict && (i == btz) && ((a[o] == upper_z) || (a[o] == plus) || (a[o] == minus))) { in ossl_asn1_time_to_tm()
216 } else if (!strict && ((a[o] == plus) || (a[o] == minus))) { in ossl_asn1_time_to_tm()
217 int offsign = a[o] == minus ? 1 : -1; in ossl_asn1_time_to_tm()
/openssl/test/ssl-tests/
H A D13-fragmentation.cnf5 test-0 = 0-one-fragment-minus-app-data
29 [0-one-fragment-minus-app-data]
30 ssl_conf = 0-one-fragment-minus-app-data-ssl
32 [0-one-fragment-minus-app-data-ssl]
33 server = 0-one-fragment-minus-app-data-server
34 client = 0-one-fragment-minus-app-data-client
36 [0-one-fragment-minus-app-data-server]
41 [0-one-fragment-minus-app-data-client]
H A D13-fragmentation.cnf.in21 name => "one-fragment-minus-app-data",
/openssl/crypto/objects/
H A DREADME.md11 If Long Name contains only word characters and hyphen-minus
/openssl/doc/designs/quic-design/
H A Dglossary.md33 the same datagram as one or more previous packets. This is just the MDPL minus
110 to MinDPL minus the length of any packets we have already encoded into the
245 forming. This is the CMPPL minus any bytes we have already put into the payload.
H A Dtx-packetiser.md228 packets. This is just the MDPL minus the total size of all previous
237 we are currently forming. This is the CMPPL minus any bytes we have already
247 MinDPL requirements, and thus equal to MinDPL minus the length of any packets
/openssl/doc/man1/
H A Dopenssl-namedisplay-options.pod20 An option may be preceded by a minus sign, C<->, to turn it off.
H A Dopenssl.pod536 parameters start with a minus sign:
/openssl/doc/internal/man3/
H A DOPTIONS.pod104 are words prefaced with a minus sign. If the user uses two minus signs,
/openssl/doc/man3/
H A DASN1_generate_nconf.pod65 the value of the integer, it can be prefaced by a minus sign and
/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl625 div => 0x1b, minus => 0x1c,
/openssl/
H A DCHANGES.md15082 where it did not print out a minus for negative ASN1_INTEGER.

Completed in 62 milliseconds