/openssl/crypto/x509/ |
H A D | x_name.c | 110 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 D | x509name.c | 56 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 D | x509_obj.c | 63 for (i = 0; i < sk_X509_NAME_ENTRY_num(a->entries); i++) { in X509_NAME_oneline() 64 ne = sk_X509_NAME_ENTRY_value(a->entries, i); in X509_NAME_oneline()
|
H A D | v3_crld.c | 97 rnm = nm->entries; in set_dist_point_name() 98 nm->entries = NULL; in set_dist_point_name() 430 ntmp.entries = dpn->name.relativename; in print_distpoint()
|
/openssl/crypto/hashtable/ |
H A D | hashtable.c | 82 # define PREFETCH_NEIGHBORHOOD(x) __builtin_prefetch(x.entries) 129 struct ht_neighborhood_entry_st entries[NEIGHBORHOOD_LEN]; member 282 if (oldmd->neighborhoods[i].entries[j].value != NULL) { in free_oldmd() 283 v = oldmd->neighborhoods[i].entries[j].value; in free_oldmd() 365 if (md->neighborhoods[i].entries[j].value != NULL) { in ossl_ht_foreach_until() 398 v = md->neighborhoods[i].entries[j].value; in ossl_ht_filter() 466 oldv = oldmd->neighborhoods[oldi].entries[oldj].value; in grow_hashtable() 469 oldhash = oldmd->neighborhoods[oldi].entries[oldj].hash; in grow_hashtable() 473 if (newmd->neighborhoods[newi].entries[newj].value == NULL) { in grow_hashtable() 474 newmd->neighborhoods[newi].entries[newj].value = oldv; in grow_hashtable() [all …]
|
/openssl/doc/man3/ |
H A D | OSSL_ERR_STATE_save.pod | 31 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 D | ERR_set_mark.pod | 28 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 D | X509_NAME_get_index_by_NID.pod | 34 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 D | X509_CRL_get0_by_serial.pod | 42 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 D | OPENSSL_LH_stats.pod | 32 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 D | OPENSSL_LH_COMPFUNC.pod | 87 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 D | X509_ACERT_get_attr.pod | 30 If there are no more entries -1 is returned. If I<nid> is invalid
|
H A D | OSSL_PARAM_dup.pod | 30 I<params1> contain the same key, and there are multiple entries within either
|
H A D | OSSL_IETF_ATTR_SYNTAX.pod | 74 OSSL_IETF_ATTR_SYNTAX_get_value_num() returns the number of entries in the value
|
H A D | X509_NAME_ENTRY_get_object.pod | 59 create and add new entries in a single operation.
|
/openssl/doc/designs/quic-design/ |
H A D | error-handling.md | 32 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 D | README.txt | 10 The script then creates an empty index.txt file and adds entries for the
|
/openssl/doc/man7/ |
H A D | EVP_MD-MDC2.pod | 23 This implementation supports the following L<OSSL_PARAM(3)> entries,
|
H A D | EVP_MD-SHA1.pod | 23 This implementation supports the following L<OSSL_PARAM(3)> entries,
|
H A D | EVP_MD-MD5-SHA1.pod | 25 This implementation supports the following L<OSSL_PARAM(3)> entries,
|
H A D | EVP_MD-common.pod | 10 L<OSSL_PARAM(3)> entries that are
|
H A D | EVP_MD-BLAKE2.pod | 46 The implementation supports the following L<OSSL_PARAM(3)> entries which
|
H A D | EVP_MD-SHAKE.pod | 50 This implementation supports the following L<OSSL_PARAM(3)> entries:
|
/openssl/doc/internal/man3/ |
H A D | OSSL_METHOD_STORE.pod | 92 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 D | openssl-cmds.pod.in | 150 the manual page entries without the 'openssl-' prefix have been
|