Home
last modified time | relevance | path

Searched refs:construction (Results 1 – 25 of 84) sorted by relevance

1234

/freebsd/crypto/krb5/src/lib/krb5/asn.1/
H A Dasn1_encode.c336 insert_byte(buf, t->asn1class | t->construction | t->tagnum); in make_tag()
345 insert_byte(buf, t->asn1class | t->construction | 0x1F); in make_tag()
373 tag_out->construction = o & 0x20; in get_tag()
666 tag_out->construction = CONSTRUCTED; in encode_atype()
707 tag_out->construction = CONSTRUCTED; in encode_atype()
720 tag_out->construction = tag->construction; in encode_atype()
729 tag_out->construction = PRIMITIVE; in encode_atype()
735 tag_out->construction = PRIMITIVE; in encode_atype()
741 tag_out->construction = PRIMITIVE; in encode_atype()
748 tag_out->construction = PRIMITIVE; in encode_atype()
[all …]
H A Dasn1_k_encode.c128 rettag->construction = PRIMITIVE; in encode_seqno()
150 return (t->asn1class == UNIVERSAL && t->construction == PRIMITIVE && in check_seqno()
163 rettag->construction = PRIMITIVE; in encode_kerberos_time()
182 return (t->asn1class == UNIVERSAL && t->construction == PRIMITIVE && in check_kerberos_time()
237 rettag->construction = PRIMITIVE; in encode_krb5_flags()
261 return (t->asn1class == UNIVERSAL && t->construction == PRIMITIVE && in check_krb5_flags()
322 rettag->construction = PRIMITIVE; in encode_lr_type()
343 return (t->asn1class == UNIVERSAL && t->construction == PRIMITIVE && in check_lr_type()
540 return (t->asn1class == UNIVERSAL && t->construction == CONSTRUCTED && in check_kdc_req_body()
H A Dasn1_encode.h38 asn1_construction construction; member
179 unsigned int tagval : 16, tagtype : 8, construction : 6, implicit : 1; member
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dutility.cppm
H A Dexpected.cppm
H A Dmemory.cppm
H A Dmemory.inc35 // [allocator.uses.construction], uses-allocator construction
/freebsd/contrib/llvm-project/libcxx/include/
H A Dexpected26 // in-place construction of unexpected values
H A Dsyncstream48 // [syncstream.syncbuf.cons], construction and destruction
92 // [syncstream.osyncstream.cons], construction and destruction
254 // [syncstream.syncbuf.cons], construction and destruction
445 // [syncstream.osyncstream.cons], construction and destruction
/freebsd/crypto/openssl/crypto/objects/
H A DREADME.md39 to the base name. !global turns this off. This construction
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticASTKinds.td46 "typeid applied to|construction of|destruction of}0 object '%1' "
171 "member call on|dynamic_cast of|typeid applied to|construction of|"
177 "construction of subobject of|destruction of}0 "
199 "member call on|dynamic_cast of|typeid applied to|construction of|"
213 "member call on|dynamic_cast of|typeid applied to|construction of|"
218 "member call on|dynamic_cast of|typeid applied to|construction of|"
224 "member call on|dynamic_cast of|typeid applied to|construction of|"
231 "construction of subobject of|destruction of}0 "
245 "member call on|dynamic_cast of|typeid applied to|construction of|"
250 "member call on|dynamic_cast of|typeid applied to|construction of|"
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DBIO_get_data.pod30 Often initialisation will complete during initial construction of the BIO. For
H A DSSL_new_domain.pod46 flags for a QUIC domain cannot be changed after construction.
H A DX509_verify_cert.pod41 a list of non-trusted certificates that may be helpful for chain construction,
H A DOSSL_PARAM_allocate_from_text.pod6 - OSSL_PARAM construction utilities
/freebsd/contrib/file/magic/Magdir/
H A Ddyadic49 >>>1 byte 0x15 component file under construction
/freebsd/contrib/bearssl/T0/
H A Dkern.t021 \ a helper construction that mimics what is found in Apple's Open Firmware
104 \ The case..endcase construction is the equivalent of 'switch' is C.
/freebsd/crypto/openssl/doc/designs/
H A Dxof.md120 Currently OpenSSL only uses XOF's which use a sponge construction (which uses
122 There will be other XOF's that do not use the sponge construction such as Blake2.
/freebsd/crypto/heimdal/lib/hx509/
H A Dhx509_err.et11 # path validateion and construction related errors
/freebsd/sys/contrib/libsodium/
H A DChangeLog36 - The secretstream construction was slightly changed to be consistent
118 - XChaCha20 has been implemented. Like XSalsa20, this construction
202 construction.
385 - The ChaCha20Poly1305 AEAD construction has been implemented, as
/freebsd/contrib/libdivsufsort/
H A DREADME.md3 libdivsufsort is a software library that implements a lightweight suffix array construction algorit…
/freebsd/crypto/openssh/
H A DPROTOCOL.chacha20poly130517 authenticated encryption mode. The construction used is based on that
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_upgrade/
H A Dzpool_upgrade.cfg35 # version. The variable names are important, in that the construction
/freebsd/crypto/openssl/doc/man7/
H A DEVP_KDF-ARGON2.pod22 Argon2id is a hybrid construction which, in the first two slices of the first
/freebsd/contrib/kyua/utils/process/
H A Dexecutor.ipp49 /// utils::process::isolation based on the input parameters at construction

1234