Home
last modified time | relevance | path

Searched full:ec (Results 1 – 25 of 1782) sorted by relevance

12345678910>>...72

/freebsd/crypto/heimdal/lib/krb5/
H A Dkrb_err.et11 ec KSUCCESS, "Kerberos 4 successful"
12 ec KDC_NAME_EXP, "Kerberos 4 principal expired"
13 ec KDC_SERVICE_EXP, "Kerberos 4 service expired"
14 ec KDC_AUTH_EXP, "Kerberos 4 auth expired"
15 ec KDC_PKT_VER, "Incorrect Kerberos 4 master key version"
16 ec KDC_P_MKEY_VER, "Incorrect Kerberos 4 master key version"
17 ec KDC_S_MKEY_VER, "Incorrect Kerberos 4 master key version"
18 ec KDC_BYTE_ORDER, "Kerberos 4 byte order unknown"
19 ec KDC_PR_UNKNOWN, "Kerberos 4 principal unknown"
20 ec KDC_PR_N_UNIQUE, "Kerberos 4 principal not unique"
[all …]
/freebsd/sys/dev/efidev/
H A Defirt.c484 efi_rt_arch_call_nofault(struct efirt_callinfo *ec) in efi_rt_arch_call_nofault() argument
487 switch (ec->ec_argcnt) { in efi_rt_arch_call_nofault()
489 ec->ec_efi_status = ((register_t EFIABI_ATTR (*)(void)) in efi_rt_arch_call_nofault()
490 ec->ec_fptr)(); in efi_rt_arch_call_nofault()
493 ec->ec_efi_status = ((register_t EFIABI_ATTR (*)(register_t)) in efi_rt_arch_call_nofault()
494 ec->ec_fptr)(ec->ec_arg1); in efi_rt_arch_call_nofault()
497 ec->ec_efi_status = ((register_t EFIABI_ATTR (*)(register_t, in efi_rt_arch_call_nofault()
498 register_t))ec->ec_fptr)(ec->ec_arg1, ec->ec_arg2); in efi_rt_arch_call_nofault()
501 ec->ec_efi_status = ((register_t EFIABI_ATTR (*)(register_t, in efi_rt_arch_call_nofault()
502 register_t, register_t))ec->ec_fptr)(ec->ec_arg1, in efi_rt_arch_call_nofault()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dgoogle,cros-ec.yaml4 $id: http://devicetree.org/schemas/mfd/google,cros-ec.yaml#
14 Google's ChromeOS EC is a microcontroller which talks to the AP and
16 The EC can be connected through various interfaces (I2C, SPI, and others)
23 For implementations of the EC connected through I2C.
24 const: google,cros-ec-i2c
26 For implementations of the EC connected through SPI.
27 const: google,cros-ec-spi
31 - const: google,cros-ec-fp
32 - const: google,cros-ec-spi
34 For implementations of the EC connected through RPMSG.
[all …]
H A Dcros-ec.txt3 Google's ChromeOS EC is a Cortex-M device which talks to the AP and
6 The EC can be connect through various means (I2C, SPI, LPC, RPMSG) and the
8 its own driver which connects to the top level interface-agnostic EC driver.
9 Other Linux driver (such as cros-ec-keyb for the matrix keyboard) connect to
13 - compatible: "google,cros-ec-i2c"
17 - compatible: "google,cros-ec-spi"
21 - compatible: "google,cros-ec-rpmsg"
24 - google,cros-ec-spi-pre-delay: Some implementations of the EC need a little
28 - google,cros-ec-spi-msg-delay: Some implementations of the EC require some
30 between transactions is not long enough the EC may not be able to respond
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp110 if (auto EC = Writer->writeBytes(Bytes)) in mapByteVectorTail() local
111 return EC; in mapByteVectorTail()
113 if (auto EC = Reader->readBytes(Bytes, Reader->bytesRemaining())) in mapByteVectorTail() local
114 return EC; in mapByteVectorTail()
122 if (auto EC = mapByteVectorTail(BytesRef, Comment)) in mapByteVectorTail() local
123 return EC; in mapByteVectorTail()
140 if (auto EC = Writer->writeInteger(TypeInd.getIndex())) in mapInteger() local
141 return EC; in mapInteger()
144 if (auto EC = Reader->readInteger(I)) in mapInteger() local
145 return EC; in mapInteger()
[all …]
H A DCVTypeVisitor.cpp28 if (auto EC = Callbacks.visitKnownRecord(Record, KnownRecord)) in visitKnownRecord() local
29 return EC; in visitKnownRecord()
38 if (auto EC = Callbacks.visitKnownMember(Record, KnownRecord)) in visitKnownMember() local
39 return EC; in visitKnownMember()
45 if (auto EC = Callbacks.visitMemberBegin(Record)) in visitMemberRecord() local
46 return EC; in visitMemberRecord()
50 if (auto EC = Callbacks.visitUnknownMember(Record)) in visitMemberRecord() local
51 return EC; in visitMemberRecord()
55 if (auto EC = visitKnownMember<Name##Record>(Record, Callbacks)) \ in visitMemberRecord()
56 return EC; \ in visitMemberRecord()
66 if (auto EC = Callbacks.visitMemberEnd(Record)) visitMemberRecord() local
102 if (auto EC = Callbacks.visitUnknownType(Record)) finishVisitation() local
118 if (auto EC = Callbacks.visitTypeEnd(Record)) finishVisitation() local
125 if (auto EC = Callbacks.visitTypeBegin(Record, Index)) visitTypeRecord() local
132 if (auto EC = Callbacks.visitTypeBegin(Record)) visitTypeRecord() local
145 if (auto EC = visitTypeRecord(I)) visitTypeStream() local
153 if (auto EC = visitTypeRecord(I)) visitTypeStream() local
163 if (auto EC = visitTypeRecord(Type, *I)) visitTypeStream() local
173 if (auto EC = Reader.readEnum(Leaf)) visitFieldListMemberStream() local
178 if (auto EC = ::visitMemberRecord(Record, Callbacks)) visitFieldListMemberStream() local
[all...]
H A DCVSymbolVisitor.cpp29 if (auto EC = Callbacks.visitKnownRecord(Record, KnownRecord)) in visitKnownRecord() local
30 return EC; in visitKnownRecord()
38 if (auto EC = Callbacks.visitUnknownSymbol(Record)) in finishVisitation() local
39 return EC; in finishVisitation()
43 if (auto EC = visitKnownRecord<Name>(Record, Callbacks)) \ in finishVisitation()
44 return EC; \ in finishVisitation()
52 if (auto EC = Callbacks.visitSymbolEnd(Record)) in finishVisitation() local
53 return EC; in finishVisitation()
59 if (auto EC = Callbacks.visitSymbolBegin(Record)) in visitSymbolRecord() local
60 return EC; in visitSymbolRecord()
[all …]
H A DDebugSubsectionVisitor.cpp36 if (auto EC = Fragment.initialize(Reader)) in visitDebugSubsection() local
37 return EC; in visitDebugSubsection()
43 if (auto EC = Fragment.initialize(Reader)) in visitDebugSubsection() local
44 return EC; in visitDebugSubsection()
50 if (auto EC = Fragment.initialize(Reader)) in visitDebugSubsection() local
51 return EC; in visitDebugSubsection()
56 if (auto EC = Section.initialize(Reader)) in visitDebugSubsection() local
57 return EC; in visitDebugSubsection()
62 if (auto EC = Section.initialize(Reader)) in visitDebugSubsection() local
63 return EC; in visitDebugSubsection()
[all …]
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp65 static path __do_absolute(const path& p, path* cwd, error_code* ec) { in __do_absolute() argument
66 if (ec) in __do_absolute()
67 ec->clear(); in __do_absolute()
70 *cwd = __current_path(ec); in __do_absolute()
71 if (ec && *ec) in __do_absolute()
76 path __absolute(const path& p, error_code* ec) { in __absolute() argument
78 return __do_absolute(p, &cwd, ec); in __absolute()
81 path __canonical(path const& orig_p, error_code* ec) { in __canonical() argument
83 ErrorHandler<path> err("canonical", ec, &orig_p, &cwd); in __canonical()
85 path p = __do_absolute(orig_p, &cwd, ec); in __canonical()
[all …]
H A Ddirectory_iterator.cpp42 __dir_stream(const path& root, directory_options opts, error_code& ec)
45 ec = make_error_code(errc::no_such_file_or_directory); in __dir_stream()
50 ec = detail::make_windows_error(GetLastError()); in __dir_stream()
52 if (ignore_permission_denied && ec.value() == static_cast<int>(errc::permission_denied)) in __dir_stream()
53 ec.clear(); in __dir_stream()
57 advance(ec); in __dir_stream()
68 bool advance(error_code& ec) {
92 error_code ec; in assign()
94 ec = detail::make_windows_error(GetLastError());
96 return ec; in close() local
43 __dir_stream(const path & root,directory_options opts,error_code & ec) __dir_stream() argument
71 advance(error_code & ec) advance() argument
122 __dir_stream(const path & root,directory_options opts,error_code & ec) __dir_stream() argument
142 advance(error_code & ec) advance() argument
179 directory_iterator(const path & p,error_code * ec,directory_options opts) directory_iterator() argument
194 __increment(error_code * ec) __increment() argument
221 recursive_directory_iterator(const path & p,directory_options opt,error_code * ec) recursive_directory_iterator() argument
237 __pop(error_code * ec) __pop() argument
261 __increment(error_code * ec) __increment() argument
273 __advance(error_code * ec) __advance() argument
296 __try_recursion(error_code * ec) __try_recursion() argument
[all...]
H A Dfile_descriptor.h74 inline pair<string_view, file_type> posix_readdir(DIR* dir_stream, error_code& ec) { in posix_readdir()
77 ec.clear(); in posix_readdir()
80 ec = capture_errno(); in posix_readdir()
121 static FileDescriptor create(const path* p, error_code& ec, Args... args) {
122 ec.clear();
143 ec = capture_errno(); in create()
150 static FileDescriptor create_with_status(const path* p, error_code& ec, Args... args) {
151 FileDescriptor fd = create(p, ec, args...);
152 if (!ec) in create_with_status()
153 fd.refresh_status(ec); in create_with_status()
75 posix_readdir(DIR * dir_stream,error_code & ec) posix_readdir() argument
201 create_file_status(error_code & m_ec,path const & p,const StatT & path_stat,error_code * ec) create_file_status() argument
236 posix_stat(path const & p,StatT & path_stat,error_code * ec) posix_stat() argument
243 posix_stat(path const & p,error_code * ec) posix_stat() argument
248 posix_lstat(path const & p,StatT & path_stat,error_code * ec) posix_lstat() argument
255 posix_lstat(path const & p,error_code * ec) posix_lstat() argument
261 posix_ftruncate(const FileDescriptor & fd,off_t to_size,error_code & ec) posix_ftruncate() argument
270 posix_fchmod(const FileDescriptor & fd,const StatT & st,error_code & ec) posix_fchmod() argument
283 refresh_status(error_code & ec) refresh_status() argument
[all...]
/freebsd/crypto/openssl/providers/common/
H A Dcapabilities.c22 /* If neither ec or dh is available then we have no TLS-GROUP capabilities */
126 TLS_GROUP_ENTRY("sect163k1", "sect163k1", "EC", 0),
127 TLS_GROUP_ENTRY("K-163", "sect163k1", "EC", 0), /* Alias of above */
130 TLS_GROUP_ENTRY("sect163r1", "sect163r1", "EC", 1),
133 TLS_GROUP_ENTRY("sect163r2", "sect163r2", "EC", 2),
134 TLS_GROUP_ENTRY("B-163", "sect163r2", "EC", 2), /* Alias of above */
137 TLS_GROUP_ENTRY("sect193r1", "sect193r1", "EC", 3),
138 TLS_GROUP_ENTRY("sect193r2", "sect193r2", "EC", 4),
141 TLS_GROUP_ENTRY("sect233k1", "sect233k1", "EC", 5),
142 TLS_GROUP_ENTRY("K-233", "sect233k1", "EC", 5), /* Alias of above */
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp473 std::error_code EC = sampleprof_error::malformed; in readNumber() local
474 reportError(0, EC.message()); in readNumber()
475 return EC; in readNumber()
477 std::error_code EC = sampleprof_error::truncated; in readNumber() local
478 reportError(0, EC.message()); in readNumber()
479 return EC; in readNumber()
489 std::error_code EC = sampleprof_error::truncated; in readString() local
490 reportError(0, EC.message()); in readString()
491 return EC; in readString()
501 std::error_code EC = sampleprof_error::truncated; in readUnencodedNumber() local
[all …]
H A DSampleProfWriter.cpp110 if (std::error_code EC = write(ProfileMap)) in writeWithSizeLimitInternal() local
111 return EC; in writeWithSizeLimitInternal()
147 if (std::error_code EC = writeSample(*I.second)) in writeFuncProfiles() local
148 return EC; in writeFuncProfiles()
154 if (std::error_code EC = writeHeader(ProfileMap)) in write() local
155 return EC; in write()
157 if (std::error_code EC = writeFuncProfiles(ProfileMap)) in write() local
158 return EC; in write()
208 if (std::error_code EC = compressAndOutput()) in addNewSection() local
209 return EC; in addNewSection()
[all …]
/freebsd/sys/contrib/ck/include/
H A Dck_ec.h105 * ec is a struct ck_ec32 *, or a struct ck_ec64 *.
115 * `void ck_ec_init(ec, value)`: initializes the event count to value.
117 * `value ck_ec_value(ec)`: returns the current value of the event
120 * `bool ck_ec_has_waiters(ec)`: returns whether some thread has
123 * `void ck_ec_inc(ec, mode)`: increments the value of the event
127 * `value ck_ec_add(ec, mode, value)`: increments the event counter by
139 * `int ck_ec_wait(ec, mode, value, deadline)`: waits until the event
146 * `int ck_ec_wait_pred(ec, mode, value, pred, data, deadline)`: waits
418 static void ck_ec32_init(struct ck_ec32 *ec, uint32_t value);
427 static void ck_ec64_init(struct ck_ec64 *ec, uint64_t value);
[all …]
/freebsd/sys/contrib/ck/src/
H A Dck_ec.c18 struct ck_ec32 *ec; member
24 struct ck_ec64 *ec; member
35 ck_ec32_wake(struct ck_ec32 *ec, const struct ck_ec_ops *ops) in ck_ec32_wake() argument
38 ck_pr_and_32(&ec->counter, (1U << 31) - 1); in ck_ec32_wake()
39 ops->wake32(ops, &ec->counter); in ck_ec32_wake()
44 ck_ec32_wait_slow(struct ck_ec32 *ec, in ck_ec32_wait_slow() argument
49 return ck_ec32_wait_pred_slow(ec, ops, old_value, in ck_ec32_wait_slow()
55 ck_ec64_wake(struct ck_ec64 *ec, const struct ck_ec_ops *ops) in ck_ec64_wake() argument
57 ck_pr_and_64(&ec->counter, ~1); in ck_ec64_wake()
58 ops->wake64(ops, &ec->counter); in ck_ec64_wake()
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfilesystem178 directory_entry(const filesystem::path& p, error_code& ec);
185 void assign(const filesystem::path& p, error_code& ec);
187 void replace_filename(const filesystem::path& p, error_code& ec);
189 void refresh(error_code& ec) noexcept;
194 bool exists(error_code& ec) const noexcept;
196 bool is_block_file(error_code& ec) const noexcept;
198 bool is_character_file(error_code& ec) const noexcept;
200 bool is_directory(error_code& ec) const noexcept;
202 bool is_fifo(error_code& ec) const noexcept;
204 bool is_other(error_code& ec) const noexcept;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStream.cpp40 if (auto EC = Reader.readArray(Output, Count)) in loadSectionContribs() local
41 return EC; in loadSectionContribs()
56 if (auto EC = Reader.readObject(Header)) in reload() local
98 if (auto EC = Reader.readSubstream(ModiSubstream, Header->ModiSubstreamSize)) in reload() local
99 return EC; in reload()
101 if (auto EC = Reader.readSubstream(SecContrSubstream, in reload() local
103 return EC; in reload()
104 if (auto EC = Reader.readSubstream(SecMapSubstream, Header->SectionMapSize)) in reload() local
105 return EC; in reload()
106 if (auto EC = Reader.readSubstream(FileInfoSubstream, Header->FileInfoSize)) in reload() local
[all …]
H A DDbiStreamBuilder.cpp199 if (auto EC = MetadataWriter.writeInteger(ModiCount)) // NumModules in generateFileInfoSubstream()
200 return EC; in generateFileInfoSubstream() local
201 if (auto EC = MetadataWriter.writeInteger(FileCount)) // NumSourceFiles in generateFileInfoSubstream()
202 return EC; in generateFileInfoSubstream()
204 if (auto EC = MetadataWriter.writeInteger(I)) // Mod Indices in generateFileInfoSubstream()
205 return EC; in generateFileInfoSubstream()
209 if (auto EC = MetadataWriter.writeInteger(FileCount)) // Mod File Counts in generateFileInfoSubstream()
210 return EC; in generateFileInfoSubstream()
221 if (auto EC = NameBufferWriter.writeCString(Name.getKey())) in generateFileInfoSubstream()
222 return EC; in generateFileInfoSubstream()
198 if (auto EC = MetadataWriter.writeInteger(ModiCount)) // NumModules generateFileInfoSubstream() local
203 if (auto EC = MetadataWriter.writeInteger(I)) // Mod Indices generateFileInfoSubstream() local
208 if (auto EC = MetadataWriter.writeInteger(FileCount)) // Mod File Counts generateFileInfoSubstream() local
220 if (auto EC = NameBufferWriter.writeCString(Name.getKey())) generateFileInfoSubstream() local
230 if (auto EC = MetadataWriter.writeInteger(Result->second)) generateFileInfoSubstream() local
235 if (auto EC = NameBufferWriter.padToAlignment(sizeof(uint32_t))) generateFileInfoSubstream() local
257 if (auto EC = generateFileInfoSubstream()) finalize() local
318 if (auto EC = MI->finalizeMsfLayout()) finalizeMsfLayout() local
323 if (auto EC = Msf.setStreamSize(StreamDBI, Length)) finalizeMsfLayout() local
384 if (auto EC = finalize()) commit() local
391 if (auto EC = Writer.writeObject(*Header)) commit() local
395 if (auto EC = M->commit(Writer)) commit() local
400 if (auto EC = parallelForEachError( commit() local
407 if (auto EC = Writer.writeEnum(DbiSecContribVer60)) commit() local
409 if (auto EC = Writer.writeArray(ArrayRef(SectionContribs))) commit() local
416 if (auto EC = Writer.writeObject(SMHeader)) commit() local
418 if (auto EC = Writer.writeArray(ArrayRef(SectionMap))) commit() local
422 if (auto EC = Writer.writeStreamRef(FileInfoBuffer)) commit() local
425 if (auto EC = ECNamesBuilder.commit(Writer)) commit() local
432 if (auto EC = Writer.writeInteger(StreamNumber)) commit() local
445 if (auto EC = Stream->WriteFn(DbgStreamWriter)) commit() local
[all...]
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_enc.c25 BIO *ossl_cms_EncryptedContent_init_bio(CMS_EncryptedContentInfo *ec, in ossl_cms_EncryptedContent_init_bio() argument
32 X509_ALGOR *calg = ec->contentEncryptionAlgorithm; in ossl_cms_EncryptedContent_init_bio()
44 enc = ec->cipher ? 1 : 0; in ossl_cms_EncryptedContent_init_bio()
56 cipher = ec->cipher; in ossl_cms_EncryptedContent_init_bio()
60 if (ec->key != NULL) in ossl_cms_EncryptedContent_init_bio()
61 ec->cipher = NULL; in ossl_cms_EncryptedContent_init_bio()
108 if (ec->taglen > 0 in ossl_cms_EncryptedContent_init_bio()
110 ec->taglen, ec->tag) <= 0) { in ossl_cms_EncryptedContent_init_bio()
122 if (!enc || !ec->key) { in ossl_cms_EncryptedContent_init_bio()
132 if (!ec->key) { in ossl_cms_EncryptedContent_init_bio()
[all …]
/freebsd/lib/libbearssl/
H A DMakefile.libsa.inc25 ec/ec_all_m31.c \
26 ec/ec_c25519_m31.c \
27 ec/ec_c25519_m62.c \
28 ec/ec_c25519_m64.c \
29 ec/ec_default.c \
30 ec/ec_p256_m31.c \
31 ec/ec_p256_m62.c \
32 ec/ec_p256_m64.c \
33 ec/ec_prime_i31.c \
34 ec/ec_pubkey.c \
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DIntEqClasses.cpp27 EC.reserve(N); in grow()
28 while (EC.size() < N) in grow()
29 EC.push_back(EC.size()); in grow()
34 unsigned eca = EC[a]; in join()
35 unsigned ecb = EC[b]; in join()
41 EC[b] = eca; in join()
43 ecb = EC[b]; in join()
45 EC[a] = ecb; in join()
47 eca = EC[a]; in join()
55 while (a != EC[a]) in findLeader()
[all …]
H A DFileCollector.cpp30 std::error_code EC; in addDirectory() local
31 addDirectoryImpl(Dir, vfs::getRealFileSystem(), EC); in addDirectory()
139 std::error_code &EC) { in addDirectoryImpl() argument
140 auto It = FS->dir_begin(Dir, EC); in addDirectoryImpl()
141 if (EC) in addDirectoryImpl()
144 for (; !EC && It != llvm::vfs::directory_iterator(); It.increment(EC)) { in addDirectoryImpl()
151 if (EC) in addDirectoryImpl()
154 return FS->dir_begin(Dir, EC); in addDirectoryImpl()
164 if (auto EC = in copyAccessAndModificationTime() local
166 return EC; in copyAccessAndModificationTime()
[all …]
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto.h720 * Internal data structure for EC implementation. The contents is specific
728 * Internal data structure for EC implementation to represent a point. The
737 * Returns: Pointer to EC context or %NULL on failure
743 * @e: EC context from crypto_ec_init()
749 * @e: EC context from crypto_ec_init()
756 * @e: EC context from crypto_ec_init()
763 * @e: EC context from crypto_ec_init()
769 * crypto_ec_get_prime - Get prime defining an EC group
770 * @e: EC context from crypto_ec_init()
776 * crypto_ec_get_order - Get order of an EC group
[all …]
/freebsd/crypto/openssl/providers/
H A Dencoders.inc24 #define ENCODER_STRUCTURE_EC "ec"
59 ENCODER_TEXT("EC", ec, yes),
108 /* EC only supports keypair and parameters DER and PEM output. */
109 ENCODER_w_structure("EC", ec, yes, der, type_specific_no_pub),
110 ENCODER_w_structure("EC", ec, yes, pem, type_specific_no_pub),
111 /* EC supports blob output for the public key */
112 ENCODER("EC", ec, yes, blob),
177 ENCODER_w_structure("EC", ec, yes, der, EncryptedPrivateKeyInfo),
178 ENCODER_w_structure("EC", ec, yes, pem, EncryptedPrivateKeyInfo),
179 ENCODER_w_structure("EC", ec, yes, der, PrivateKeyInfo),
[all …]

12345678910>>...72