| /third_party/openssl/test/ |
| H A D | evp_pkey_provided_test.c | 54 static int compare_with_file(const char *alg, int type, BIO *membio) in compare_with_file() argument 141 static int test_print_key_using_pem(const char *alg, const EVP_PKEY *pk) in test_print_key_using_pem() argument 205 static int test_print_key_type_using_encoder(const char *alg, int type, in test_print_key_type_using_encoder() argument 314 static int test_print_key_using_encoder(const char *alg, cons argument 326 test_print_key_using_encoder_public(const char *alg, const EVP_PKEY *pk) test_print_key_using_encoder_public() argument 912 const char *alg = NULL; test_fromdata_ecx() local 1169 const char *alg = "EC"; test_fromdata_ec() local [all...] |
| H A D | acvp_test.c | 671 static int cipher_enc(const char *alg, in cipher_enc() argument 716 static int aes_ccm_enc_dec(const char *alg, in aes_ccm_enc_dec() argument 803 aes_gcm_enc_dec(const char *alg, const unsigned char *pt, size_t pt_len, const unsigned char *key, size_t key_len, const unsigned char *iv, size_t iv_len, const unsigned char *aad, size_t aad_len, const unsigned char *ct, size_t ct_len, const unsigned char *tag, size_t tag_len, int enc, int pass) aes_gcm_enc_dec() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
| H A D | driver_hostap.c | 398 wpa_driver_hostap_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_hostap_set_key() argument
|
| H A D | driver_hostap.h | 166 u8 alg[HOSTAP_CRYPT_ALG_NAME_LEN]; member
|
| H A D | driver_atheros.c | 501 atheros_set_key(const char *ifname, void *priv, enum wpa_alg alg, in atheros_set_key() argument
|
| H A D | driver_bsd.c | 334 bsd_set_key(const char *ifname, void *priv, enum wpa_alg alg, in bsd_set_key() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
| H A D | wpa_auth_glue.c | 454 static int hostapd_wpa_auth_set_key(void *ctx, int vlan_id, enum wpa_alg alg, in hostapd_wpa_auth_set_key() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
| H A D | driver_hostap.c | 407 enum wpa_alg alg = params->alg; in wpa_driver_hostap_set_key() local
|
| H A D | driver_hostap.h | 164 u8 alg[HOSTAP_CRYPT_ALG_NAME_LEN]; member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
| H A D | wpa.c | 1072 enum wpa_alg alg; local 1176 wpa_supplicant_check_group_cipher(struct wpa_sm *sm, int group_cipher, int keylen, int maxkeylen, int *key_rsc_len, enum wpa_alg *alg) global() argument 1205 enum wpa_alg alg; global() member [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
| H A D | wpa_auth_glue.c | 358 static int hostapd_wpa_auth_set_key(void *ctx, int vlan_id, enum wpa_alg alg, in hostapd_wpa_auth_set_key() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
| H A D | defs.h | 185 static inline int wpa_auth_alg_fils(int alg) in wpa_auth_alg_fils() argument
|
| /third_party/curl/lib/vtls/ |
| H A D | schannel.c | 363 long alg = strtol(startCur, 0, 0); in set_ssl_ciphers() local
|
| /third_party/mbedtls/tests/src/test_helpers/ |
| H A D | ssl_helpers.c | 1265 psa_algorithm_t alg; in mbedtls_test_ssl_build_transforms() local [all...] |
| /third_party/libcoap/src/ |
| H A D | coap_tinydtls.c | 1490 coap_crypto_hash(cose_alg_t alg, in coap_crypto_hash() argument 1513 cose_alg_t alg; member 1520 get_cipher_alg(cose_alg_t alg) { in get_cipher_alg() argument 1556 coap_crypto_check_cipher_alg(cose_alg_t alg) { in coap_crypto_check_cipher_alg() argument [all...] |
| H A D | coap_openssl.c | 3630 cose_alg_t alg; member 3641 get_hash_alg(cose_alg_t alg, size_t *length) { in get_hash_alg() argument 3655 coap_crypto_hash(cose_alg_t alg, in coap_crypto_hash() argument 3713 cose_alg_t alg; member 3720 get_cipher_alg(cose_alg_t alg) { in get_cipher_alg() argument 3758 coap_crypto_check_cipher_alg(cose_alg_t alg) coap_crypto_check_cipher_alg() argument [all...] |
| H A D | coap_mbedtls.c | 2647 cose_alg_t alg; member 2657 get_hash_alg(cose_alg_t alg, size_t *hash_len) { argument 2671 coap_crypto_hash(cose_alg_t alg, argument 2723 cose_alg_t alg; member 2730 get_cipher_alg(cose_alg_t alg) { argument 2768 coap_crypto_check_cipher_alg(cose_alg_t alg) global() argument [all...] |
| /third_party/node/deps/openssl/openssl/apps/ |
| H A D | pkcs12.c | 1026 static int alg_print(const X509_ALGOR *alg) in alg_print() argument
|
| /third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/ |
| H A D | decode_der2key.c | 105 const X509_ALGOR *alg = NULL; in der2key_decode_p8() local
|
| /third_party/node/deps/openssl/openssl/engines/ |
| H A D | e_capi.c | 834 ALG_ID alg; in capi_rsa_sign() local
|
| /third_party/openssl/apps/ |
| H A D | pkcs12.c | 1030 static int alg_print(const X509_ALGOR *alg) in alg_print() argument
|
| /third_party/openssl/engines/ |
| H A D | e_capi.c | 834 ALG_ID alg; in capi_rsa_sign() local
|
| /third_party/openssl/providers/implementations/encode_decode/ |
| H A D | decode_der2key.c | 105 const X509_ALGOR *alg = NULL; in der2key_decode_p8() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
| H A D | crypto_openssl.c | 634 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() argument 983 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() argument
|
| H A D | crypto_wolfssl.c | 477 enum crypto_cipher_alg alg; member 482 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, in crypto_cipher_init() argument 882 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, in crypto_hash_init() argument
|