Searched refs:crypto (Results 176 - 200 of 839) sorted by relevance

1234567891011>>

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dsha256.c32 #include <crypto/sha2/sha256.h>
33 #include <crypto/sha2/sha512t.h>
/netbsd-current/sys/rump/kern/
H A DMakefile.rumpkerncomp6 RUMPKERNCOMPS= crypto nv sysproxy tty z simplehook_tester
/netbsd-current/crypto/external/bsd/openssl.old/lib/libcrypto/arch/powerpc/
H A DMakefile6 CRYPTODIST=${NETBSDSRCDIR}/crypto
7 .include "${NETBSDSRCDIR}/crypto/Makefile.openssl"
8 XLATE=${OPENSSLSRC}/crypto/perlasm/ppc-xlate.pl
/netbsd-current/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/
H A DMakefile6 CRYPTODIST=${NETBSDSRCDIR}/crypto
7 .include "${NETBSDSRCDIR}/crypto/Makefile.openssl"
8 XLATE=${OPENSSLSRC}/crypto/perlasm/ppc-xlate.pl
/netbsd-current/external/bsd/pam-u2f/lib/security/pam-u2f/
H A DMakefile18 crypto ${NETBSDSRCDIR}/crypto/external/bsd/${EXTERNAL_OPENSSL_SUBDIR}/lib/libcrypto \
/netbsd-current/external/bsd/openldap/lib/libldap/
H A DMakefile.libldap31 LIBDPLIBS+= gssapi ${NETBSDSRCDIR}/crypto/external/bsd/heimdal/lib/libgssapi
34 LIBDPLIBS+= crypto ${NETBSDSRCDIR}/crypto/external/bsd/${EXTERNAL_OPENSSL_SUBDIR}/lib/libcrypto
35 LIBDPLIBS+= ssl ${NETBSDSRCDIR}/crypto/external/bsd/${EXTERNAL_OPENSSL_SUBDIR}/lib/libssl
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dcrypto-des3.c1 /* $NetBSD: crypto-des3.c,v 1.7 2023/06/19 21:41:44 christos Exp $ */
59 krb5_crypto crypto,
63 struct _krb5_checksum_type *ct = crypto->et->checksum;
81 if (result.checksum.length < crypto->et->blocksize)
85 ret = krb5_derive_key(context, crypto->key.key,
86 crypto->et->type, "prf", 3, &derived);
90 ret = krb5_data_alloc(out, crypto->et->prf_length);
95 const EVP_CIPHER *c = (*crypto->et->keytype->evp)();
107 crypto->et->prf_length);
58 DES3_prf(krb5_context context, krb5_crypto crypto, const krb5_data *in, krb5_data *out) argument
H A DMakefile.in134 $(top_srcdir)/cf/check-var.m4 $(top_srcdir)/cf/crypto.m4 \
229 libkrb5_la-creds.lo libkrb5_la-crypto.lo \
230 libkrb5_la-crypto-aes-sha1.lo libkrb5_la-crypto-aes-sha2.lo \
231 libkrb5_la-crypto-algs.lo libkrb5_la-crypto-arcfour.lo \
232 libkrb5_la-crypto-des.lo libkrb5_la-crypto-des-common.lo \
233 libkrb5_la-crypto-des3.lo libkrb5_la-crypto
[all...]
H A Dcrypto-aes-sha2.c1 /* $NetBSD: crypto-aes-sha2.c,v 1.2 2017/01/28 21:31:49 christos Exp $ */
138 krb5_crypto crypto,
146 ret = _krb5_aes_sha2_md_for_enctype(context, crypto->et->type, &md);
157 ret = _krb5_SP800_108_HMAC_KDF(context, &crypto->key.key->keyvalue,
137 AES_SHA2_PRF(krb5_context context, krb5_crypto crypto, const krb5_data *in, krb5_data *out) argument
H A Dpseudo-random-test.c74 krb5_crypto crypto; local
83 ret = krb5_crypto_init(context, &key, 0, &crypto);
90 ret = krb5_crypto_prf(context, crypto, &constant, &prf);
109 krb5_crypto_destroy(context, crypto);
H A Dtest_crypto.c46 krb5_crypto crypto; local
65 ret = krb5_crypto_init(context, &key, 0, &crypto);
72 ret = krb5_encrypt(context, crypto, 0, buf, size, &data);
88 krb5_crypto_destroy(context, crypto);
H A Dtest_rfc3961.c46 krb5_crypto crypto; local
65 ret = krb5_crypto_init(context, &key, 0, &crypto);
72 ret = krb5_encrypt(context, crypto, 0, buf, size, &data);
88 krb5_crypto_destroy(context, crypto);
H A Drd_priv.c51 krb5_crypto crypto; local
91 ret = krb5_crypto_init(context, key, 0, &crypto);
95 crypto,
99 krb5_crypto_destroy(context, crypto);
H A Dmk_priv.c51 krb5_crypto crypto; local
111 ret = krb5_crypto_init(context, key, 0, &crypto);
117 crypto,
122 krb5_crypto_destroy(context, crypto);
H A Drd_safe.c48 krb5_crypto crypto; local
69 ret = krb5_crypto_init(context, key, 0, &crypto);
73 crypto,
78 krb5_crypto_destroy(context, crypto);
H A Dbuild_auth.c117 krb5_crypto crypto; local
182 ret = krb5_crypto_init(context, &cred->session, enctype, &crypto);
186 crypto,
191 krb5_crypto_destroy(context, crypto);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
H A Ddelete_sec_context.c78 if (ctx->crypto)
79 krb5_crypto_destroy(context, ctx->crypto);
/netbsd-current/external/bsd/wpa/dist/hs20/client/
H A DAndroid.mk53 OBJS += ../../src/crypto/crypto_internal.c
54 OBJS += ../../src/crypto/md5-internal.c
55 OBJS += ../../src/crypto/sha1-internal.c
56 OBJS += ../../src/crypto/sha256-internal.c
57 OBJS += ../../src/crypto/tls_openssl_ocsp.c
/netbsd-current/crypto/external/bsd/openssl/lib/libcrypto/
H A DMakefile19 LIB= crypto
28 CPPFLAGS+= -Dlib${LIB} -I. -I${OPENSSLSRC}/crypto -I${OPENSSLSRC}
29 CPPFLAGS+= -I${OPENSSLSRC}/include -I${OPENSSLSRC}/crypto/include
30 CPPFLAGS+= -I${OPENSSLSRC}/crypto/asn1 -I${OPENSSLSRC}/crypto/evp
31 CPPFLAGS+= -I${OPENSSLSRC}/crypto/modes
34 CRYPTODIST= ${NETBSDSRCDIR}/crypto
37 .include "${NETBSDSRCDIR}/crypto/Makefile.openssl"
106 crypto.h \
249 VERSION_MAP= crypto
[all...]
/netbsd-current/lib/libipsec/
H A DMakefile10 DIST= ${NETBSDSRCDIR}/crypto/dist/ipsec-tools
/netbsd-current/sbin/setkey/
H A DMakefile13 DIST= ${NETBSDSRCDIR}/crypto/dist/ipsec-tools
/netbsd-current/usr.bin/klist/
H A DMakefile11 DIST= ${NETBSDSRCDIR}/crypto/dist
/netbsd-current/share/examples/racoon/
H A DMakefile17 DIST= ${NETBSDSRCDIR}/crypto/dist/ipsec-tools
/netbsd-current/tests/crypto/opencrypto/
H A DMakefile5 TESTSDIR= ${TESTSBASE}/crypto/opencrypto
/netbsd-current/sys/opencrypto/
H A Dgmac.h23 #include <crypto/aes/aes.h>

Completed in 403 milliseconds

1234567891011>>