Home
last modified time | relevance | path

Searched defs:alg (Results 26 - 50 of 823) sorted by relevance

12345678910>>...33

/third_party/libcoap/include/coap3/
H A Dcoap_crypto_internal.h60 cose_alg_t alg; /**< The COSE algorith to use */ member
/third_party/mbedtls/tests/src/drivers/
H A Dhash.c22 mbedtls_test_transparent_hash_compute( psa_algorithm_t alg, const uint8_t *input, size_t input_length, uint8_t *hash, size_t hash_size, size_t *hash_length) mbedtls_test_transparent_hash_compute() argument
58 mbedtls_test_transparent_hash_setup( mbedtls_transparent_test_driver_hash_operation_t *operation, psa_algorithm_t alg) mbedtls_test_transparent_hash_setup() argument
H A Dtest_driver_key_agreement.c31 mbedtls_test_transparent_key_agreement( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *peer_key, size_t peer_key_length, uint8_t *shared_secret, size_t shared_secret_size, size_t *shared_secret_length) mbedtls_test_transparent_key_agreement() argument
124 mbedtls_test_opaque_key_agreement( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *peer_key, size_t peer_key_length, uint8_t *shared_secret, size_t shared_secret_size, size_t *shared_secret_length) mbedtls_test_opaque_key_agreement() argument
/third_party/ltp/lib/
H A Dtst_crypto.c68 tst_crypto_add_alg(struct tst_crypto_session *ses, const struct crypto_user_alg *alg) tst_crypto_add_alg() argument
84 tst_crypto_del_alg(struct tst_crypto_session *ses, const struct crypto_user_alg *alg) tst_crypto_del_alg() argument
/third_party/ltp/testcases/kernel/crypto/
H A Dcrypto_user02.c62 struct crypto_user_alg alg; in setup() local
89 struct crypto_user_alg alg = {}; in run() local
[all...]
/third_party/node/deps/openssl/openssl/providers/common/include/prov/
H A Dprovider_util.h129 OSSL_ALGORITHM alg; member
/third_party/node/deps/openssl/openssl/crypto/pkcs7/
H A Dpk7_attr.c57 X509_ALGOR *alg; in STACK_OF() local
/third_party/node/deps/openssl/openssl/crypto/engine/
H A Deng_fat.c50 static int int_def_cb(const char *alg, int len, void *arg) in int_def_cb() argument
[all...]
/third_party/openssl/crypto/engine/
H A Deng_fat.c50 static int int_def_cb(const char *alg, int len, void *arg) in int_def_cb() argument
[all...]
/third_party/openssl/crypto/pkcs7/
H A Dpk7_attr.c53 X509_ALGOR *alg; in STACK_OF() local
/third_party/openssl/providers/common/include/prov/
H A Dprovider_util.h129 OSSL_ALGORITHM alg; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dap_mlme.c23 static const char * mlme_auth_alg_str(int alg) in mlme_auth_alg_str() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dap_mlme.c23 static const char * mlme_auth_alg_str(int alg) in mlme_auth_alg_str() argument
/base/security/device_auth/services/protocol/src/pake_protocol/pake_protocol_ec_common/
H A Dpake_protocol_ec_common.c91 Algorithm alg = (params->curveType == CURVE_256) ? P256 : X25519; in GenerateEcPakeParams() local
124 Algorithm alg = (params->curveType == CURVE_256) ? P256 : X25519; in AgreeEcSharedSecret() local
/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_engine/core/src/
H A Dhks_keyblob_test.cpp219 uint32_t alg; in HWTEST_F() local
241 uint32_t alg; in HWTEST_F() local
265 uint32_t alg; in HWTEST_F() local
/foundation/multimedia/camera_framework/test/fuzztest/smoothzoom_fuzzer/
H A Dsmooth_zoom_fuzzer.cpp68 auto alg = fuzz->GetZoomAlgorithm(mode); in Test() local
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_hash/
H A Dhash.cpp32 static HASH_ALGORITHM_TYPE GetHashAlgorithm(const string &alg) in GetHashAlgorithm() argument
/kernel/linux/linux-5.10/crypto/
H A Dblowfish_generic.c104 static struct crypto_alg alg = { variable
H A Dtwofish_generic.c168 static struct crypto_alg alg = { variable
H A Dcrct10dif_generic.c88 static struct shash_alg alg = { variable
H A Dofb.c55 struct crypto_alg *alg; in crypto_ofb_create() local
H A Dkpp.c24 static int crypto_kpp_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_kpp_report() argument
35 static int crypto_kpp_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_kpp_report() argument
44 static void crypto_kpp_show(struct seq_file *m, struct crypto_alg *alg) in crypto_kpp_show() argument
52 struct kpp_alg *alg = crypto_kpp_alg(kpp); in crypto_kpp_exit_tfm() local
60 struct kpp_alg *alg = crypto_kpp_alg(kpp); in crypto_kpp_init_tfm() local
90 kpp_prepare_alg(struct kpp_alg *alg) kpp_prepare_alg() argument
99 crypto_register_kpp(struct kpp_alg *alg) crypto_register_kpp() argument
108 crypto_unregister_kpp(struct kpp_alg *alg) crypto_unregister_kpp() argument
[all...]
/kernel/linux/linux-5.10/drivers/crypto/vmx/
H A Daes.c29 const char *alg = crypto_tfm_alg_name(tfm); in p8_aes_init() local
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-prng.c61 struct rng_alg *alg = crypto_rng_alg(tfm); in sun8i_ss_prng_generate() local
/kernel/linux/linux-5.10/arch/powerpc/crypto/
H A Dcrct10dif-vpmsum_glue.c91 static struct shash_alg alg = { variable

Completed in 7 milliseconds

12345678910>>...33