Searched refs:reserved (Results 1 – 25 of 42) sorted by relevance
12
/openssl/doc/man3/ |
H A D | OSSL_CORE_MAKE_FUNC.pod | 8 - OpenSSL reserved symbols 21 reserved for internal use. They should not be used by applications or assumed 24 All the macros listed in the synopsis above are reserved.
|
H A D | OPENSSL_ia32cap.pod | 28 =item bit #20, reserved by Intel, is used to choose among RC4 code paths; 41 =item bit #30, reserved by Intel, denotes specifically Intel CPUs;
|
H A D | SSL_stream_conclude.pod | 30 I<flags> is reserved and should be set to 0.
|
H A D | CRYPTO_get_ex_new_index.pod | 63 In addition, the B<APP> name is reserved for use by application code. 66 F<< <openssl/crypto.h> >>. In addition, B<CRYPTO_EX_INDEX_APP> is reserved for
|
H A D | BIO_get_rpoll_descriptor.pod | 74 Type values beginning with this value (inclusive) are reserved for application
|
H A D | BIO_get_ex_new_index.pod | 98 reserved for "application data." There are two convenience functions for
|
H A D | SSL_get_conn_close_info.pod | 133 reserved for such codes by RFC 9000. This range begins at
|
H A D | OpenSSL_version.pod | 60 The macro B<OPENSSL_VERSION_BUILD_METADATA> is extra information, reserved
|
/openssl/test/ |
H A D | quic_record_test_util.h | 31 || !TEST_int_eq(a->reserved, b->reserved) in cmp_pkt_hdr()
|
/openssl/ssl/quic/ |
H A D | quic_wire_pkt.c | 209 hdr->reserved = 0; in ossl_quic_wire_decode_pkt_hdr() 226 hdr->reserved = 0; /* protected, zero for now */ in ossl_quic_wire_decode_pkt_hdr() 230 hdr->reserved = (b0 & 0x18) >> 3; in ossl_quic_wire_decode_pkt_hdr() 404 hdr->reserved = partial ? 0 : ((b0 & 0x0C) >> 2); in ossl_quic_wire_decode_pkt_hdr() 500 | (hdr->reserved << 3) in ossl_quic_wire_encode_pkt_hdr() 542 b0 |= (hdr->reserved << 2); in ossl_quic_wire_encode_pkt_hdr()
|
/openssl/providers/implementations/digests/ |
H A D | blake2b_prov.c | 94 memset(P->reserved, 0, sizeof(P->reserved)); in ossl_blake2b_param_init()
|
/openssl/providers/implementations/include/prov/ |
H A D | ciphercommon_gcm.h | 30 unsigned char reserved[12]; member
|
H A D | blake2.h | 64 uint8_t reserved[14]; /* 32 */ member
|
/openssl/include/internal/ |
H A D | quic_wire_pkt.h | 359 unsigned int reserved :2; member
|
/openssl/include/openssl/ |
H A D | opensslv.h.in | 48 * to be anything but the empty string. Its use is entirely reserved for
|
H A D | crypto.h.in | 5 * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved 460 /* OPENSSL_INIT flag range 0x03f00000 reserved for OPENSSL_init_ssl() */
|
H A D | err.h.in | 193 * A few of the reason bits are reserved as flags with special meaning:
|
/openssl/doc/man7/ |
H A D | property.pod | 21 Property names fall into two categories: those reserved by the OpenSSL 23 A I<reserved> property name consists of a single C-style identifier
|
H A D | EVP_KDF-SS.pod | 205 (c) 2019, Oracle and/or its affiliates. All rights reserved.
|
/openssl/crypto/property/ |
H A D | README.md | 70 names reserved by OpenSSL are also populated here. No functions are
|
/openssl/doc/internal/man3/ |
H A D | DEFINE_PRIORITY_QUEUE_OF.pod | 70 is zero, no additional space is reserved. On error I<pq> is unchanged.
|
H A D | OPENSSL_SA.pod | 124 (c) 2019, Oracle and/or its affiliates. All rights reserved.
|
H A D | OSSL_METHOD_STORE.pod | 137 Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
|
/openssl/ |
H A D | README.md | 209 All rights reserved.
|
/openssl/doc/designs/quic-design/ |
H A D | quic-requirements.md | 50 * The next major release number is intended to be reserved for the fully
|
Completed in 52 milliseconds
12