Home
last modified time | relevance | path

Searched full:implement (Results 1 – 25 of 2138) sorted by relevance

12345678910>>...86

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRFormatter.h40 /// Implement target specific printing for machine operand immediate value, so
48 /// Implement target specific parsing of immediate mnemonics. The mnemonic is
53 llvm_unreachable("target did not implement parsing MIR immediate mnemonic"); in parseImmMnemonic()
56 /// Implement target specific printing of target custom pseudo source value.
65 /// Implement target specific parsing of target custom pseudo source value.
70 "target did not implement parsing MIR custom pseudo source value"); in parseCustomPseudoSourceValue()
/freebsd/contrib/wpa/src/eap_common/
H A Deap_eke_common.h21 #define EAP_EKE_DHGROUP_EKE_14 3 /* mandatory to implement */
26 #define EAP_EKE_ENCR_AES128_CBC 1 /* mandatory to implement */
29 #define EAP_EKE_PRF_HMAC_SHA1 1 /* mandatory to implement */
33 #define EAP_EKE_MAC_HMAC_SHA1 1 /* mandatory to implement */
/freebsd/sys/riscv/riscv/
H A Dsbi.c329 ("SBI doesn't implement sbi_set_timer()")); in sbi_init()
331 ("SBI doesn't implement sbi_console_putchar()")); in sbi_init()
333 ("SBI doesn't implement sbi_console_getchar()")); in sbi_init()
335 ("SBI doesn't implement sbi_send_ipi()")); in sbi_init()
338 ("SBI doesn't implement sbi_remote_fence_i()")); in sbi_init()
341 ("SBI doesn't implement sbi_remote_sfence_vma()")); in sbi_init()
344 ("SBI doesn't implement sbi_remote_sfence_vma_asid()")); in sbi_init()
346 ("SBI doesn't implement a shutdown or reset extension")); in sbi_init()
/freebsd/crypto/krb5/doc/html/_sources/plugindev/
H A Dgssapi.rst.txt19 a module does not wish to implement a GSSAPI extension, it can simply
26 implement the "acquire" variants of those functions.
41 * Implement the gssspi_query_meta_data(), gssspi_exchange_meta_data(),
45 * Implement gss_inquire_sec_context_by_oid() and answer the
54 interoperability, implement gss_inquire_attrs_for_mech() and assert
H A Dlocalauth.rst.txt16 any state, it does not need to implement these methods.
34 If the module does not set **an2ln_types** but does implement
41 If a module implements **an2ln**, it must also implement
/freebsd/crypto/krb5/doc/plugindev/
H A Dgssapi.rst19 a module does not wish to implement a GSSAPI extension, it can simply
26 implement the "acquire" variants of those functions.
41 * Implement the gssspi_query_meta_data(), gssspi_exchange_meta_data(),
45 * Implement gss_inquire_sec_context_by_oid() and answer the
54 interoperability, implement gss_inquire_attrs_for_mech() and assert
H A Dlocalauth.rst16 any state, it does not need to implement these methods.
34 If the module does not set **an2ln_types** but does implement
41 If a module implements **an2ln**, it must also implement
/freebsd/contrib/libucl/
H A DChangeLog.md49 - Implement include with priority
53 - Implement .inherit macro (#100)
58 - Implement tests for 80% of libucl code lines
95 - python: Implement validation function and tests (by Denis Volpato Martins)
/freebsd/contrib/llvm-project/lldb/docs/design/
H A Doverview.rst
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64TargetStreamer.h28 /// Callback used to implement the ldr= pseudo.
33 /// Callback used to implement the .ltorg directive.
37 /// Callback used to implement the .note.gnu.property section.
41 /// Callback used to implement the .inst directive.
44 /// Callback used to implement the .variant_pcs directive.
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_tlsext_ticket_key_cb.pod40 The OpenSSL library uses your callback function to help implement a common TLS
162 your_type_t *key; /* something that you need to implement */
168 key = currentkey(); /* something that you need to implement */
172 * Something that you need to implement.
198 key = findkey(key_name); /* something that you need to implement */
215 if (key->expire < t - RENEW_TIME) { /* RENEW_TIME: implement */
/freebsd/crypto/openssl/doc/man7/
H A Dprovider-kem.pod48 implement asymmetric kem algorithms and make them available to applications
86 An asymmetric kem algorithm implementation may not implement all of these
88 In order to be a consistent set of functions a provider must implement
90 It must also implement both of OSSL_FUNC_kem_encapsulate_init and
98 An asymmetric kem algorithm must also implement some mechanism for generating,
H A Dprovider-asym_cipher.pod51 implement asymmetric cipher algorithms and make them available to applications
90 An asymmetric cipher algorithm implementation may not implement all of these
92 In order to be a consistent set of functions a provider must implement
94 It must also implement both of OSSL_FUNC_asym_cipher_encrypt_init and
102 An asymmetric cipher algorithm must also implement some mechanism for generating,
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h70 /// implement support for target specific assembly directives.
72 /// If target foo wants to use this, it should implement 3 classes:
81 /// The FooTargetAsmStreamer and FooTargetELFStreamer classes implement the
83 /// streamer does whatever is needed to implement .bar in the object file.
190 /// Callback used to implement the ldr= pseudo.
195 /// Callback used to implement the .ltorg directive.
682 /// This is used to implement assembler directives such as .byte, .ascii,
693 /// This is used to implement assembler directives such as .word, .quad,
749 /// This is used to implement assembler directives such as .dtpreldword on
756 /// This is used to implement assembler directives such as .dtprelword on
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMIRFormatter.h31 /// Implement target specific printing for machine operand immediate value, so
38 /// Implement target specific parsing of immediate mnemonics. The mnemonic is
44 /// Implement target specific parsing of target custom pseudo source value.
/freebsd/crypto/krb5/src/util/support/
H A Dstrerror_r.c38 /* Implement strerror_r in terms of strerror_s. */
54 /* Implement strerror_r in terms of strerror (not thread-safe). */
68 * Implement the POSIX strerror_r API in terms of the GNU strerror_r, which
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_CTX_set_tlsext_ticket_key_cb.3177 The OpenSSL library uses your callback function to help implement a common \s-1TLS\s0
288 \& your_type_t *key; /* something that you need to implement */
294 \& key = currentkey(); /* something that you need to implement */
298 \& * Something that you need to implement.
324 \& key = findkey(key_name); /* something that you need to implement */
341 \& if (key\->expire < t \- RENEW_TIME) { /* RENEW_TIME: implement */
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto.h181 * to implement this.
194 * to implement this.
213 * to implement this.
236 * to implement this.
252 * to implement this.
267 * to implement this.
278 * to implement this.
298 * to implement this.
315 * to implement this.
333 * to implement this.
[all …]
/freebsd/share/doc/psd/02.implement/
H A DMakefile1 VOLUME= psd/02.implement
2 SRCS= stubs implement
/freebsd/sys/cddl/dev/dtrace/arm/
H A Ddtrace_isa.c106 printf("IMPLEMENT ME: %s\n", __func__); in dtrace_getupcstack()
112 printf("IMPLEMENT ME: %s\n", __func__); in dtrace_getustackdepth()
119 printf("IMPLEMENT ME: %s\n", __func__); in dtrace_getufpstack()
161 printf("IMPLEMENT ME: %s\n", __func__); in dtrace_getreg()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DMSP430.h54 // FIXME: Implement. in getTargetBuiltins()
79 // FIXME: implement in validateAsmConstraint()
96 // FIXME: implement in getBuiltinVaListKind()
/freebsd/crypto/openssh/
H A Dsftp.1378 Note that this is only supported by servers that implement
397 Note that this is only supported by servers that implement
418 Note that this is only supported by servers that implement
426 Note that this is only supported by servers that implement the "copy-data"
447 This command is only supported on servers that implement the
632 Note that this is only supported by servers that implement
/freebsd/secure/lib/libcrypto/man/man7/
H A Dprovider-kem.7181 implement asymmetric kem algorithms and make them available to applications
223 An asymmetric kem algorithm implementation may not implement all of these
225 In order to be a consistent set of functions a provider must implement
227 It must also implement both of OSSL_FUNC_kem_encapsulate_init and
235 An asymmetric kem algorithm must also implement some mechanism for generating,
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h71 // Implement isa<T> support.
127 // Implement isa<T> support.
170 // Implement isa<T> support.
206 // Implement isa<T> support.
272 // Implement isa<T> support.
322 // Implement isa<T> support.
371 // Implement isa<T> support.
399 // Implement isa<T> support.
466 // Implement isa<T> support.
/freebsd/crypto/heimdal/
H A DChangeLog.1998116 * lib/krb5/auth_context.c (re-)implement `krb5_auth_setenctype'
207 (RSA_MD5_DES3_{verify,checksum}): implement
280 * lib/krb5/x-key.c: implement DES3_string_to_key_derived; fix a
426 * kuser/kinit.c: Implement lots a new options.
480 * lib/kadm5/init_c.c: Implement init_with_{skey,creds}*. Make use
483 * lib/kadm5/init_s.c: implement init_with_{skey,creds}*
569 * lib/gssapi/unwrap.c: Implement and use `gss_krb5_getsomekey'.
578 * lib/gssapi/8003.c: Implement `gssapi_krb5_verify_8003_checksum'.
669 * admin/ktutil.c: Implement `add' and `remove' functions. Make
672 * lib/krb5/keytab.c: Implement remove with files. Add memory
[all …]

12345678910>>...86