Searched defs:alg (Results 1 - 25 of 96) sorted by path

1234

/freebsd-10-stable/contrib/gcc/
H A Dexpmed.c2410 enum alg_code alg; member in struct:alg_hash_entry
2871 choose_mult_variant(enum machine_mode mode, HOST_WIDE_INT val, struct algorithm *alg, enum mult_variant *variant, int mult_cost) argument
2946 expand_mult_const(enum machine_mode mode, rtx op0, HOST_WIDE_INT val, rtx target, const struct algorithm *alg, enum mult_variant variant) argument
3546 struct algorithm alg; local
[all...]
/freebsd-10-stable/contrib/ldns/
H A Dkeys.c93 ldns_key_new_frm_engine(ldns_key **key, ENGINE *e, char *key_id, ldns_algorithm alg) argument
239 ldns_key_new_frm_fp_ecdsa_l(FILE* fp, ldns_algorithm alg, int* line_nr) argument
295 ldns_signing_algorithm alg; local
819 ldns_key_new_frm_algorithm(ldns_signing_algorithm alg, uint16_t size) argument
[all...]
H A Drdata.c522 ldns_rdf_hip_get_alg_hit_pk(ldns_rdf *rdf, uint8_t* alg, argument
550 ldns_rdf_hip_new_frm_alg_hit_pk(ldns_rdf** rdf, uint8_t alg, argument
H A Drr_functions.c268 ldns_rr_dnskey_key_size_raw(const unsigned char* keydata, const size_t len, const ldns_algorithm alg) argument
/freebsd-10-stable/contrib/netbsd-tests/dev/cgd/
H A Dt_cgd_3des.c731 configure_cgd(int fd, const char *dkpath, const char *alg, argument
H A Dt_cgd_aes.c3132 configure_cgd(int fd, const char *dkpath, const char *alg, argument
H A Dt_cgd_blowfish.c1967 configure_cgd(int fd, const char *dkpath, const char *alg, argument
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Dx509parse.c244 x509_get_alg(const unsigned char **p, const unsigned char *end, x509_buf * alg) argument
/freebsd-10-stable/contrib/unbound/sldns/
H A Dkeyraw.c29 sldns_rr_dnskey_key_size_raw(const unsigned char* keydata, const size_t len, int alg) argument
/freebsd-10-stable/contrib/unbound/validator/
H A Dval_sigcrypt.c489 int alg; local
534 void algo_needs_reason(struct module_env* env, int alg, char** reason, char* s) argument
H A Dval_utils.c459 int has_useful_ds = 0, digest_algo, alg; local
555 int has_useful_ta = 0, digest_algo = 0, alg; local
/freebsd-10-stable/contrib/wpa/src/ap/
H A Dap_drv_ops.c572 hostapd_drv_set_key(const char *ifname, struct hostapd_data *hapd, 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) argument
H A Dap_mlme.c22 static const char * mlme_auth_alg_str(int alg) argument
H A Dwpa_auth.c1216 int alg; local
2062 enum wpa_alg alg = wpa_cipher_to_alg(sm->pairwise); local
102 wpa_auth_set_key(struct wpa_authenticator *wpa_auth, int vlan_id, enum wpa_alg alg, const u8 *addr, int idx, u8 *key, size_t key_len) argument
H A Dwpa_auth_ft.c753 enum wpa_alg alg; local
739 wpa_auth_set_key(struct wpa_authenticator *wpa_auth, int vlan_id, enum wpa_alg alg, const u8 *addr, int idx, u8 *key, size_t key_len) argument
H A Dwpa_auth_glue.c232 static int hostapd_wpa_auth_set_key(void *ctx, int vlan_id, enum wpa_alg alg, argument
/freebsd-10-stable/contrib/wpa/src/common/
H A Dprivsep_commands.h46 int alg; member in struct:privsep_cmd_set_key
/freebsd-10-stable/contrib/wpa/src/crypto/
H A Dcrypto_cryptoapi.c106 int cryptoapi_hash_vector(ALG_ID alg, size_t hash_len, size_t num_elem, argument
345 enum crypto_hash_alg alg; member in struct:crypto_hash
352 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, argument
507 crypto_cipher_init(enum crypto_cipher_alg alg, const u8 *iv, const u8 *key, size_t key_len) argument
[all...]
H A Dcrypto_gnutls.c195 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, argument
H A Dcrypto_internal-cipher.c18 enum crypto_cipher_alg alg; member in struct:crypto_cipher
43 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, argument
H A Dcrypto_internal.c18 enum crypto_hash_alg alg; member in struct:crypto_hash
31 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, argument
H A Dcrypto_libtomcrypt.c144 enum crypto_hash_alg alg; member in struct:crypto_hash
153 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, argument
297 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, argument
H A Dcrypto_nss.c183 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, argument
H A Dcrypto_openssl.c353 struct crypto_cipher * crypto_cipher_init(enum crypto_cipher_alg alg, argument
595 struct crypto_hash * crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, argument
/freebsd-10-stable/contrib/wpa/src/drivers/
H A Ddriver_bsd.c320 bsd_set_key(const char *ifname, void *priv, enum wpa_alg alg, argument

Completed in 212 milliseconds

1234