Home
last modified time | relevance | path

Searched defs:impl (Results 51 – 75 of 122) sorted by relevance

12345

/freebsd/contrib/bearssl/src/ec/
H A Dec_keygen.c30 const br_ec_impl *impl, br_ec_private_key *sk, in br_ec_keygen()
H A Decdsa_i15_vrfy_raw.c32 br_ecdsa_i15_vrfy_raw(const br_ec_impl *impl, in br_ecdsa_i15_vrfy_raw()
H A Decdsa_i31_vrfy_raw.c32 br_ecdsa_i31_vrfy_raw(const br_ec_impl *impl, in br_ecdsa_i31_vrfy_raw()
H A Decdsa_i15_sign_raw.c33 br_ecdsa_i15_sign_raw(const br_ec_impl *impl, in br_ecdsa_i15_sign_raw()
H A Decdsa_i31_sign_raw.c33 br_ecdsa_i31_sign_raw(const br_ec_impl *impl, in br_ecdsa_i31_sign_raw()
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-cardinalities.h98 explicit Cardinality(const CardinalityInterface* impl) : impl_(impl) {} in Cardinality()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DPerGraphGOTAndPLTStubsBuilder.h115 BuilderImplT &impl() { return static_cast<BuilderImplT &>(*this); } in impl() function
H A DJITLinkGeneric.h128 const LinkerImpl &impl() const { in impl() function
/freebsd/sys/contrib/libsodium/test/default/
H A Drandombytes.c133 randombytes_implementation impl = randombytes_sysrandom_implementation; in impl_tests() local
/freebsd/sys/contrib/openzfs/module/zcommon/
H A Dzfs_fletcher.c372 uint32_t impl = IMPL_READ(fletcher_4_impl_chosen); in fletcher_4_impl_set() local
425 uint32_t impl = IMPL_READ(fletcher_4_impl_chosen); in fletcher_4_impl_get() local
914 #define IMPL_FMT(impl, i) (((impl) == (i)) ? "[%s] " : "%s ") argument
921 const uint32_t impl = IMPL_READ(fletcher_4_impl_chosen); in fletcher_4_param_get() local
955 const uint32_t impl = IMPL_READ(fletcher_4_impl_chosen); in fletcher_4_param() local
/freebsd/sys/contrib/openzfs/module/icp/algs/blake3/
H A Dblake3_impl.c316 #define IMPL_FMT(impl, i) (((impl) == (i)) ? "[%s] " : "%s ") argument
323 const uint32_t impl = IMPL_READ(generic_impl_chosen); in blake3_param_get() local
364 const uint32_t impl = IMPL_READ(generic_impl_chosen); in blake3_param() local
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DLiveVariables.h109 void *impl; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DRWMutex.h93 std::shared_mutex impl; variable
/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2blob.c121 #define MAKE_BLOB_ENCODER(impl, type, selection_name) \ argument
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kMemOperandPrinter.h24 Derived &impl() { return *static_cast<Derived *>(this); } in impl() function
/freebsd/sys/contrib/libsodium/src/libsodium/randombytes/
H A Drandombytes.c54 randombytes_set_implementation(randombytes_implementation *impl) in randombytes_set_implementation()
/freebsd/crypto/openssl/crypto/evp/
H A Ddigest.c145 const OSSL_PARAM params[], ENGINE *impl) in evp_md_init_internal()
370 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl) in EVP_DigestInit_ex()
648 ENGINE *impl) in EVP_Digest()
H A Devp_enc.c84 ENGINE *impl, const unsigned char *key, in evp_cipher_init_internal()
450 ENGINE *impl, const unsigned char *key, in EVP_CipherInit_ex()
488 ENGINE *impl, const unsigned char *key, in EVP_EncryptInit_ex()
508 ENGINE *impl, const unsigned char *key, in EVP_DecryptInit_ex()
/freebsd/crypto/openssl/test/
H A Dproperty_test.c347 char *impl; in test_register_deregister() member
375 void *impl = impls[j].impl; in test_register_deregister() local
401 char *impl; in test_property() member
/freebsd/contrib/bearssl/test/
H A Dtest_speed.c507 #define SPEED_EAX(Algo, algo, keysize, impl) \ argument
936 const br_ec_impl *impl, const br_ec_curve_def *cd) in test_speed_ec_inner_1()
978 const br_ec_impl *impl, const br_ec_curve_def *cd) in test_speed_ec_inner_2()
1018 const br_ec_impl *impl, const br_ec_curve_def *cd) in test_speed_ec_inner()
1145 const br_ec_impl *impl, const br_ec_curve_def *cd, in test_speed_ecdsa_inner()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/checksum/
H A Dblake3_test.c547 #define BLAKE3_PERF_TEST(impl, diglen) \ in main() argument
/freebsd/contrib/bearssl/tools/
H A Dnames.c423 const void *impl; member
533 get_algo_name(const void *impl, int long_name) in get_algo_name()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc745 const UnitTestImpl* const impl = GetUnitTestImpl(); in AssumeRole() local
953 const UnitTestImpl* const impl = GetUnitTestImpl(); in AssumeRole() local
1353 const UnitTestImpl* const impl = GetUnitTestImpl(); in AssumeRole() local
1409 UnitTestImpl* const impl = GetUnitTestImpl(); in Create() local
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeSummary.cpp117 const TypeSummaryImpl::Flags &flags, Callback impl, const char *description) in CXXFunctionSummaryFormat()
/freebsd/sys/riscv/include/
H A Dbus_dma_impl.h33 struct bus_dma_impl *impl; member

12345