Searched refs:alg (Results 101 - 125 of 177) sorted by relevance

12345678

/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa_i.h156 static inline int wpa_sm_set_key(struct wpa_sm *sm, enum wpa_alg alg, argument
162 return sm->ctx->set_key(sm->ctx->ctx, alg, addr, key_idx, set_tx,
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa_i.h156 static inline int wpa_sm_set_key(struct wpa_sm *sm, enum wpa_alg alg, argument
162 return sm->ctx->set_key(sm->ctx->ctx, alg, addr, key_idx, set_tx,
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dwpa_i.h156 static inline int wpa_sm_set_key(struct wpa_sm *sm, enum wpa_alg alg, argument
162 return sm->ctx->set_key(sm->ctx->ctx, alg, addr, key_idx, set_tx,
/external/ipsec-tools/src/libipsec/
H A Dpfkey.c250 struct sadb_alg *alg; local
252 alg = findsupportedalg(satype, alg_id);
253 if (!alg)
256 if (keylen < alg->sadb_alg_minbits || keylen > alg->sadb_alg_maxbits) {
257 fprintf(stderr, "%d %d %d\n", keylen, alg->sadb_alg_minbits,
258 alg->sadb_alg_maxbits);
280 struct sadb_alg *alg; local
301 alg = findsupportedalg(satype, alg_id);
302 if (!alg)
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUCharacterName.java976 * @param alg Algorithm information array
979 boolean setAlgorithm(AlgorithmName alg[]) argument
981 if (alg != null && alg.length != 0) {
982 m_algorithm_ = alg;
/external/ipsec-tools/src/racoon/
H A Dcfparse.h381 struct sainfoalg *alg; member in union:YYSTYPE
/external/skia/bench/
H A Dtile_analyze.py265 dest='alg', default=REPRESENTATION_ALG,
274 rev, options.alg, options.log_dir, options.plat)
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_common.h231 enum crypto_cipher_alg alg; member in struct:tls_cipher_data
H A Dtlsv1_record.c61 rl->cipher_alg = data->alg;
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_common.h231 enum crypto_cipher_alg alg; member in struct:tls_cipher_data
H A Dtlsv1_record.c61 rl->cipher_alg = data->alg;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dpreauth_test.c127 static int wpa_supplicant_set_key(void *wpa_s, enum wpa_alg alg, argument
H A Dwpas_glue.c485 static int wpa_supplicant_set_key(void *_wpa_s, enum wpa_alg alg, argument
491 if (alg == WPA_ALG_TKIP && key_idx == 0 && key_len == 32) {
497 alg != WPA_ALG_NONE && key_len <= sizeof(wpa_s->last_gtk)) {
502 return wpa_drv_set_key(wpa_s, alg, addr, key_idx, set_tx, seq, seq_len,
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_common.h231 enum crypto_cipher_alg alg; member in struct:tls_cipher_data
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/
H A DPKCS12KeyStoreSpi.java735 PBES2Parameters alg = PBES2Parameters.getInstance(algId.getParameters());
736 PBKDF2Params func = PBKDF2Params.getInstance(alg.getKeyDerivationFunc().getParameters());
737 AlgorithmIdentifier encScheme = AlgorithmIdentifier.getInstance(alg.getEncryptionScheme());
739 SecretKeyFactory keyFact = helper.createSecretKeyFactory(alg.getKeyDerivationFunc().getAlgorithm().getId());
751 Cipher cipher = Cipher.getInstance(alg.getEncryptionScheme().getAlgorithm().getId());
753 AlgorithmIdentifier encryptionAlg = AlgorithmIdentifier.getInstance(alg.getEncryptionScheme());
755 ASN1Encodable encParams = alg.getEncryptionScheme().getParameters();
/external/openssh/
H A Dsshconnect2.c105 char *oavail, *avail, *first, *last, *alg, *hostname, *ret; local
132 while ((alg = strsep(&avail, ",")) && *alg != '\0') {
133 if ((ktype = sshkey_type_from_name(alg)) == KEY_UNSPEC)
134 fatal("%s: unknown alg %s", __func__, alg);
137 ALG_APPEND(first, alg);
139 ALG_APPEND(last, alg);
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_glue.c282 static int hostapd_wpa_auth_set_key(void *ctx, int vlan_id, enum wpa_alg alg, argument
295 return hostapd_drv_set_key(ifname, hapd, alg, addr, idx, 1, NULL, 0,
H A Dwpa_auth.h199 int (*set_key)(void *ctx, int vlan_id, enum wpa_alg alg,
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth_glue.c282 static int hostapd_wpa_auth_set_key(void *ctx, int vlan_id, enum wpa_alg alg, argument
295 return hostapd_drv_set_key(ifname, hapd, alg, addr, idx, 1, NULL, 0,
H A Dwpa_auth.h199 int (*set_key)(void *ctx, int vlan_id, enum wpa_alg alg,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth_glue.c282 static int hostapd_wpa_auth_set_key(void *ctx, int vlan_id, enum wpa_alg alg, argument
295 return hostapd_drv_set_key(ifname, hapd, alg, addr, idx, 1, NULL, 0,
H A Dwpa_auth.h199 int (*set_key)(void *ctx, int vlan_id, enum wpa_alg alg,
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_openssl.c421 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, argument
432 switch (alg) {
665 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, argument
671 switch (alg) {
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_openssl.c421 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, argument
432 switch (alg) {
665 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, argument
671 switch (alg) {
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto_openssl.c421 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, argument
432 switch (alg) {
665 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, argument
671 switch (alg) {

Completed in 397 milliseconds

12345678