Home
last modified time | relevance | path

Searched defs:impl (Results 26 – 50 of 122) sorted by relevance

12345

/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c1076 #define DO_PRIVATE_KEY(impl, type, kind, output) \ argument
1086 #define DO_PUBLIC_KEY(impl, type, kind, output) \ argument
1096 #define DO_PARAMETERS(impl, type, kind, output) \ argument
1139 #define DO_PrivateKeyInfo(impl, type, output) \ argument
1143 #define DO_EncryptedPrivateKeyInfo(impl, type, output) \ argument
1148 #define DO_SubjectPublicKeyInfo(impl, type, output) \ argument
1202 #define DO_DSA(impl, type, output) DO_type_specific(impl, type, output) argument
1212 #define DO_PKCS1(impl, type, output) DO_RSA(impl, type, output) argument
1216 #define DO_PKCS3(impl, type, output) DO_DH(impl, type, output) argument
1219 #define DO_X9_42(impl, type, output) DO_DHX(impl, type, output) argument
[all …]
/freebsd/sys/contrib/openzfs/module/icp/algs/sha2/
H A Dsha512_impl.c188 #define IMPL_FMT(impl, i) (((impl) == (i)) ? "[%s] " : "%s ") argument
195 const uint32_t impl = IMPL_READ(generic_impl_chosen); in sha512_param_get() local
236 const uint32_t impl = IMPL_READ(generic_impl_chosen); in sha512_param() local
H A Dsha256_impl.c220 #define IMPL_FMT(impl, i) (((impl) == (i)) ? "[%s] " : "%s ") argument
227 const uint32_t impl = IMPL_READ(generic_impl_chosen); in sha256_param_get() local
268 const uint32_t impl = IMPL_READ(generic_impl_chosen); in sha256_param() local
/freebsd/contrib/lutok/
H A Ddebug.cpp40 struct lutok::debug::impl { struct in lutok::debug
42 lua_Debug lua_debug;
H A Dstate.cpp219 struct lutok::state::impl { struct in lutok::state
221 lua_State* lua_state;
224 bool owned;
230 impl(lua_State* lua_, bool owned_) : in impl() argument
/freebsd/sys/contrib/openzfs/module/icp/algs/aes/
H A Daes_impl.c266 const uint32_t impl = AES_IMPL_READ(icp_aes_impl); in aes_impl_get_ops() local
363 uint32_t impl = AES_IMPL_READ(user_sel_impl); in aes_impl_set() local
420 const uint32_t impl = AES_IMPL_READ(icp_aes_impl); in icp_aes_impl_get() local
/freebsd/crypto/openssh/
H A Dsshkey.c211 const struct sshkey_impl *impl; in sshkey_type() local
221 const struct sshkey_impl *impl; in sshkey_ssh_name_from_type_nid() local
231 const struct sshkey_impl *impl; in sshkey_type_is_cert() local
255 const struct sshkey_impl *impl; in sshkey_type_from_name() local
323 const struct sshkey_impl *impl; in sshkey_alg_list() local
351 const struct sshkey_impl *impl; in sshkey_names_valid2() local
393 const struct sshkey_impl *impl; in sshkey_size() local
405 const struct sshkey_impl *impl; in sshkey_type_is_valid_ca() local
653 const struct sshkey_impl *impl; in sshkey_free_contents() local
706 const struct sshkey_impl *impl; in sshkey_equal_public() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h147 Impl &impl() { return static_cast<Impl &>(*this); } in impl() function
148 const Impl &impl() const { return static_cast<const Impl &>(*this); } in impl() function
/freebsd/sys/contrib/openzfs/cmd/raidz_test/
H A Draidz_bench.c70 run_gen_bench_impl(const char *impl) in run_gen_bench_impl()
142 run_rec_bench_impl(const char *impl) in run_rec_bench_impl()
/freebsd/crypto/openssl/crypto/property/
H A Dproperty.c208 static void impl_free(IMPLEMENTATION *impl) in impl_free()
303 IMPLEMENTATION *impl; in ossl_method_store_add() local
403 IMPLEMENTATION *impl = sk_IMPLEMENTATION_value(alg->impls, i); in ossl_method_store_remove() local
432 IMPLEMENTATION *impl = sk_IMPLEMENTATION_value(alg->impls, i); in alg_cleanup_by_provider() local
465 static void alg_do_one(ALGORITHM *alg, IMPLEMENTATION *impl, in alg_do_one()
483 IMPLEMENTATION *impl = sk_IMPLEMENTATION_value(alg->impls, i); in alg_do_each() local
507 IMPLEMENTATION *impl, *best_impl = NULL; in ossl_method_store_fetch() local
/freebsd/contrib/bearssl/src/ec/
H A Dec_pubkey.c63 br_ec_compute_pub(const br_ec_impl *impl, br_ec_public_key *pk, in br_ec_compute_pub()
H A Decdsa_i15_sign_asn1.c31 br_ecdsa_i15_sign_asn1(const br_ec_impl *impl, in br_ecdsa_i15_sign_asn1()
H A Decdsa_i15_vrfy_asn1.c31 br_ecdsa_i15_vrfy_asn1(const br_ec_impl *impl, in br_ecdsa_i15_vrfy_asn1()
H A Decdsa_i31_sign_asn1.c31 br_ecdsa_i31_sign_asn1(const br_ec_impl *impl, in br_ecdsa_i31_sign_asn1()
H A Decdsa_i31_vrfy_asn1.c31 br_ecdsa_i31_vrfy_asn1(const br_ec_impl *impl, in br_ecdsa_i31_vrfy_asn1()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DThreadLauncher.h32 std::function<lldb::thread_result_t()> impl; member
/freebsd/lib/libc/include/
H A Dcompat.h38 #define __sym_compat(sym, impl, verid) \ argument
/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev_raidz_impl.h221 #define _RAIDZ_GEN_WRAP(code, impl) \ argument
235 #define _RAIDZ_REC_WRAP(code, impl) \ argument
248 #define DEFINE_GEN_METHODS(impl) \ argument
258 #define DEFINE_REC_METHODS(impl) \ argument
267 #define RAIDZ_GEN_METHODS(impl) \ argument
274 #define RAIDZ_REC_METHODS(impl) \ argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DMutex.h29 std::recursive_mutex impl; variable
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math.c114 const uint32_t impl = RAIDZ_IMPL_READ(zfs_vdev_raidz_impl); in vdev_raidz_math_get_ops() local
400 int impl, i; in benchmark_raidz_impl() local
592 uint32_t impl = RAIDZ_IMPL_READ(user_sel_impl); in vdev_raidz_impl_set() local
649 const uint32_t impl = RAIDZ_IMPL_READ(zfs_vdev_raidz_impl); in zfs_vdev_raidz_impl_get() local
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp574 const char *name, lldb::SBCommandPluginInterface *impl, const char *help) { in AddCommand()
583 lldb::SBCommandPluginInterface *impl, in AddCommand()
590 const char *name, lldb::SBCommandPluginInterface *impl, const char *help, in AddCommand()
671 lldb::SBCommandPluginInterface *impl, in AddCommand()
679 lldb::SBCommandPluginInterface *impl, in AddCommand()
686 lldb::SBCommandPluginInterface *impl, in AddCommand()
H A DSBProcessInfoList.cpp23 SBProcessInfoList::SBProcessInfoList(const ProcessInfoList &impl) in SBProcessInfoList()
/freebsd/contrib/kyua/utils/
H A Ddatetime.cpp261 struct timestamp::impl : utils::noncopyable { struct in utils::datetime::timestamp
268 impl(const ::timeval& data_) : data(data_) in impl() argument
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DThreadLauncher.cpp26 std::function<thread_result_t()> impl, in LaunchThread()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DTableManager.h71 TableManagerImplT &impl() { return static_cast<TableManagerImplT &>(*this); } in impl() function

12345