Home
last modified time | relevance | path

Searched refs:item (Results 1 – 25 of 451) sorted by relevance

12345678910>>...19

/openssl/ssl/quic/
H A Dquic_srtm.c156 for (item = item->next_by_seq_num; item != NULL; item = inext) { in srtm_free_each()
197 for (; item != NULL; prev = item, item = item->next_by_seq_num) in srtm_find()
212 return item; in srtm_find()
294 if ((item = OPENSSL_zalloc(sizeof(*item))) == NULL) in ossl_quic_srtm_add()
300 if (!srtm_compute_blinded(srtm, item, &item->srt)) { in ossl_quic_srtm_add()
427 for (item = ihead; item != NULL; item = inext) { in ossl_quic_srtm_cull()
455 for (; idx > 0 && item != NULL; --idx, item = item->next_by_srt_blinded); in ossl_quic_srtm_lookup()
501 item = item->next_by_srt_blinded; in check_mark()
503 item = item->next_by_seq_num; in check_mark()
519 item = item->next_by_seq_num; in check_count()
[all …]
H A Dquic_cfq.c182 item->free_cb(item->encoded, item->encoded_len, item->free_cb_arg); in clear_item()
189 item->state = -1; in clear_item()
218 if (item != NULL) in cfq_get_free()
219 return item; in cfq_get_free()
221 item = OPENSSL_zalloc(sizeof(*item)); in cfq_get_free()
222 if (item == NULL) in cfq_get_free()
225 item->state = -1; in cfq_get_free()
227 return item; in cfq_get_free()
242 if (item == NULL) in ossl_quic_cfq_add_frame()
339 for (; item != NULL && item->pn_space != pn_space; item = item->next); in ossl_quic_cfq_get_priority_head()
[all …]
/openssl/util/
H A Dsu-filter.pl68 my $item;
132 if($item eq "\n") {
135 if($item eq "#") {
141 if($item eq "/*") {
147 if($item eq "\"") {
152 if($item eq "{") {
156 if($item eq ",") {
161 if($item eq "(") {
183 my $item;
203 $item =~ s/^\s+//;
[all …]
/openssl/doc/man7/
H A DOSSL_PROVIDER-default.pod192 =item SM2
295 =item RSA
299 =item DH
301 =item DHX
303 =item DSA
305 =item EC
315 =item SM2
327 =item RSA
331 =item DH
333 =item DHX
[all …]
H A DOSSL_PROVIDER-FIPS.pod21 =item "provider=fips"
23 =item "fips=yes"
67 =item SHA1, see L<EVP_MD-SHA1(7)>
143 =item TLS1-PRF
145 =item HKDF
201 =item RSA-PSS
221 =item TLS1-PRF
223 =item HKDF
494 =item Triple DES ECB
496 =item Triple DES CBC
[all …]
H A DOSSL_PROVIDER-base.pod77 =item RSA
81 =item DH
83 =item DHX
85 =item DSA
87 =item EC
97 =item SM2
109 =item RSA
113 =item DH
115 =item DHX
117 =item DSA
[all …]
H A DEVP_SIGNATURE-RSA.pod22 =item "RSA", "rsaEncryption", "1.2.840.113549.1.1.1"
31 =item "RSA-RIPEMD160", "ripemd160WithRSA", "1.3.36.3.3.1.2"
53 =item "RSA-SM3", "sm3WithRSAEncryption", "1.2.156.10197.1.504"
71 =item "digest" (B<OSSL_SIGNATURE_PARAM_DIGEST>) <UTF8 string>
86 =item "none" (B<OSSL_PKEY_RSA_PAD_MODE_NONE>)
88 =item "pkcs1" (B<OSSL_PKEY_RSA_PAD_MODE_PKCSV15>)
90 =item "x931" (B<OSSL_PKEY_RSA_PAD_MODE_X931>)
96 =item "pss" (B<OSSL_PKEY_RSA_PAD_MODE_PSS>)
116 =item "digest" (B<OSSL_PKEY_RSA_PSS_SALT_LEN_DIGEST>)
120 =item "max" (B<OSSL_PKEY_RSA_PSS_SALT_LEN_MAX>)
[all …]
H A DEVP_PKEY-RSA.pod24 =item "n" (B<OSSL_PKEY_PARAM_RSA_N>) <unsigned integer>
28 =item "e" (B<OSSL_PKEY_PARAM_RSA_E>) <unsigned integer>
35 =item "d" (B<OSSL_PKEY_PARAM_RSA_D>) <unsigned integer>
116 =item "bits" (B<OSSL_PKEY_PARAM_RSA_BITS>) <unsigned integer>
129 =item "e" (B<OSSL_PKEY_PARAM_RSA_E>) <unsigned integer>
154 =item "xp" (B<OSSL_PKEY_PARAM_RSA_TEST_XP>) <unsigned integer>
156 =item "xq" (B<OSSL_PKEY_PARAM_RSA_TEST_XQ>) <unsigned integer>
182 =item "p1" (B<OSSL_PKEY_PARAM_RSA_TEST_P1>) <unsigned integer>
184 =item "p2" (B<OSSL_PKEY_PARAM_RSA_TEST_P2>) <unsigned integer>
218 =item FIPS186-4
[all …]
H A DEVP_RAND-HMAC-DRBG.pod23 =item "state" (B<OSSL_RAND_PARAM_STATE>) <integer>
25 =item "strength" (B<OSSL_RAND_PARAM_STRENGTH>) <unsigned integer>
27 =item "max_request" (B<OSSL_RAND_PARAM_MAX_REQUEST>) <unsigned integer>
47 =item "properties" (B<OSSL_DRBG_PARAM_PROPERTIES>) <UTF8 string>
49 =item "mac" (B<OSSL_DRBG_PARAM_MAC>) <UTF8 string>
51 =item "digest" (B<OSSL_DRBG_PARAM_DIGEST>) <UTF8 string>
70 =item SHA-1
72 =item SHA2-256
74 =item SHA2-512
76 =item SHA3-256
[all …]
H A DEVP_ASYM_CIPHER-RSA.pod16 =item "pad-mode" (B<OSSL_ASYM_CIPHER_PARAM_PAD_MODE>) <UTF8 string>
22 =item "none" (B<OSSL_PKEY_RSA_PAD_MODE_NONE>)
24 =item "oaep" (B<OSSL_PKEY_RSA_PAD_MODE_OAEP>)
26 =item "pkcs1" (B<OSSL_PKEY_RSA_PAD_MODE_PKCSV15>)
32 =item "x931" (B<OSSL_PKEY_RSA_PAD_MODE_X931>)
36 =item "pad-mode" (B<OSSL_ASYM_CIPHER_PARAM_PAD_MODE>) <integer>
42 =item 1 (B<RSA_PKCS1_PADDING>)
48 =item 3 (B<RSA_NO_PADDING>)
50 =item 4 (B<RSA_PKCS1_OAEP_PADDING>)
52 =item 5 (B<RSA_X931_PADDING>)
[all …]
H A DEVP_RAND-HASH-DRBG.pod23 =item "state" (B<OSSL_RAND_PARAM_STATE>) <integer>
25 =item "strength" (B<OSSL_RAND_PARAM_STRENGTH>) <unsigned integer>
27 =item "max_request" (B<OSSL_RAND_PARAM_MAX_REQUEST>) <unsigned integer>
47 =item "properties" (B<OSSL_DRBG_PARAM_PROPERTIES>) <UTF8 string>
49 =item "digest" (B<OSSL_DRBG_PARAM_DIGEST>) <UTF8 string>
55 =item "digest-check" (B<OSSL_DRBG_PARAM_FIPS_DIGEST_CHECK>) <integer>
69 =item SHA-1
71 =item SHA2-256
73 =item SHA2-512
75 =item SHA3-256
[all …]
H A DEVP_SIGNATURE-ECDSA.pod21 =item "ECDSA"
30 =item "ECDSA-SHA1", "ECDSA-SHA-1", "ecdsa-with-SHA1", "1.2.840.10045.4.1"
62 =item "digest" (B<OSSL_SIGNATURE_PARAM_DIGEST>) <UTF8 string>
64 =item "properties" (B<OSSL_SIGNATURE_PARAM_PROPERTIES>) <UTF8 string>
69 =item "nonce-type" (B<OSSL_SIGNATURE_PARAM_NONCE_TYPE>) <unsigned integer>
71 =item "key-check" (B<OSSL_SIGNATURE_PARAM_FIPS_KEY_CHECK>) <integer>
73 =item "digest-check" (B<OSSL_SIGNATURE_PARAM_FIPS_DIGEST_CHECK>) <integer>
84 =item "algorithm-id" (B<OSSL_SIGNATURE_PARAM_ALGORITHM_ID>) <octet string>
86 =item "digest" (B<OSSL_SIGNATURE_PARAM_DIGEST>) <UTF8 string>
88 =item "nonce-type" (B<OSSL_SIGNATURE_PARAM_NONCE_TYPE>) <unsigned integer>
[all …]
H A DEVP_CIPHER-DES.pod18 =item "DES-EDE3-ECB" or "DES-EDE3"
20 =item "DES-EDE3-CBC" or "DES3"
31 =item "DES-EDE-ECB" or "DES-EDE"
33 =item "DES-EDE-CBC"
35 =item "DES-EDE-OFB"
37 =item "DES-EDE-CFB"
39 =item "DES3-WRAP"
47 =item "DES-ECB"
49 =item "DES-CBC"
51 =item "DES-OFB"
[all …]
H A DEVP_SIGNATURE-DSA.pod27 =item "DSA", "dsaEncryption", "1.2.840.10040.4.1"
36 =item "DSA-SHA1", "DSA-SHA-1", "dsaWithSHA1", "1.2.840.10040.4.3"
69 =item "digest" (B<OSSL_SIGNATURE_PARAM_DIGEST>) <UTF8 string>
71 =item "properties" (B<OSSL_SIGNATURE_PARAM_PROPERTIES>) <UTF8 string>
76 =item "nonce-type" (B<OSSL_SIGNATURE_PARAM_NONCE_TYPE>) <unsigned integer>
78 =item "key-check" (B<OSSL_SIGNATURE_PARAM_FIPS_KEY_CHECK>) <integer>
80 =item "digest-check" (B<OSSL_SIGNATURE_PARAM_FIPS_DIGEST_CHECK>) <integer>
82 =item "sign-check" (B<OSSL_SIGNATURE_PARAM_FIPS_SIGN_CHECK>) <int>
93 =item "algorithm-id" (B<OSSL_SIGNATURE_PARAM_ALGORITHM_ID>) <octet string>
95 =item "digest" (B<OSSL_SIGNATURE_PARAM_DIGEST>) <UTF8 string>
[all …]
/openssl/ssl/
H A Dpqueue.c20 pitem *item = OPENSSL_malloc(sizeof(*item)); in pitem_new() local
22 if (item == NULL) in pitem_new()
25 memcpy(item->priority, prio64be, sizeof(item->priority)); in pitem_new()
28 return item; in pitem_new()
54 return item; in pqueue_insert()
81 return item; in pqueue_insert()
96 return item; in pqueue_pop()
133 if (item == NULL || *item == NULL) in pqueue_next()
137 ret = *item; in pqueue_next()
138 *item = (*item)->next; in pqueue_next()
[all …]
/openssl/test/
H A Dquic_cfq_test.c69 QUIC_CFQ_ITEM *item; in check() local
75 ++i, item = ossl_quic_cfq_item_get_priority_next(item, pn_space)) { in check()
78 if (!TEST_ptr_null(item)) in check()
84 items[pn_space][i] = item; in check()
86 if (!TEST_ptr(item) in check()
90 || !TEST_int_eq(ossl_quic_cfq_item_get_state(item), in check()
104 QUIC_CFQ_ITEM *item, *inext; in test_cfq() local
122 || !TEST_int_eq(ossl_quic_cfq_item_get_state(item), in test_cfq()
128 || !TEST_ptr_eq(ossl_quic_cfq_item_get_encoded(item), in test_cfq()
140 item != NULL; item = inext) { in test_cfq()
[all …]
/openssl/doc/man1/
H A Dopenssl.pod81 =item B<ca>
89 =item B<cms>
93 =item B<crl>
111 =item B<dsa>
120 =item B<ec>
128 =item B<enc>
165 =item B<kdf>
173 =item B<mac>
225 =item B<req>
229 =item B<rsa>
[all …]
H A Dopenssl-list.pod.in59 =item B<-help>
63 =item B<-verbose>
72 =item B<-1>
85 =item Decoders
87 =item Digests
89 =item Encoders
97 =item Key managers
111 =item B<-commands>
153 =item B<-encoders>
221 =item B<-engines>
[all …]
/openssl/doc/man3/
H A DOPENSSL_ia32cap.pod24 =item bit #4 denoting presence of Time-Stamp Counter.
26 =item bit #19 denoting availability of CLFLUSH instruction;
30 =item bit #23 denoting MMX support;
34 =item bit #25 denoting SSE support;
36 =item bit #26 denoting SSE2 support;
45 =item bit #41 denoting SSSE3, Supplemental SSE3, support;
49 =item bit #54 denoting availability of MOVBE instruction;
51 =item bit #57 denoting AES-NI instruction set extension;
58 =item bit #60 denoting AVX extension;
60 =item bit #62 denoting availability of RDRAND instruction;
[all …]
H A DX509_STORE_CTX_get_error.pod104 =item B<X509_V_OK: ok>
189 =item B<X509_V_ERR_OUT_OF_MEM: out of memory>
198 =item B<X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN:
225 =item B<X509_V_ERR_NO_ISSUER_PUBLIC_KEY:
251 =item B<X509_V_ERR_AKID_SKID_MISMATCH:
265 =item B<X509_V_ERR_KEYUSAGE_NO_CERTSIGN:
271 =item B<X509_V_ERR_UNABLE_TO_GET_CRL_ISSUER:
309 =item B<X509_V_ERR_INVALID_EXTENSION:
315 =item B<X509_V_ERR_INVALID_POLICY_EXTENSION:
347 =item B<X509_V_ERR_SUBTREE_MINMAX:
[all …]
H A DOPENSSL_riscvcap.pod39 =item ZBA
45 =item ZBB
51 =item ZBC
57 =item ZBS
63 =item ZBKB
69 =item ZBKC
75 =item ZBKX
81 =item ZKND
111 =item ZKR
115 =item ZKT
[all …]
H A DSSL_new.pod54 =item any DANE settings
56 =item any Options set via L<SSL_set_options(3)>
58 =item any Mode set via L<SSL_set_mode(3)>
60 =item any minimum or maximum protocol settings set via
74 =item any configured Cipher List
87 =item any security level settings or callbacks
89 =item any configured serverinfo data
91 =item any configured PSK identity hint
93 =item any configured custom extensions
108 =item NULL
[all …]
/openssl/include/internal/
H A Dquic_cfq.h46 uint64_t ossl_quic_cfq_item_get_frame_type(const QUIC_CFQ_ITEM *item);
49 const unsigned char *ossl_quic_cfq_item_get_encoded(const QUIC_CFQ_ITEM *item);
52 size_t ossl_quic_cfq_item_get_encoded_len(const QUIC_CFQ_ITEM *item);
55 int ossl_quic_cfq_item_get_state(const QUIC_CFQ_ITEM *item);
58 uint32_t ossl_quic_cfq_item_get_pn_space(const QUIC_CFQ_ITEM *item);
61 int ossl_quic_cfq_item_is_unreliable(const QUIC_CFQ_ITEM *item);
115 void ossl_quic_cfq_mark_tx(QUIC_CFQ *cfq, QUIC_CFQ_ITEM *item);
122 void ossl_quic_cfq_mark_lost(QUIC_CFQ *cfq, QUIC_CFQ_ITEM *item,
129 void ossl_quic_cfq_release(QUIC_CFQ *cfq, QUIC_CFQ_ITEM *item);
149 QUIC_CFQ_ITEM *ossl_quic_cfq_item_get_priority_next(const QUIC_CFQ_ITEM *item,
/openssl/crypto/engine/
H A Deng_lib.c130 ENGINE_CLEANUP_ITEM *item; in int_cleanup_item() local
132 if ((item = OPENSSL_malloc(sizeof(*item))) == NULL) in int_cleanup_item()
134 item->cb = cb; in int_cleanup_item()
135 return item; in int_cleanup_item()
140 ENGINE_CLEANUP_ITEM *item; in engine_cleanup_add_first() local
145 if (item != NULL) { in engine_cleanup_add_first()
148 OPENSSL_free(item); in engine_cleanup_add_first()
160 if (item != NULL) { in engine_cleanup_add_last()
163 OPENSSL_free(item); in engine_cleanup_add_last()
171 (*(item->cb)) (); in engine_cleanup_cb_free()
[all …]
/openssl/doc/man5/
H A Dfips_config.pod37 =item B<activate>
42 =item B<conditional-errors>
55 =item B<module-mac>
59 =item B<install-version>
63 =item B<install-status>
71 =item B<install-mac>
93 =item B<security-checks>
101 =item B<no-short-mac>
157 =item B<hkdf-key-check>
193 =item B<hmac-key-check>
[all …]

Completed in 76 milliseconds

12345678910>>...19