Home
last modified time | relevance | path

Searched refs:algs (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/tools/tools/crypto/
H A Dcryptocheck.c140 } algs[] = { variable
220 for (i = 0; i < nitems(algs); i++) in find_alg()
222 return (&algs[i]); in find_alg()
1424 for (i = 0; i < nitems(algs); i++) in run_hash_tests()
1425 if (algs[i].type == T_HASH) in run_hash_tests()
1435 if (algs[i].type == T_HMAC) in run_hmac_tests()
1445 if (algs[i].type == T_BLKCIPHER) in run_blkcipher_tests()
1456 cipher = &algs[i]; in run_authenc_tests()
1460 hmac = &algs[j]; in run_authenc_tests()
1476 if (algs[i].type == T_GCM || in run_aead_tests()
[all …]
H A Dipsecstats.c72 algname(int a, const struct alg algs[], int nalgs) in algname() argument
78 if (algs[i].a == a) in algname()
79 return algs[i].name; in algname()
/freebsd-12.1/crypto/heimdal/lib/asn1/
H A Drfc2459.asn161 id-nist-aes-algs OBJECT IDENTIFIER ::= { id-nistAlgorithm 1 }
63 id-aes-128-cbc OBJECT IDENTIFIER ::= { id-nist-aes-algs 2 }
64 id-aes-192-cbc OBJECT IDENTIFIER ::= { id-nist-aes-algs 22 }
65 id-aes-256-cbc OBJECT IDENTIFIER ::= { id-nist-aes-algs 42 }
67 id-nist-sha-algs OBJECT IDENTIFIER ::= { id-nistAlgorithm 2 }
69 id-sha256 OBJECT IDENTIFIER ::= { id-nist-sha-algs 1 }
70 id-sha224 OBJECT IDENTIFIER ::= { id-nist-sha-algs 4 }
71 id-sha384 OBJECT IDENTIFIER ::= { id-nist-sha-algs 2 }
72 id-sha512 OBJECT IDENTIFIER ::= { id-nist-sha-algs 3 }
/freebsd-12.1/crypto/openssl/crypto/cms/
H A Dcms_sd.c880 int CMS_add_smimecap(CMS_SignerInfo *si, STACK_OF(X509_ALGOR) *algs) in CMS_add_smimecap() argument
884 smderlen = i2d_X509_ALGORS(algs, &smder); in CMS_add_smimecap()
893 int CMS_add_simple_smimecap(STACK_OF(X509_ALGOR) **algs, in CMS_add_simple_smimecap() argument
911 if (*algs == NULL) in CMS_add_simple_smimecap()
912 *algs = sk_X509_ALGOR_new_null(); in CMS_add_simple_smimecap()
913 if (*algs == NULL || !sk_X509_ALGOR_push(*algs, alg)) { in CMS_add_simple_smimecap()
/freebsd-12.1/crypto/heimdal/lib/krb5/
H A DMakefile.am133 crypto-algs.c \
251 crypto-algs.c \
H A DMakefile.in158 libkrb5_la-crypto-aes.lo libkrb5_la-crypto-algs.lo \
221 librfc3961_la-crypto-algs.lo librfc3961_la-crypto-arcfour.lo \
822 crypto-algs.c \
933 crypto-algs.c \
1317 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkrb5_la-crypto-algs.Plo@am__quote@
1648 libkrb5_la-crypto-algs.lo: crypto-algs.c
1649 …to-algs.lo -MD -MP -MF $(DEPDIR)/libkrb5_la-crypto-algs.Tpo -c -o libkrb5_la-crypto-algs.lo `test …
1650 …__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libkrb5_la-crypto-algs.Tpo $(DEPDIR)/libkrb5_la-crypto-algs.…
2355 librfc3961_la-crypto-algs.lo: crypto-algs.c
2356 …algs.lo -MD -MP -MF $(DEPDIR)/librfc3961_la-crypto-algs.Tpo -c -o librfc3961_la-crypto-algs.lo `te…
[all …]
/freebsd-12.1/crypto/openssh/
H A Dkex.c402 char *algs; in kex_send_ext_info() local
404 if ((algs = sshkey_alg_list(0, 1, 1, ',')) == NULL) in kex_send_ext_info()
410 (r = sshpkt_put_cstring(ssh, algs)) != 0 || in kex_send_ext_info()
416 free(algs); in kex_send_ext_info()
H A DChangeLog7464 fix regression in 7.4 server-sig-algs, where we were
9493 server-sig-algs Reported by mb AT smartftp.com in bz#2547 and (independantly)
/freebsd-12.1/crypto/openssl/include/openssl/
H A Dcms.h242 int CMS_add_smimecap(CMS_SignerInfo *si, STACK_OF(X509_ALGOR) *algs);
243 int CMS_add_simple_smimecap(STACK_OF(X509_ALGOR) **algs,
/freebsd-12.1/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.c2529 int algs = WPA_AUTH_ALG_OPEN; in wpas_populate_assoc_ies() local
2647 algs = WPA_AUTH_ALG_LEAP; in wpas_populate_assoc_ies()
2649 algs |= WPA_AUTH_ALG_LEAP; in wpas_populate_assoc_ies()
2665 algs = WPA_AUTH_ALG_FILS; in wpas_populate_assoc_ies()
2681 algs = WPA_AUTH_ALG_SAE; in wpas_populate_assoc_ies()
2686 algs = ssid->auth_alg; in wpas_populate_assoc_ies()
2695 algs = WPA_AUTH_ALG_OPEN; in wpas_populate_assoc_ies()
2831 if (algs == WPA_AUTH_ALG_FILS) { in wpas_populate_assoc_ies()
2846 if (algs == WPA_AUTH_ALG_OPEN && in wpas_populate_assoc_ies()
2926 algs |= WPA_AUTH_ALG_FT; in wpas_populate_assoc_ies()
[all …]
/freebsd-12.1/kerberos5/lib/libkrb5/
H A DMakefile515 crypto-algs.c \
/freebsd-12.1/crypto/heimdal/lib/hx509/
H A DChangeLog713 * hxtool.c: hook for testing secrety key algs
1464 * cert.c: Add all openssl algs and init asn1 et