Searched refs:algs (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/tools/tools/crypto/
H A Dipsecstats.c67 algname(int a, const struct alg algs[], int nalgs) argument
73 if (algs[i].a == a)
74 return algs[i].name;
/freebsd-9.3-release/crypto/openssl/crypto/cms/
H A Dcms_sd.c864 int CMS_add_smimecap(CMS_SignerInfo *si, STACK_OF(X509_ALGOR) *algs) argument
868 smderlen = i2d_X509_ALGORS(algs, &smder);
877 int CMS_add_simple_smimecap(STACK_OF(X509_ALGOR) **algs,
896 if (!*algs)
897 *algs = sk_X509_ALGOR_new_null();
898 if (!*algs || !sk_X509_ALGOR_push(*algs, alg)) {
H A Dcms.h255 int CMS_add_smimecap(CMS_SignerInfo *si, STACK_OF(X509_ALGOR) *algs);
256 int CMS_add_simple_smimecap(STACK_OF(X509_ALGOR) **algs,
/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Dtls_schannel.c694 ALG_ID algs[1]; local
712 algs[0] = CALG_RSA_KEYX;
714 conn->schannel_cred.palgSupportedAlgs = algs;
/freebsd-9.3-release/contrib/bind9/bin/dnssec/
H A Ddnssec-keyfromlabel.c56 static const char *algs = "RSA | RSAMD5 | DH | DSA | RSASHA1 |" variable
74 fprintf(stderr, " -a algorithm: %s\n", algs);
/freebsd-9.3-release/crypto/openssl/ssl/
H A Ds3_clnt.c2551 long algs; local
2563 algs = s->s3->tmp.new_cipher->algorithms;
2566 if (algs & (SSL_aDH | SSL_aNULL | SSL_aKRB5))
2600 if ((algs & SSL_aRSA) && !has_bits(i, EVP_PK_RSA | EVP_PKT_SIGN)) {
2606 else if ((algs & SSL_aDSS) && !has_bits(i, EVP_PK_DSA | EVP_PKT_SIGN)) {
2613 if ((algs & SSL_kRSA) &&
2621 if ((algs & SSL_kEDH) &&
2625 } else if ((algs & SSL_kDHr) && !has_bits(i, EVP_PK_DH | EVP_PKS_RSA)) {
2631 else if ((algs & SSL_kDHd) && !has_bits(i, EVP_PK_DH | EVP_PKS_DSA)) {
2641 if (algs
[all...]
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.c994 int algs = WPA_AUTH_ALG_OPEN; local
1073 algs = WPA_AUTH_ALG_LEAP;
1075 algs |= WPA_AUTH_ALG_LEAP;
1079 wpa_printf(MSG_DEBUG, "Automatic auth_alg selection: 0x%x", algs);
1081 algs = ssid->auth_alg;
1083 algs);
1193 params.auth_alg = algs;
H A Dmlme.c827 u8 algs[num_algs]; local
829 algs[0] = algs[1] = algs[2] = 0xff;
831 algs[0] = WLAN_AUTH_OPEN;
833 algs[1] = WLAN_AUTH_SHARED_KEY;
835 algs[2] = WLAN_AUTH_LEAP;
846 if (algs[pos] == wpa_s->mlme.auth_alg ||
847 algs[pos] == 0xff)
849 if (algs[po
[all...]
/freebsd-9.3-release/crypto/openssl/util/
H A Dmkdef.pl866 my $algs;
892 $algs = $2;
893 print STDERR "DEBUG: found info on platforms ($plats) and algorithms ($algs)\n" if $debug;
915 $a = $algs;

Completed in 204 milliseconds