Searched refs:us (Results 1 – 25 of 40) sorted by relevance
12
/openssl/providers/common/der/ |
H A D | EC.asn1 | 13 iso(1) member-body(2) us(840) 10045 } 70 us(840) ansi-X9-62(10045) signatures(4) ecdsa-with-SHA2(3) 1 } 73 us(840) ansi-X9-62(10045) signatures(4) ecdsa-with-SHA2(3) 2 } 76 us(840) ansi-X9-62(10045) signatures(4) ecdsa-with-SHA2(3) 3 } 79 us(840) ansi-X9-62(10045) signatures(4) ecdsa-with-SHA2(3) 4 }
|
H A D | wrap.asn1 | 13 iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs-9(9) smime(16) alg(3) 6 21 joint-iso-itu-t(2) country(16) us(840) organization(1) gov(101) csor(3) nistAlgorithm(4) 1
|
H A D | DSA.asn1 | 15 iso(1) member-body(2) us(840) x9-57(10040) x9algorithm(4) 1 } 20 iso(1) member-body(2) us(840) x9-57 (10040) x9algorithm(4) 3 }
|
H A D | DIGESTS.asn1 | 20 iso(1) member-body(2) us(840) rsadsi(113549) digestAlgorithm(2) 2 } 23 iso(1) member-body(2) us(840) rsadsi(113549) digestAlgorithm(2) 5 }
|
H A D | RSA.asn1 | 21 iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1) 1
|
/openssl/.github/ISSUE_TEMPLATE/ |
H A D | documentation.md | 10 Please remember to tell us which OpenSSL version you are using and then 13 certain command or API function, please tell us its name.
|
H A D | bug_report.md | 18 Please remember to tell us in what OpenSSL version you found the issue. 34 Also, please remember to tell us if you worked with your own
|
/openssl/crypto/ |
H A D | sleep.c | 32 unsigned int us = (unsigned int)((millis % 1000) * 1000); in OSSL_sleep() local 42 usleep(us); in OSSL_sleep()
|
/openssl/include/openssl/ |
H A D | srp.h.in | 54 /* Owned by us. */ 58 /* Not owned by us. */ 61 /* Owned by us. */
|
/openssl/include/internal/ |
H A D | time.h | 46 #define ossl_us2time(us) ossl_ticks2time((us) * OSSL_TIME_US) argument
|
/openssl/test/certs/ |
H A D | bad-pc6-key.pem | 12 Mv7Kp+us/FzPXJxHdumh8BSAbqn2Fr1hgUyH7v/7n7oSLpBATLOQ49K0X4OnEN3m
|
/openssl/Configurations/ |
H A D | README-design.md | 63 This is the top directory `build.info` file, and it tells us that two 77 located in. This one tells us that there's a program to be built 94 This is the `build.info` file in `crypto/`, and it tells us a little more 101 This `build.info` file informs us that `libcrypto` is built from a few 103 It also shows us that building the object file inferred from 118 This is the build.info file in `ssl/`, and it tells us that the 132 This is the `build.info` file in `engines/`, telling us that two modules 400 of information. Still, it tells us that to build all programs, we
|
/openssl/doc/man3/ |
H A D | SSL_get_handshake_rtt.pod | 18 This metric is represented in microseconds (us) as a uint64_t data type.
|
H A D | SSL_CTX_set_split_send_fragment.pod | 90 peer (and the network) can provide to us in one go. The more records we can get
|
/openssl/doc/designs/quic-design/ |
H A D | dgram-api.md | 25 - It allows us to use structures in keeping with OpenSSL's existing 47 whether a given field is part of a `BIO_MSG`. This allows us to add optional 67 defeat all of the advantages of iovecs and prevent us from meeting our 195 The flags argument is defined by us. Initially we can support something like 226 lets us just send or receive fewer messages than we were asked to.
|
H A D | glossary.md | 203 **RCID:** Remote CID. Refers to a CID which has been provided to us by a peer 207 **RCIDM:** Remote CID Manager. Tracks RCIDs which have been provided to us by a 233 **RXFC:** RX flow control. This determines how much a peer may send to us and
|
H A D | stream-receive-buffers.md | 126 And this is not the only way how a rogue peer could make us occupy much
|
H A D | quic-fc.md | 26 have not, as the peer may wait indefinitely for us to send more data before 27 advancing us more flow control credit.)
|
/openssl/doc/man7/ |
H A D | ossl-guide-quic-client-block.pod | 246 automatically associated with the B<SSL> object for us. We can transmit data 326 gives us information about the stream itself and does not tell us anything about
|
H A D | ossl-guide-quic-client-non-block.pod | 326 We continually call L<SSL_connect(3)> until it gives us a success response. 403 The main difference this time is that it is valid for us to receive an EOF 417 this tell us nothing about the state of the underlying connection. Our demo
|
/openssl/ |
H A D | CONTRIBUTING.md | 26 License Agreement] (CLA), giving us permission to use your code.
|
H A D | NOTES-PERL.md | 21 has told us the following:
|
/openssl/doc/HOWTO/ |
H A D | documenting-functions-and-macros.md | 133 [module definition file]: https://docs.microsoft.com/en-us/cpp/build/exporting-from-a-dll-using-def…
|
/openssl/providers/ |
H A D | build.info | 97 # us to make all kinds of checks on the source, based on what we specify in
|
H A D | encoders.inc | 73 * is the same as the key type name. This allows us to say something like:
|
Completed in 46 milliseconds
12