Searched refs:minus (Results 1 – 12 of 12) sorted by relevance
/openssl/crypto/asn1/ |
H A D | a_time.c | 85 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 D | 13-fragmentation.cnf | 5 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 D | 13-fragmentation.cnf.in | 21 name => "one-fragment-minus-app-data",
|
/openssl/crypto/objects/ |
H A D | README.md | 11 If Long Name contains only word characters and hyphen-minus
|
/openssl/doc/designs/quic-design/ |
H A D | glossary.md | 33 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 D | tx-packetiser.md | 228 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 D | openssl-namedisplay-options.pod | 20 An option may be preceded by a minus sign, C<->, to turn it off.
|
H A D | openssl.pod | 536 parameters start with a minus sign:
|
/openssl/doc/internal/man3/ |
H A D | OPTIONS.pod | 104 are words prefaced with a minus sign. If the user uses two minus signs,
|
/openssl/doc/man3/ |
H A D | ASN1_generate_nconf.pod | 65 the value of the integer, it can be prefaced by a minus sign and
|
/openssl/crypto/perlasm/ |
H A D | x86_64-xlate.pl | 625 div => 0x1b, minus => 0x1c,
|
/openssl/ |
H A D | CHANGES.md | 15082 where it did not print out a minus for negative ASN1_INTEGER.
|
Completed in 79 milliseconds