| /freebsd-13.1/sys/contrib/openzfs/module/icp/ |
| H A D | Makefile.in | 35 $(MODULE)-objs += algs/modes/cbc.o 36 $(MODULE)-objs += algs/modes/ccm.o 37 $(MODULE)-objs += algs/modes/ctr.o 38 $(MODULE)-objs += algs/modes/ecb.o 85 algs \ 86 algs/aes \ 87 algs/edonr \ 88 algs/modes \ 89 algs/sha1 \ 90 algs/sha2 \ [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libicp/ |
| H A D | Makefile.am | 38 algs/aes/aes_impl.c \ 40 algs/edonr/edonr.c \ 41 algs/modes/modes.c \ 42 algs/modes/cbc.c \ 45 algs/modes/gcm.c \ 46 algs/modes/ctr.c \ 47 algs/modes/ccm.c \ 48 algs/modes/ecb.c \ 49 algs/sha1/sha1.c \ 50 algs/sha2/sha2.c \ [all …]
|
| /freebsd-13.1/cddl/lib/libicp/ |
| H A D | Makefile | 39 algs/aes/aes_impl.c \ 41 algs/edonr/edonr.c \ 42 algs/modes/modes.c \ 43 algs/modes/cbc.c \ 46 algs/modes/gcm.c \ 47 algs/modes/ctr.c \ 48 algs/modes/ccm.c \ 49 algs/modes/ecb.c \ 50 algs/sha1/sha1.c \ 51 algs/sha2/sha2.c \ [all …]
|
| /freebsd-13.1/cddl/lib/libicp_rescue/ |
| H A D | Makefile | 38 algs/aes/aes_impl.c \ 39 algs/aes/aes_modes.c \ 40 algs/edonr/edonr.c \ 41 algs/modes/modes.c \ 42 algs/modes/cbc.c \ 45 algs/modes/gcm.c \ 46 algs/modes/ctr.c \ 47 algs/modes/ccm.c \ 48 algs/modes/ecb.c \ 49 algs/sha1/sha1.c \ [all …]
|
| /freebsd-13.1/crypto/openssh/regress/ |
| H A D | keyscan.sh | 7 if [ -z "$algs" ]; then 8 algs="$i" 10 algs="$algs,$i" 13 echo "HostKeyAlgorithms $algs" >> $OBJ/sshd_config
|
| /freebsd-13.1/tools/tools/crypto/ |
| H A D | cryptocheck.c | 165 } algs[] = { variable 262 return (&algs[i]); in find_alg() 1662 if (algs[i].type == T_HASH) in run_hash_tests() 1663 run_test_sizes(&algs[i]); in run_hash_tests() 1672 if (algs[i].type == T_HMAC || algs[i].type == T_GMAC || in run_mac_tests() 1674 run_test_sizes(&algs[i]); in run_mac_tests() 1684 run_test_sizes(&algs[i]); in run_cipher_tests() 1695 cipher = &algs[i]; in run_eta_tests() 1699 mac = &algs[j]; in run_eta_tests() 1715 if (algs[i].type == T_AEAD) in run_aead_tests() [all …]
|
| H A D | ipsecstats.c | 72 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-13.1/crypto/heimdal/lib/asn1/ |
| H A D | rfc2459.asn1 | 61 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-13.1/crypto/openssl/crypto/cms/ |
| H A D | cms_sd.c | 880 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 913 if (*algs == NULL) in CMS_add_simple_smimecap() 914 *algs = sk_X509_ALGOR_new_null(); in CMS_add_simple_smimecap() 915 if (*algs == NULL || !sk_X509_ALGOR_push(*algs, alg)) { in CMS_add_simple_smimecap()
|
| /freebsd-13.1/sys/contrib/openzfs/ |
| H A D | Makefile.am | 36 EXTRA_DIST += module/icp/algs/skein/THIRDPARTYLICENSE 37 EXTRA_DIST += module/icp/algs/skein/THIRDPARTYLICENSE.descrip
|
| H A D | COPYRIGHT | 18 * Skein Checksum Implementation: module/icp/algs/skein/THIRDPARTYLICENSE
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libzfs/ |
| H A D | Makefile.am | 49 algs/sha2/sha2.c \
|
| /freebsd-13.1/sys/contrib/openzfs/scripts/ |
| H A D | zfs2zol-patch.sed | 25 s:usr/src/common/crypto:module/icp/algs:g
|
| /freebsd-13.1/crypto/heimdal/lib/krb5/ |
| H A D | Makefile.am | 133 crypto-algs.c \ 251 crypto-algs.c \
|
| H A D | Makefile.in | 158 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-13.1/cddl/lib/libzfs/ |
| H A D | Makefile | 60 algs/sha2/sha2.c \
|
| /freebsd-13.1/crypto/openssl/include/openssl/ |
| H A D | cms.h | 242 int CMS_add_smimecap(CMS_SignerInfo *si, STACK_OF(X509_ALGOR) *algs); 243 int CMS_add_simple_smimecap(STACK_OF(X509_ALGOR) **algs,
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | kex.c | 432 char *algs; in kex_send_ext_info() local 435 if ((algs = sshkey_alg_list(0, 1, 1, ',')) == NULL) in kex_send_ext_info() 441 (r = sshpkt_put_cstring(ssh, algs)) != 0 || in kex_send_ext_info() 449 free(algs); in kex_send_ext_info()
|
| H A D | sshconnect2.c | 107 first_alg(const char *algs) in first_alg() argument 111 ret = xstrdup(algs); in first_alg()
|
| H A D | ChangeLog | 12039 remove all EC algs from proposals, no just sk ones
|
| /freebsd-13.1/contrib/wpa/src/drivers/ |
| H A D | driver_wext.c | 2232 int algs = 0, res; in wpa_driver_wext_set_auth_alg() local 2235 algs |= IW_AUTH_ALG_OPEN_SYSTEM; in wpa_driver_wext_set_auth_alg() 2237 algs |= IW_AUTH_ALG_SHARED_KEY; in wpa_driver_wext_set_auth_alg() 2239 algs |= IW_AUTH_ALG_LEAP; in wpa_driver_wext_set_auth_alg() 2240 if (algs == 0) { in wpa_driver_wext_set_auth_alg() 2242 algs = IW_AUTH_ALG_OPEN_SYSTEM; in wpa_driver_wext_set_auth_alg() 2246 algs); in wpa_driver_wext_set_auth_alg()
|
| H A D | driver_nl80211.c | 6372 int algs; in wpa_driver_nl80211_try_connect() local 6411 algs = 0; in wpa_driver_nl80211_try_connect() 6413 algs++; in wpa_driver_nl80211_try_connect() 6415 algs++; in wpa_driver_nl80211_try_connect() 6417 algs++; in wpa_driver_nl80211_try_connect() 6419 algs++; in wpa_driver_nl80211_try_connect() 6421 algs++; in wpa_driver_nl80211_try_connect() 6422 if (algs > 1) { in wpa_driver_nl80211_try_connect()
|
| /freebsd-13.1/contrib/wpa/wpa_supplicant/ |
| H A D | wpa_supplicant.c | 2919 int algs = WPA_AUTH_ALG_OPEN; in wpas_populate_assoc_ies() local 3037 algs = WPA_AUTH_ALG_LEAP; in wpas_populate_assoc_ies() 3039 algs |= WPA_AUTH_ALG_LEAP; in wpas_populate_assoc_ies() 3055 algs = WPA_AUTH_ALG_FILS; in wpas_populate_assoc_ies() 3069 algs = WPA_AUTH_ALG_FILS; in wpas_populate_assoc_ies() 3075 algs = WPA_AUTH_ALG_SAE; in wpas_populate_assoc_ies() 3080 algs = ssid->auth_alg; in wpas_populate_assoc_ies() 3089 algs = WPA_AUTH_ALG_OPEN; in wpas_populate_assoc_ies() 3225 if (algs == WPA_AUTH_ALG_FILS) { in wpas_populate_assoc_ies() 3328 algs |= WPA_AUTH_ALG_FT; in wpas_populate_assoc_ies() [all …]
|
| /freebsd-13.1/kerberos5/lib/libkrb5/ |
| H A D | Makefile | 517 crypto-algs.c \
|
| /freebsd-13.1/crypto/heimdal/lib/hx509/ |
| H A D | ChangeLog | 713 * hxtool.c: hook for testing secrety key algs 1464 * cert.c: Add all openssl algs and init asn1 et
|