Searched refs:alg (Results 126 - 141 of 141) sorted by relevance

123456

/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dx509.h748 int X509_signature_print(BIO *bp, X509_ALGOR *alg, ASN1_STRING *sig);
851 int X509_ALGOR_set0(X509_ALGOR *alg, ASN1_OBJECT *aobj, int ptype,
1253 X509_ALGOR *PKCS5_pbe_set(int alg, int iter, unsigned char *salt,
/freebsd-9.3-release/contrib/wpa/src/drivers/
H A Ddriver.h495 * struct wpa_driver_ops::set_key using alg = WPA_ALG_PMK */
652 * @alg: encryption algorithm (%WPA_ALG_NONE, %WPA_ALG_WEP,
692 int (*set_key)(const char *ifname, void *priv, enum wpa_alg alg,
H A Ddriver_ndis.c994 enum wpa_alg alg, const u8 *addr,
1017 if (alg == WPA_ALG_NONE || key_len == 0) {
1022 if (alg == WPA_ALG_WEP) {
1047 if (alg == WPA_ALG_TKIP && key_len == 32) {
993 wpa_driver_ndis_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) argument
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dcert.c1454 * @param alg AlgorithmIdentifier, should be freed with
1465 AlgorithmIdentifier *alg)
1469 ret = copy_AlgorithmIdentifier(&p->data->tbsCertificate.subjectPublicKeyInfo.algorithm, alg);
2232 * @param alg algorthm that was used to sign the data.
2244 const AlgorithmIdentifier *alg,
2248 return _hx509_verify_signature(context, signer->data, alg, data, sig);
1463 hx509_cert_get_SPKI_AlgorithmIdentifier(hx509_context context, hx509_cert p, AlgorithmIdentifier *alg) argument
2242 hx509_verify_signature(hx509_context context, const hx509_cert signer, const AlgorithmIdentifier *alg, const heim_octet_string *data, const heim_octet_string *sig) argument
H A Dtest_cms.in308 --peer-alg=1.2.840.113549.1.1.1 \
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dupdate.c1894 isc_uint8_t alg; local
1895 alg = tuple->rdata.data[3];
1896 if (alg == DST_ALG_RSAMD5 || alg == DST_ALG_RSASHA1 ||
1897 alg == DST_ALG_DSA || alg == DST_ALG_ECC) {
H A Dserver.c572 isc_uint32_t flags, proto, alg; local
589 alg = cfg_obj_asuint32(cfg_tuple_get(key, "algorithm"));
627 if (alg > 0xff)
631 keystruct.algorithm = (isc_uint8_t)alg;
1274 dns_secalg_t alg; local
1279 result = dns_secalg_fromtext(&alg, &r);
1283 alg = ui;
1291 CHECK(dns_resolver_disable_algorithm(resolver, name, alg));
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dwpa_priv.c291 params->alg,
H A Dmlme.c706 sdata->default_key->alg != ALG_WEP)
794 " (alg=%d transaction=%d status=%d)",
805 "authentication frame (alg=%d "
816 "(alg=%d transaction=%d)",
/freebsd-9.3-release/sys/dev/aic7xxx/
H A Daic79xx.h1538 ahd_queue_alg alg);
H A Daic7xxx.h1329 ahc_queue_alg alg);
H A Daic7xxx.c2092 ahc_queue_alg alg)
2094 ahc_platform_set_tags(ahc, devinfo, alg);
2096 devinfo->lun, AC_TRANSFER_NEG, &alg);
2091 ahc_set_tags(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, ahc_queue_alg alg) argument
H A Daic79xx.c3281 ahd_queue_alg alg)
3283 ahd_platform_set_tags(ahd, devinfo, alg);
3285 devinfo->lun, AC_TRANSFER_NEG, &alg);
3280 ahd_set_tags(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, ahd_queue_alg alg) argument
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dresolver.c8903 unsigned int alg)
8912 if (alg > 255)
8925 len = alg/8 + 2;
8926 mask = 1 << (alg%8);
8960 unsigned int alg)
8973 if ((alg == DST_ALG_DH) || (alg == DST_ALG_INDIRECT))
8983 len = alg/8 + 2;
8984 mask = 1 << (alg%8);
8996 return (dst_algorithm_supported(alg));
8902 dns_resolver_disable_algorithm(dns_resolver_t *resolver, dns_name_t *name, unsigned int alg) argument
8959 dns_resolver_algorithm_supported(dns_resolver_t *resolver, dns_name_t *name, unsigned int alg) argument
[all...]
H A Dzone.c5427 * key/alg, but until that time, we want to
16193 isc_uint8_t alg; local
16198 alg = tuple->rdata.data[3];
16199 if (alg == DST_ALG_RSAMD5 || alg == DST_ALG_RSASHA1 ||
16200 alg == DST_ALG_DSA || alg == DST_ALG_ECC) {
16263 signed_with_alg(dns_rdataset_t *rdataset, dns_secalg_t alg) { argument
16281 if (rrsig.algorithm == alg)
16999 dns_secalg_t alg; local
[all...]
/freebsd-9.3-release/sys/dev/sfxge/common/
H A Defx.h1547 __in efx_rx_hash_alg_t alg,

Completed in 308 milliseconds

123456