| /third_party/openssl/crypto/evp/ |
| H A D | digest.c | 729 void *alg; in EVP_MD_CTX_settable_params() local
|
| H A D | evp_enc.c | 1350 void *alg; in EVP_CIPHER_CTX_settable_params() local
|
| /third_party/openssl/crypto/pkcs7/ |
| H A D | pk7_doit.c | 57 static int pkcs7_bio_add_digest(BIO **pbio, X509_ALGOR *alg, in pkcs7_bio_add_digest() argument
|
| /third_party/openssl/crypto/property/ |
| H A D | property.c | 226 static void impl_cache_flush_alg(ossl_uintmax_t idx, ALGORITHM *alg) in impl_cache_flush_alg() argument 294 static int ossl_method_store_insert(OSSL_METHOD_STORE *store, ALGORITHM *alg) in ossl_method_store_insert() argument 304 ALGORITHM *alg = NULL; in ossl_method_store_add() local 384 ALGORITHM *alg = NULL; ossl_method_store_remove() local 424 alg_cleanup_by_provider(ossl_uintmax_t idx, ALGORITHM *alg, void *arg) alg_cleanup_by_provider() argument 467 alg_do_one(ALGORITHM *alg, IMPLEMENTATION *impl, void (*fn)(int id, void *method, void *fnarg), void *fnarg) alg_do_one() argument 474 alg_copy(ossl_uintmax_t idx, ALGORITHM *alg, void *arg) alg_copy() argument 488 ALGORITHM *alg; ossl_method_store_do_all() local 520 ALGORITHM *alg; ossl_method_store_fetch() local 598 ossl_method_cache_flush_alg(OSSL_METHOD_STORE *store, ALGORITHM *alg) ossl_method_cache_flush_alg() argument 607 ALGORITHM *alg = ossl_method_store_retrieve(store, nid); ossl_method_cache_flush() local 664 impl_cache_flush_one_alg(ossl_uintmax_t idx, ALGORITHM *alg, void *v) impl_cache_flush_one_alg() argument 697 ALGORITHM *alg; ossl_method_store_cache_get() local 730 ALGORITHM *alg; ossl_method_store_cache_set() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
| H A D | crypto_libtomcrypt.c | 145 enum crypto_hash_alg alg; member 154 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() argument 301 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() argument
|
| H A D | crypto_linux.c | 57 static int linux_af_alg_hash_vector(const char *alg, const u8 *key, in linux_af_alg_hash_vector() argument 239 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() argument 415 linux_af_alg_skcipher(const char *alg, const u8 *key, size_t key_len) in linux_af_alg_skcipher() argument 858 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() argument
|
| H A D | tls_openssl_ocsp.c | 319 static char * algor_str(X509_ALGOR *alg) in algor_str() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
| H A D | driver_privsep.c | 208 wpa_driver_privsep_set_key(const char *ifname, void *priv, enum wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) wpa_driver_privsep_set_key() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
| H A D | ikev2_common.c | 56 int ikev2_integ_hash(int alg, const u8 *key, size_t key_len, const u8 *data, in ikev2_integ_hash() argument 97 int ikev2_prf_hash(int alg, const u8 *key, size_t key_len, in ikev2_prf_hash() argument 113 int ikev2_prf_plus(int alg, const u8 *key, size_t key_len, in ikev2_prf_plus() argument 175 int ikev2_encr_encrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, in ikev2_encr_encrypt() argument 210 ikev2_encr_decrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, const u8 *crypt, u8 *plain, size_t len) ikev2_encr_decrypt() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| H A D | ibss_rsn.c | 139 static int supp_set_key(void *ctx, enum wpa_alg alg, in supp_set_key() argument 297 static int auth_set_key(void *ctx, int vlan_id, enum wpa_alg alg, in auth_set_key() argument [all...] |
| H A D | mesh_rsn.c | 102 static int auth_set_key(void *ctx, int vlan_id, enum wpa_alg alg, in auth_set_key() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| H A D | crypto_libtomcrypt.c | 145 enum crypto_hash_alg alg; member 154 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() argument 301 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() argument
|
| H A D | crypto_linux.c | 57 static int linux_af_alg_hash_vector(const char *alg, const u8 *key, in linux_af_alg_hash_vector() argument 239 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() argument 415 linux_af_alg_skcipher(const char *alg, const u8 *key, size_t key_len) in linux_af_alg_skcipher() argument 858 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() argument
|
| H A D | tls_openssl_ocsp.c | 319 static char * algor_str(X509_ALGOR *alg) in algor_str() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
| H A D | driver_privsep.c | 213 enum wpa_alg alg = params->alg; in wpa_driver_privsep_set_key() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
| H A D | ikev2_common.c | 56 int ikev2_integ_hash(int alg, const u8 *key, size_t key_len, const u8 *data, in ikev2_integ_hash() argument 97 int ikev2_prf_hash(int alg, const u8 *key, size_t key_len, in ikev2_prf_hash() argument 113 int ikev2_prf_plus(int alg, const u8 *key, size_t key_len, in ikev2_prf_plus() argument 175 int ikev2_encr_encrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, in ikev2_encr_encrypt() argument 210 ikev2_encr_decrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, const u8 *crypt, u8 *plain, size_t len) ikev2_encr_decrypt() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
| H A D | tdls.c | 202 enum wpa_alg alg; in wpa_tdls_set_key() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| H A D | ibss_rsn.c | 323 static int auth_set_key(void *ctx, int vlan_id, enum wpa_alg alg, in auth_set_key() argument 145 supp_set_key(void *ctx, int link_id, enum wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len, enum key_flag key_flag) supp_set_key() argument [all...] |
| H A D | mesh_rsn.c | 102 static int auth_set_key(void *ctx, int vlan_id, enum wpa_alg alg, in auth_set_key() argument
|
| H A D | pasn_supplicant.c | 149 u16 len, res, alg, seq, status; in wpas_pasn_wd_sae_rx() local 460 u16 alg, se in wpas_pasn_wd_fils_rx() local [all...] |
| /base/security/device_auth/services/legacy/authenticators/src/account_related/creds_manager/ |
| H A D | asy_token_manager.c | 408 ImportServerPk(int32_t osAccountId, const CJson *credJson, Uint8Buff *keyAlias, uint8_t *serverPk, Algorithm alg) ImportServerPk() argument
|
| /base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/ |
| H A D | pub_key_exchange.c | 239 Algorithm alg = ED25519; in ExportSelfPubKey() local
|
| /base/security/device_auth/test/unittest/deviceauth/source/ |
| H A D | deviceauth_interface_test.cpp | 195 uint32_t alg = GetPakeDlAlg(); in HWTEST_F() local
|
| /base/security/huks/test/unittest/huks_common_test/include/ |
| H A D | hks_test_common_h.h | 68 uint32_t alg; member 80 uint32_t alg; member 108 uint32_t alg; member 125 uint32_t alg; member 259 uint32_t alg; member 273 uint32_t alg; member 303 uint32_t alg; member
|
| /base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/ |
| H A D | hks_import_sign_verify_test.cpp | 334 static int32_t CopyToInner(uint32_t alg, uint32_t importType, struct HksBlob *outKey) in CopyToInner() argument 348 static int32_t ConstructImportedCurve25519Key(uint32_t alg, uint32_t keySize, uint32_t importType, in ConstructImportedCurve25519Key() argument 732 ConstructImportedKey(uint32_t alg, uint32_t keySize, uint32_t importType, struct HksBlob *outKey, bool sm2CompabilityTest) ConstructImportedKey() argument 754 ModifyImportParams(uint32_t alg, uint32_t purpose, uint32_t keySize, uint32_t digest, uint32_t importType) ModifyImportParams() argument 763 ModifyinitOp1Params(uint32_t alg, uint32_t purpose, uint32_t keySize, uint32_t digest) ModifyinitOp1Params() argument 771 ModifyinitOp2Params(uint32_t alg, uint32_t purpose, uint32_t keySize, uint32_t digest) ModifyinitOp2Params() argument 904 ImportPlainKeyTest(uint32_t alg, uint32_t keySize, uint32_t digest, bool sm2CompabilityTest) ImportPlainKeyTest() argument 952 ImportInvalidPurposePlainKeyTest(uint32_t alg, uint32_t keySize, uint32_t digest, uint32_t purpose, bool sm2CompabilityTest) ImportInvalidPurposePlainKeyTest() argument [all...] |