Home
last modified time | relevance | path

Searched defs:alg (Results 601 - 625 of 745) sorted by relevance

1...<<21222324252627282930

/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/
H A Dhostap_ioctl.c3230 const char *alg, *module; in prism2_ioctl_siwencodeext() local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c1587 unsigned swmajor, swminor, alg = QIB_PORT_ALG_ACROSS; in qib_assign_ctxt() local
1404 get_a_ctxt(struct file *fp, const struct qib_user_info *uinfo, unsigned alg) get_a_ctxt() argument
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c1253 ahc_platform_set_tags(struct ahc_softc *ahc, struct scsi_device *sdev, struct ahc_devinfo *devinfo, ahc_queue_alg alg) ahc_platform_set_tags() argument
/kernel/linux/linux-6.6/net/ceph/
H A Dosdmap.c477 u32 alg; in crush_decode() local
/third_party/curl/lib/vtls/
H A Dschannel.c363 long alg = strtol(startCur, 0, 0); in set_ssl_ciphers() local
/third_party/mbedtls/tests/src/test_helpers/
H A Dssl_helpers.c1265 psa_algorithm_t alg; in mbedtls_test_ssl_build_transforms() local
[all...]
/third_party/libcoap/src/
H A Dcoap_tinydtls.c1490 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 Dcoap_openssl.c3630 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 Dcoap_mbedtls.c2647 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 Dpkcs12.c1026 static int alg_print(const X509_ALGOR *alg) in alg_print() argument
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
H A Ddecode_der2key.c105 const X509_ALGOR *alg = NULL; in der2key_decode_p8() local
/third_party/node/deps/openssl/openssl/engines/
H A De_capi.c834 ALG_ID alg; in capi_rsa_sign() local
/third_party/openssl/apps/
H A Dpkcs12.c1030 static int alg_print(const X509_ALGOR *alg) in alg_print() argument
/third_party/openssl/engines/
H A De_capi.c834 ALG_ID alg; in capi_rsa_sign() local
/third_party/openssl/providers/implementations/encode_decode/
H A Ddecode_der2key.c105 const X509_ALGOR *alg = NULL; in der2key_decode_p8() local
/third_party/openssl/test/
H A Dacvp_test.c671 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/crypto/
H A Dcrypto_openssl.c634 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 Dcrypto_wolfssl.c477 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
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_atheros.c501 atheros_set_key(const char *ifname, void *priv, enum wpa_alg alg, in atheros_set_key() argument
H A Ddriver_bsd.c334 bsd_set_key(const char *ifname, void *priv, enum wpa_alg alg, in bsd_set_key() argument
H A Ddriver_wext.c1711 static int wpa_driver_wext_set_key_ext(void *priv, enum wpa_alg alg, in wpa_driver_wext_set_key_ext() argument
1831 wpa_driver_wext_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_wext_set_key() argument
[all...]
H A Dwpa_hal.c225 static uint32_t WifiAlgToCipherSuite(enum wpa_alg alg, size_t keyLen) in WifiAlgToCipherSuite() argument
269 static void WifiWpaInitAlg(WifiKeyExt *keyExt, enum wpa_alg alg, size_t keyLen) in WifiWpaInitAlg() argument
280 static int32_t WifiWpaInitAddr(WifiKeyExt *keyExt, const uint8_t *addr, const enum wpa_alg alg, const int32_t keyIdx, in WifiWpaInitAddr() argument
318 WifiWpaInitKey(WifiKeyExt *keyExt, const uint8_t *key, const size_t keyLen, const int32_t keyIdx, const enum wpa_alg alg) WifiWpaInitKey() argument
360 WifiWpaSetKey(const char *ifname, void *priv, enum wpa_alg alg, const uint8_t *addr, int32_t keyIdx, int32_t setTx, const uint8_t *seq, size_t seqLen, const uint8_t *key, size_t keyLen) WifiWpaSetKey() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dtdls.c195 enum wpa_alg alg; in wpa_tdls_set_key() local
H A Dwpa.c787 enum wpa_alg alg; in wpa_supplicant_install_ptk() local
881 enum wpa_alg alg; member
852 wpa_supplicant_check_group_cipher(struct wpa_sm *sm, int group_cipher, int keylen, int maxkeylen, int *key_rsc_len, enum wpa_alg *alg) wpa_supplicant_check_group_cipher() argument
4271 enum wpa_alg alg; fils_process_assoc_resp() local
[all...]
H A Dwpa_i.h197 static inline int wpa_sm_set_key(struct wpa_sm *sm, enum wpa_alg alg, in wpa_sm_set_key() argument

Completed in 59 milliseconds

1...<<21222324252627282930