/freebsd/sys/contrib/openzfs/lib/libicp/ |
H A D | Makefile.am | 11 module/icp/algs/aes/aes_impl_aesni.c \ 12 module/icp/algs/aes/aes_impl_generic.c \ 13 module/icp/algs/aes/aes_impl_x86-64.c \ 14 module/icp/algs/aes/aes_impl.c \ 15 module/icp/algs/aes/aes_modes.c \ 16 module/icp/algs/blake3/blake3.c \ 17 module/icp/algs/blake3/blake3_generic.c \ 18 module/icp/algs/blake3/blake3_impl.c \ 19 module/icp/algs/edonr/edonr.c \ 20 module/icp/algs/modes/modes.c \ [all …]
|
/freebsd/cddl/lib/libicp/ |
H A D | Makefile | 61 algs/aes/aes_impl_aesni.c \ 62 algs/aes/aes_impl_generic.c \ 63 algs/aes/aes_impl_x86-64.c \ 64 algs/aes/aes_impl.c \ 65 algs/aes/aes_modes.c \ 66 algs/blake3/blake3.c \ 67 algs/blake3/blake3_generic.c \ 68 algs/blake3/blake3_impl.c \ 69 algs/edonr/edonr.c \ 70 algs/modes/modes.c \ [all …]
|
/freebsd/cddl/lib/libicp_rescue/ |
H A D | Makefile | 60 algs/aes/aes_impl_aesni.c \ 61 algs/aes/aes_impl_generic.c \ 62 algs/aes/aes_impl_x86-64.c \ 63 algs/aes/aes_impl.c \ 64 algs/aes/aes_modes.c \ 65 algs/blake3/blake3.c \ 66 algs/blake3/blake3_generic.c \ 67 algs/blake3/blake3_impl.c \ 68 algs/edonr/edonr.c \ 69 algs/modes/modes.c \ [all …]
|
/freebsd/crypto/openssl/test/ |
H A D | filterprov.c | 98 const OSSL_ALGORITHM *algs) in filter_unquery() argument 109 if (globs->dispatch[i].alg == algs) in filter_unquery() 111 OSSL_PROVIDER_unquery_operation(globs->deflt, operation_id, algs); in filter_unquery() 175 const OSSL_ALGORITHM *algs; in filter_provider_set_filter() local 195 for (algs = provalgs; algs->algorithm_names != NULL; algs++) { in filter_provider_set_filter() 196 const char *found = strstr(algs->algorithm_names, name); in filter_provider_set_filter() 202 if (found != algs->algorithm_names && found[-1] != ':') in filter_provider_set_filter() 209 globs->dispatch[globs->num_dispatch].alg[algnum++] = *algs; in filter_provider_set_filter() 212 if (algs->algorithm_names == NULL) { in filter_provider_set_filter()
|
/freebsd/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
|
H A D | knownhosts-command.sh | 42 algs=$keytype 44 test "x$keytype" = "xssh-rsa" && algs=ssh-rsa,rsa-sha2-256,rsa-sha2-512 53 ${SSH} -F $OBJ/ssh_proxy -oHostKeyAlgorithms=$algs x true ||
|
/freebsd/crypto/openssl/providers/common/der/ |
H A D | ECX.asn1 | 12 id-edwards-curve-algs OBJECT IDENTIFIER ::= { 1 3 101 } 14 id-X25519 OBJECT IDENTIFIER ::= { id-edwards-curve-algs 110 } 15 id-X448 OBJECT IDENTIFIER ::= { id-edwards-curve-algs 111 } 16 id-Ed25519 OBJECT IDENTIFIER ::= { id-edwards-curve-algs 112 } 17 id-Ed448 OBJECT IDENTIFIER ::= { id-edwards-curve-algs 113 }
|
/freebsd/sys/contrib/openzfs/module/ |
H A D | Kbuild.in | 97 algs/aes/aes_impl.o \ 98 algs/aes/aes_impl_generic.o \ 99 algs/aes/aes_modes.o \ 100 algs/blake3/blake3.o \ 101 algs/blake3/blake3_generic.o \ 102 algs/blake3/blake3_impl.o \ 103 algs/edonr/edonr.o \ 104 algs/modes/ccm.o \ 105 algs/modes/gcm.o \ 106 algs/modes/gcm_generic.o \ [all …]
|
H A D | Makefile.bsd | 15 ${SRCDIR}/icp/algs/blake3 \ 16 ${SRCDIR}/icp/algs/edonr \ 17 ${SRCDIR}/icp/algs/sha2 \
|
/freebsd/crypto/openssl/crypto/property/ |
H A D | property.c | 65 SPARSE_ARRAY_OF(ALGORITHM) *algs; 243 ossl_sa_ALGORITHM_set(store->algs, idx, NULL); in alg_cleanup() 257 if ((res->algs = ossl_sa_ALGORITHM_new()) == NULL in ossl_method_store_new() 270 if (store->algs != NULL) in ossl_method_store_free() 271 ossl_sa_ALGORITHM_doall_arg(store->algs, &alg_cleanup, store); in ossl_method_store_free() 272 ossl_sa_ALGORITHM_free(store->algs); in ossl_method_store_free() 291 return ossl_sa_ALGORITHM_get(store->algs, nid); in ossl_method_store_retrieve() 296 return ossl_sa_ALGORITHM_set(store->algs, alg->nid, alg); in ossl_method_store_insert() 462 ossl_sa_ALGORITHM_doall_arg(store->algs, &alg_cleanup_by_provider, &data); in ossl_method_store_remove_all_provided() 496 ossl_sa_ALGORITHM_num(store->algs)); in ossl_method_store_do_all() [all …]
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | 70-test_sslsigalgs.t | 370 my @algs; 376 @algs = unpack('S>*', $ext); 378 shift @algs; 379 foreach (@algs) { 393 @algs = unpack('S>*', $ext); 395 shift @algs; 396 foreach (@algs) {
|
/freebsd/tools/tools/crypto/ |
H A D | cryptocheck.c | 175 } algs[] = { variable 280 for (i = 0; i < nitems(algs); i++) in find_alg() 281 if (strcasecmp(algs[i].name, name) == 0) in find_alg() 282 return (&algs[i]); in find_alg() 1799 for (i = 0; i < nitems(algs); i++) in run_hash_tests() 1800 if (algs[i].type == T_HASH) in run_hash_tests() 1801 run_test_sizes(&algs[i]); in run_hash_tests() 1809 for (i = 0; i < nitems(algs); i++) in run_mac_tests() 1810 if (algs[i].type == T_HMAC || algs[i].type == T_GMAC || in run_mac_tests() 1811 algs[i].type == T_DIGEST) in run_mac_tests() [all …]
|
H A D | ipsecstats.c | 70 algname(int a, const struct alg algs[], int nalgs) in algname() argument 76 if (algs[i].a == a) in algname() 77 return algs[i].name; in algname()
|
/freebsd/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/crypto/openssl/crypto/ |
H A D | provider.c | 87 const OSSL_ALGORITHM *algs) in OSSL_PROVIDER_unquery_operation() argument 89 ossl_provider_unquery_operation(prov, operation_id, algs); in OSSL_PROVIDER_unquery_operation()
|
/freebsd/stand/libsa/zfs/ |
H A D | Makefile.inc | 9 .PATH: ${OZFS}/module/icp/algs/blake3 79 CFLAGS.blake3_impl.c+= -I${OZFS}/module/icp/algs/blake3 -I${OZFS}/module/icp/include -DIN_LIBSA
|
/freebsd/crypto/openssl/crypto/cms/ |
H A D | cms_sd.c | 1023 int CMS_add_smimecap(CMS_SignerInfo *si, STACK_OF(X509_ALGOR) *algs) in CMS_add_smimecap() argument 1028 smderlen = i2d_X509_ALGORS(algs, &smder); in CMS_add_smimecap() 1037 int CMS_add_simple_smimecap(STACK_OF(X509_ALGOR) **algs, in CMS_add_simple_smimecap() argument 1056 if (*algs == NULL) in CMS_add_simple_smimecap() 1057 *algs = sk_X509_ALGOR_new_null(); in CMS_add_simple_smimecap() 1058 if (*algs == NULL || !sk_X509_ALGOR_push(*algs, alg)) in CMS_add_simple_smimecap()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | provider.h | 45 int operation_id, const OSSL_ALGORITHM *algs);
|
/freebsd/sys/contrib/openzfs/ |
H A D | Makefile.am | 46 dist_noinst_DATA += module/icp/algs/skein/THIRDPARTYLICENSE 47 dist_noinst_DATA += module/icp/algs/skein/THIRDPARTYLICENSE.descrip
|
H A D | COPYRIGHT | 18 * Skein Checksum Implementation: module/icp/algs/skein/THIRDPARTYLICENSE
|
/freebsd/crypto/openssl/include/internal/ |
H A D | provider.h | 96 const OSSL_ALGORITHM *algs);
|
/freebsd/crypto/openssh/ |
H A D | kex.c | 182 has_any_alg(const char *proposal, const char *algs) in has_any_alg() argument 186 if ((cp = match_list(proposal, algs, NULL)) == NULL) in has_any_alg() 511 char *alg, *oalgs, *algs, *sigalgs; in kex_set_server_sig_algs() local 523 oalgs = algs = xstrdup(allowed_algs); in kex_set_server_sig_algs() 526 for ((alg = strsep(&algs, ",")); alg != NULL && *alg != '\0'; in kex_set_server_sig_algs() 527 (alg = strsep(&algs, ","))) { in kex_set_server_sig_algs()
|
/freebsd/sys/contrib/openzfs/scripts/ |
H A D | zfs2zol-patch.sed | 25 s:usr/src/common/crypto:module/icp/algs:g
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | Makefile.am | 133 crypto-algs.c \ 251 crypto-algs.c \
|
/freebsd/sys/modules/zfs/ |
H A D | Makefile | 9 ${SRCDIR}/icp/algs/blake3 \ 10 ${SRCDIR}/icp/algs/edonr \ 11 ${SRCDIR}/icp/algs/sha2 \
|