Home
last modified time | relevance | path

Searched refs:entries (Results 1 – 25 of 44) sorted by relevance

12

/openssl/crypto/x509/
H A Dx_name.c110 sk_X509_NAME_ENTRY_free(ret->entries); in IMPLEMENT_EXTERN_ASN1()
160 STACK_OF(X509_NAME_ENTRY) *entries; in x509_name_ex_d2i()
246 STACK_OF(X509_NAME_ENTRY) *entries = NULL; in x509_name_encode()
256 entries = sk_X509_NAME_ENTRY_new_null(); in x509_name_encode()
257 if (!entries) in x509_name_encode()
260 sk_X509_NAME_ENTRY_free(entries); in x509_name_encode()
314 STACK_OF(X509_NAME_ENTRY) *entries = NULL; in x509_name_canon()
321 if (sk_X509_NAME_ENTRY_num(a->entries) == 0) { in x509_name_canon()
333 entries = sk_X509_NAME_ENTRY_new_null(); in x509_name_canon()
334 if (entries == NULL) in x509_name_canon()
[all …]
H A Dx509name.c56 ret = sk_X509_NAME_ENTRY_num(name->entries); in X509_NAME_entry_count()
82 sk = name->entries; in X509_NAME_get_index_by_OBJ()
94 if (name == NULL || sk_X509_NAME_ENTRY_num(name->entries) <= loc in X509_NAME_get_entry()
98 return sk_X509_NAME_ENTRY_value(name->entries, loc); in X509_NAME_get_entry()
107 if (name == NULL || sk_X509_NAME_ENTRY_num(name->entries) <= loc in X509_NAME_delete_entry()
111 sk = name->entries; in X509_NAME_delete_entry()
197 sk = name->entries; in X509_NAME_add_entry()
H A Dx509_obj.c64 for (i = 0; i < sk_X509_NAME_ENTRY_num(a->entries); i++) { in X509_NAME_oneline()
65 ne = sk_X509_NAME_ENTRY_value(a->entries, i); in X509_NAME_oneline()
H A Dv3_crld.c97 rnm = nm->entries; in set_dist_point_name()
98 nm->entries = NULL; in set_dist_point_name()
429 ntmp.entries = dpn->name.relativename; in print_distpoint()
/openssl/crypto/hashtable/
H A Dhashtable.c78 #define PREFETCH_NEIGHBORHOOD(x) __builtin_prefetch(x.entries)
123 struct ht_neighborhood_entry_st entries[NEIGHBORHOOD_LEN]; member
276 if (oldmd->neighborhoods[i].entries[j].value != NULL) { in free_oldmd()
277 v = oldmd->neighborhoods[i].entries[j].value; in free_oldmd()
359 if (md->neighborhoods[i].entries[j].value != NULL) { in ossl_ht_foreach_until()
392 v = md->neighborhoods[i].entries[j].value; in ossl_ht_filter()
457 oldv = oldmd->neighborhoods[oldi].entries[oldj].value; in grow_hashtable()
460 oldhash = oldmd->neighborhoods[oldi].entries[oldj].hash; in grow_hashtable()
465 newmd->neighborhoods[newi].entries[newj].value = oldv; in grow_hashtable()
533 CRYPTO_atomic_load(&md->neighborhoods[neigh_idx].entries[j].hash, in ossl_ht_insert_locked()
[all …]
/openssl/doc/man3/
H A DOSSL_ERR_STATE_save.pod31 ERR entries up to the most recent mark on the ERR stack. These entries are moved
39 entries are copied and the effect is the same as for a call to
42 OSSL_ERR_STATE_restore() adds all the error entries from the
43 saved state I<es> to the thread error state. Existing entries in
45 for all the added entries. Any allocated data in the saved error
46 entries is duplicated on adding to the thread state.
67 errors on such failure. At worst the restored error entries will be
H A DERR_set_mark.pod28 ERR_count_to_mark() returns the number of entries on the error stack above the
30 error stack, the number of entries in the error stack is returned.
42 ERR_count_to_mark() returns the number of error stack entries found above the
43 most recent mark, if any, or the total number of error stack entries.
H A DX509_NAME_get_index_by_NID.pod34 should initially be set to -1. If there are no more entries -1 is returned.
37 X509_NAME_entry_count() returns the total number of entries in B<name>.
82 X509_NAME_entry_count() returns the total number of entries, and 0
90 Process all entries:
100 Process all commonName entries:
H A DX509_CRL_get0_by_serial.pod42 revoked entries for I<crl>.
62 X509_CRL_sort() sorts the revoked entries of I<crl> into ascending serial
67 Applications can determine the number of revoked entries returned by
77 X509_CRL_get_REVOKED() returns a STACK of revoked entries.
H A DOPENSSL_LH_stats.pod32 many entries are in it. For historical reasons, this function also outputs a
36 OPENSSL_LH_node_stats() prints the number of entries for each 'bucket' in the
43 for buckets which contain entries. So the 'actual load' is the
H A DOPENSSL_LH_COMPFUNC.pod87 table entries can be arbitrary structures. Usually they consist of key
98 arbitrary data entries, and specifies the 'hash' and 'compare'
99 callbacks to be used in organising the table's entries. The I<hash>
104 takes two arguments (pointers to two hash table entries), and returns
145 I<table>. Allocated hash table entries will not be freed; consider
146 using B<lh_I<TYPE>_doall>() to deallocate any remaining entries in the
150 entries can be added to the flushed table. Allocated hash table entries
152 remaining entries in the hash table (see below).
189 this is demonstrated here (printing all hash table entries to a BIO
280 The LHASH code regards table entries as constant data. As such, it
H A DX509_ACERT_get_attr.pod30 If there are no more entries -1 is returned. If I<nid> is invalid
H A DOSSL_PARAM_dup.pod30 I<params1> contain the same key, and there are multiple entries within either
H A DOSSL_IETF_ATTR_SYNTAX.pod74 OSSL_IETF_ATTR_SYNTAX_get_value_num() returns the number of entries in the value
H A DX509_NAME_ENTRY_get_object.pod59 create and add new entries in a single operation.
/openssl/doc/designs/quic-design/
H A Derror-handling.md32 Error stack entries contain allocated data, copying entries between threads
40 entries on the error stack.
75 is detected the error stack entries are moved to this error stack in
79 a permanent connection error, entries from the QUIC_CHANNEL error stack
98 multi-stream-multi-thread mode as the error stack entries are always
101 the same error stack entries to report to the user.
/openssl/demos/certs/
H A DREADME.txt10 The script then creates an empty index.txt file and adds entries for the
/openssl/doc/man7/
H A DEVP_MD-MDC2.pod23 This implementation supports the following L<OSSL_PARAM(3)> entries,
H A DEVP_MD-SHA1.pod23 This implementation supports the following L<OSSL_PARAM(3)> entries,
H A DEVP_MD-common.pod10 L<OSSL_PARAM(3)> entries that are
H A DEVP_MD-MD5-SHA1.pod25 This implementation supports the following L<OSSL_PARAM(3)> entries,
H A DEVP_MD-BLAKE2.pod46 The implementation supports the following L<OSSL_PARAM(3)> entries which
H A DEVP_MD-SHAKE.pod55 These implementations support the following L<OSSL_PARAM(3)> entries,
/openssl/doc/internal/man3/
H A DOSSL_METHOD_STORE.pod92 When doing so, it also flushes the corresponding cache entries.
110 ossl_method_store_cache_flush_all() flushes all cached entries associated with
/openssl/doc/man1/
H A Dopenssl-cmds.pod.in150 the manual page entries without the 'openssl-' prefix have been

Completed in 64 milliseconds

12