Home
last modified time | relevance | path

Searched refs:entry (Results 1 – 25 of 72) sorted by relevance

123

/openssl/crypto/
H A Dprovider.c129 OSSL_PROVIDER_INFO entry; in OSSL_PROVIDER_add_builtin() local
135 memset(&entry, 0, sizeof(entry)); in OSSL_PROVIDER_add_builtin()
136 entry.name = OPENSSL_strdup(name); in OSSL_PROVIDER_add_builtin()
137 if (entry.name == NULL) in OSSL_PROVIDER_add_builtin()
139 entry.init = init_fn; in OSSL_PROVIDER_add_builtin()
140 if (!ossl_provider_info_add_to_store(libctx, &entry)) { in OSSL_PROVIDER_add_builtin()
141 ossl_provider_info_clear(&entry); in OSSL_PROVIDER_add_builtin()
H A Dprovider_conf.c364 OSSL_PROVIDER_INFO entry; in provider_conf_load() local
366 memset(&entry, 0, sizeof(entry)); in provider_conf_load()
369 entry.name = OPENSSL_strdup(name); in provider_conf_load()
370 if (entry.name == NULL) in provider_conf_load()
374 entry.path = OPENSSL_strdup(path); in provider_conf_load()
375 if (entry.path == NULL) in provider_conf_load()
379 ok = provider_conf_params(NULL, &entry, NULL, value, cnf); in provider_conf_load()
380 if (ok >= 1 && (entry.path != NULL || entry.parameters != NULL)) { in provider_conf_load()
381 ok = ossl_provider_info_add_to_store(libctx, &entry); in provider_conf_load()
385 ossl_provider_info_clear(&entry); in provider_conf_load()
H A Dprovider_local.h30 OSSL_PROVIDER_INFO *entry);
/openssl/crypto/x509/
H A Dx_name.c161 X509_NAME_ENTRY *entry; in x509_name_ex_d2i() local
189 entry->set = i; in x509_name_ex_d2i()
247 X509_NAME_ENTRY *entry; in x509_name_encode() local
254 entry = sk_X509_NAME_ENTRY_value(a->entries, i); in x509_name_encode()
255 if (entry->set != set) { in x509_name_encode()
263 set = entry->set; in x509_name_encode()
265 if (!sk_X509_NAME_ENTRY_push(entries, entry)) in x509_name_encode()
315 X509_NAME_ENTRY *entry, *tmpentry = NULL; in x509_name_canon() local
332 if (entry->set != set) { in x509_name_canon()
341 set = entry->set; in x509_name_canon()
[all …]
H A Dv3_admis.c132 ADMISSIONS *entry = sk_ADMISSIONS_value(admission->contentsOfAdmissions, i); in i2r_ADMISSION_SYNTAX() local
137 if (entry->admissionAuthority != NULL) { in i2r_ADMISSION_SYNTAX()
140 || GENERAL_NAME_print(bp, entry->admissionAuthority) <= 0 in i2r_ADMISSION_SYNTAX()
145 if (entry->namingAuthority != NULL) { in i2r_ADMISSION_SYNTAX()
146 if (i2r_NAMING_AUTHORITY(method, entry->namingAuthority, bp, ind + 2) <= 0) in i2r_ADMISSION_SYNTAX()
150 for (j = 0; j < sk_PROFESSION_INFO_num(entry->professionInfos); j++) { in i2r_ADMISSION_SYNTAX()
151 PROFESSION_INFO *pinfo = sk_PROFESSION_INFO_value(entry->professionInfos, j); in i2r_ADMISSION_SYNTAX()
/openssl/doc/man3/
H A DX509_CRL_get0_by_serial.pod8 X509_CRL_add0_revoked, X509_CRL_sort - CRL revoked entry utility
33 X509_CRL_get0_by_serial() attempts to find a revoked entry in I<crl> for
35 pointer of the matching entry. As a result, I<*ret> B<MUST NOT> be freed
39 looks for a revoked entry using the serial number of certificate I<x>.
58 X509_CRL_add0_revoked() appends revoked entry I<rev> to CRL I<crl>. The
74 1 on success except if the revoked entry has the reason C<removeFromCRL> (8),
H A DX509_NAME_add_entry_by_txt.pod36 standard ASN1 type (such as B<V_ASN1_IA5STRING>). The new entry is
40 to B<name>. The new entry is added to a position determined by B<loc>
44 X509_NAME_delete_entry() deletes an entry from B<name> at position
45 B<loc>. The deleted entry is returned and must be freed up.
61 The B<loc> and B<set> parameters determine where a new entry should
63 to 0. This adds a new entry to the end of B<name> as a single valued
66 B<loc> actually determines the index where the new entry is inserted:
H A DERR_set_mark.pod29 most recently marked entry, not including that entry. If there is no mark in the
32 ERR_pop() unconditionally pops a single error entry from the top of the error
33 stack (which is the entry obtainable via L<ERR_peek_last_error(3)>).
H A DX509_NAME_get_index_by_NID.pod45 the "text" from the first entry in B<name> which matches B<nid> or
46 B<obj>, if no such entry exists -1 is returned. At most B<len> bytes
58 entry and will copy the contents of the field verbatim: this can
78 return the index of the next matching entry or -1 if not found.
86 requested entry or B<NULL> if the index is invalid.
H A DSSL_CTX_set_ctlog_list_file.pod29 If an error occurs whilst parsing a particular log entry in the file, that log
30 entry will be skipped.
H A DOPENSSL_LH_COMPFUNC.pod100 callback takes a pointer to a table entry as its argument and returns
155 I<table>. If there already is an entry with the same key, the old
159 B<lh_I<TYPE>_delete>() deletes an entry from I<table>.
161 B<lh_I<TYPE>_retrieve>() looks up an entry in I<table>. Normally, I<data>
165 B<lh_I<TYPE>_doall>() will, for every entry in the hash table, call
184 that is passed both the table entry and an extra argument). As with
252 When a hash table entry is replaced, B<lh_I<TYPE>_insert>() or
256 B<lh_I<TYPE>_delete>() and OPENSSL_LH_delete() return the entry being deleted.
259 B<lh_I<TYPE>_retrieve>() and OPENSSL_LH_retrieve() return the hash table entry
H A DASN1_EXTERN_FUNCS.pod105 The I<asn1_ex_d2i> entry may be NULL if I<asn1_ex_d2i_ex> has been specified
113 On entry I<*pval> will contain the B<ASN1_VALUE> to be encoded. If default
114 tagging is to be used then I<tag> will be -1 on entry. Otherwise if implicit
125 The I<asn1_ex_i2d> entry may be NULL if I<asn1_ex_i2d_ex> has been specified
H A DOSSL_CMP_HDR_get0_transactionID.pod38 or NULL if the respective entry does not exist and on error.
H A DERR_put_error.pod54 last error queue entry, after inserting the optional separator string if it is
55 not NULL and the top error entry does not yet have additional data.
60 it is split over sufficiently many new copies of the last error queue entry.
H A DERR_load_strings.pod34 The last entry in the array is {0,0}.
H A DX509V3_get_d2i.pod82 extensions of B<X509_REVOKED> structure I<r> (i.e for CRL entry extensions).
88 a CRL or a CRL entry respectively.
191 The following are CRL entry extensions from PKIX standards such as RFC5280.
H A DERR_get_error.pod55 queue and removes the entry. This function can be called repeatedly
78 is valid until the respective entry is overwritten in the error queue.
/openssl/crypto/encode_decode/
H A Ddecoder_pkey.c604 static void decoder_cache_entry_free(DECODER_CACHE_ENTRY *entry) in decoder_cache_entry_free() argument
606 if (entry == NULL) in decoder_cache_entry_free()
608 OPENSSL_free(entry->input_type); in decoder_cache_entry_free()
609 OPENSSL_free(entry->input_structure); in decoder_cache_entry_free()
610 OPENSSL_free(entry->keytype); in decoder_cache_entry_free()
611 OPENSSL_free(entry->propquery); in decoder_cache_entry_free()
612 OSSL_DECODER_CTX_free(entry->template); in decoder_cache_entry_free()
613 OPENSSL_free(entry); in decoder_cache_entry_free()
/openssl/providers/fips/
H A Dbuild.info5 # It is necessary to have an explicit entry point
/openssl/test/recipes/30-test_evp_data/
H A Devpciph_rc4_stitched.txt11 # DECRYPT must be a separate entry due to change in TLSAAD value
/openssl/dev/
H A DNEWS-FORMAT.md46 <entry for patch releases of OpenSSL x.y...>
47 <entry for patch releases of OpenSSL x.y...>
48 <entry for initial (feature) release of OpenSSL x.y>
51 ### Structure of a release entry
/openssl/test/ocsp-tests/
H A Dca.cnf30 # Minimal CA entry to allow generation of CRLs.
/openssl/doc/internal/man7/
H A DEVP_PKEY.pod117 B<EVP_PKEY>. Each cache entry has two items, a pointer to the
158 Check if there's an entry in the export cache with the same
163 If such an entry is found, nothing more is done, the key data and
164 L<EVP_KEYMGMT(3)> found in that export cache entry will be used for
/openssl/include/crypto/
H A Ddso_conf.h.in20 # string entry into using the following logic;
/openssl/apps/
H A Dsrp.c116 char *entry = NCONF_get_string(conf, section, tag); in lookup_conf() local
117 if (entry == NULL) in lookup_conf()
119 return entry; in lookup_conf()

Completed in 25 milliseconds

123