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

/freebsd-10.0-release/tools/tools/crypto/
H A Dipsecstats.c68 algname(int a, const struct alg algs[], int nalgs) argument
74 if (algs[i].a == a)
75 return algs[i].name;
/freebsd-10.0-release/crypto/openssl/crypto/cms/
H A Dcms_sd.c911 int CMS_add_smimecap(CMS_SignerInfo *si, STACK_OF(X509_ALGOR) *algs) argument
915 smderlen = i2d_X509_ALGORS(algs, &smder);
924 int CMS_add_simple_smimecap(STACK_OF(X509_ALGOR) **algs,
945 if (!*algs)
946 *algs = sk_X509_ALGOR_new_null();
947 if (!*algs || !sk_X509_ALGOR_push(*algs, alg))
H A Dcms.h273 int CMS_add_smimecap(CMS_SignerInfo *si, STACK_OF(X509_ALGOR) *algs);
274 int CMS_add_simple_smimecap(STACK_OF(X509_ALGOR) **algs,
/freebsd-10.0-release/contrib/wpa/src/crypto/
H A Dtls_schannel.c688 ALG_ID algs[1]; local
706 algs[0] = CALG_RSA_KEYX;
708 conn->schannel_cred.palgSupportedAlgs = algs;
/freebsd-10.0-release/crypto/openssl/util/
H A Dmkdef.pl904 my $algs;
931 $algs = $2;
932 print STDERR "DEBUG: found info on platforms ($plats) and algorithms ($algs)\n" if $debug;
954 $a = $algs;
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.c1272 int algs = WPA_AUTH_ALG_OPEN; local
1374 algs = WPA_AUTH_ALG_LEAP;
1376 algs |= WPA_AUTH_ALG_LEAP;
1380 wpa_dbg(wpa_s, MSG_DEBUG, "Automatic auth_alg selection: 0x%x", algs);
1382 algs = ssid->auth_alg;
1384 "0x%x", algs);
1572 params.auth_alg = algs;
/freebsd-10.0-release/kerberos5/lib/libkrb5/
H A DMakefile517 crypto-algs.c \

Completed in 135 milliseconds