Searched refs:elements (Results 126 - 150 of 214) sorted by relevance

123456789

/freebsd-11-stable/crypto/heimdal/lib/gssapi/gssapi/
H A Dgssapi.h102 void *elements; member in struct:gss_OID_desc_struct
108 gss_OID elements; member in struct:gss_OID_set_desc_struct
136 gss_buffer_desc *elements; member in struct:gss_buffer_set_desc_struct
/freebsd-11-stable/crypto/heimdal/lib/gssapi/spnego/
H A Dinit_sec_context.c454 GSS_SPNEGO_MECHANISM->elements,
465 ctx->preferred_mech_type->elements,
493 mech.elements = ctx->oidbuf + sizeof(ctx->oidbuf) - ctx->oidlen;
H A Daccept_sec_context.c197 ret = der_get_oid(context_handle->preferred_mech_type->elements,
333 oid.elements = mechbuf + sizeof(mechbuf) - mech_len;
353 if (gss_oid_equal(&mechs->elements[i], oidp))
/freebsd-11-stable/crypto/heimdal/lib/gssapi/krb5/
H A Dinquire_sec_context_by_oid.c44 ret = der_get_oid(oid_enc->elements, oid_enc->length,
50 ret = der_get_oid(prefix_enc->elements, prefix_enc->length,
H A Dcreds.c125 mech.data = GSS_KRB5_MECHANISM->elements;
H A Dimport_name.c192 memcmp(&p[6], GSS_KRB5_MECHANISM->elements,
/freebsd-11-stable/crypto/openssh/
H A Dauth2-gss.c90 goid.elements = doid + 2;
H A Dsshconnect2.c665 if (gss_supported->elements[mech].length < 128 &&
667 &gss_supported->elements[mech], authctxt->host)) {
686 packet_put_int((gss_supported->elements[mech].length) + 2);
688 packet_put_char(gss_supported->elements[mech].length);
689 packet_put_raw(gss_supported->elements[mech].elements,
690 gss_supported->elements[mech].length);
/freebsd-11-stable/crypto/heimdal/lib/gssapi/mech/
H A Dgss_accept_sec_context.c86 mech_oid->elements = p;
/freebsd-11-stable/sys/dev/e1000/
H A Dif_lem.h497 uint32_t elements; member in struct:_DESCRIPTOR_PAIR
/freebsd-11-stable/lib/libgssapi/
H A Dgss_accept_sec_context.c95 mech_oid->elements = p;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DFormatEntity.h205 // Format the current elements into the stream \a s.
210 // sub-elements to display.
212 llvm::StringRef elements,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h179 return STy->elements().slice(1);
/freebsd-11-stable/contrib/ldns/
H A Drbtree.c351 /* swap the smright and to_delete elements in the tree,
616 * split off elements number of elements from the start
621 size_t elements)
631 while (count < elements && cur_node != LDNS_RBTREE_NULL) {
620 ldns_rbtree_split(ldns_rbtree_t *tree, size_t elements) argument
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dticket.c267 &child.elements, &len, ret);
291 &child.elements, level + 1);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfo.h105 /// Marker class to iterate over the elements of a Region in flat mode.
296 /// verify that all reachable basic blocks are elements of the region.
571 /// Region. The iterator also iterates over BasicBlocks that are elements of
653 iterator_range<element_iterator> elements() { function in class:llvm::RegionBase
659 iterator_range<const_element_iterator> elements() const { function in class:llvm::RegionBase
H A DRegionInfoImpl.h410 for (RegionNodeT *Element : elements()) {
507 for (const RegionNodeT *Element : elements()) {
553 for (const typename Tr::RegionNodeT *Element : R->elements()) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h63 /// to the non-array elements of the type stored in CoerceToType.
64 /// Array elements in the type are assumed to be padding and skipped.
206 /// \param unpaddedCoerceToType The coerce-to type with padding elements
214 // Assert that we only have a struct type if there are multiple elements.
218 // Assert that all the non-padding elements have a corresponding element
221 for (auto eltType : coerceToType->elements()) {
231 // Assert that there aren't extra elements in the unpadded type.
321 return structTy->elements();
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp76 /// The elements of the constant. These two arrays must have the same size;
78 /// elements are kept in increasing offset order, and we ensure that there
81 /// This may contain explicit padding elements (in order to create a
82 /// natural layout), but need not. Gaps between elements are implicitly
92 /// This is true only if laying out Elems in order as the elements of a
283 /// Returns a position within Elems and Offsets such that all elements
284 /// before the returned index end before Pos and all elements at or after
285 /// the returned index begin at or after Pos. Splits elements as necessary
400 // If we want an array type, see if all the elements are the same type and
415 // All remaining elements mus
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Dlibcoff-in.h400 /* List of elements. */
401 struct coff_debug_merge_element *elements; member in struct:coff_debug_merge_type
/freebsd-11-stable/tools/regression/rpcsec_gss/
H A Drpctest.c322 oid_set.elements = mech_oid;
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls_gnutls.c1157 unsigned int elements = 0; local
1161 data[elements].type = GNUTLS_DT_KEY_PURPOSE_OID;
1162 data[elements].data = (void *) GNUTLS_KP_TLS_WWW_SERVER;
1163 elements++;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp136 uint8_t elements; member in struct:llvm::AMDGPU::MUBUFInfo
145 uint8_t elements; member in struct:llvm::AMDGPU::MTBUFInfo
169 return Info ? Info->elements : 0;
199 return Info ? Info->elements : 0;
/freebsd-11-stable/lib/librpcsec_gss/
H A Dsvc_rpcsec_gss.c199 oid_set.elements = mech_oid;
505 cp = (unsigned char *) oid->elements;
540 cp = (unsigned char *) oid->elements;
/freebsd-11-stable/sys/dev/ahci/
H A Dahciem.c460 ads = &page->elements[i + 1].array_dev_slot;
487 ads0 = &page->elements[0].array_dev_slot;
489 ads = &page->elements[i + 1].array_dev_slot;

Completed in 761 milliseconds

123456789