Searched refs:SHA (Results 1 - 25 of 39) sorted by relevance

12

/netbsd-current/external/mpl/bind/dist/bin/tests/system/dsdigest/ns2/
H A Dsign.sh36 $DSFROMKEY -a SHA-256 $keyname12 >$DSFILENAME1
37 $DSFROMKEY -a SHA-256 $keyname22 >$DSFILENAME2
39 algo=SHA-384
/netbsd-current/external/mpl/bind/dist/tests/isc/
H A Dfile_test.c36 #define SHA "3bed2cb3a3acf7b6a8ef408420cc682d5520e26976d354254f528c965612054f" macro
76 touch(F(SHA));
79 assert_int_equal(strcmp(buf, F(SHA)), 0);
90 unlink(F(SHA));
/netbsd-current/crypto/external/bsd/openssl/dist/util/
H A Dmk-fipsmodule-cnf.pl25 use Digest::SHA qw(hmac_sha256_hex);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dsse-check.s31 # SHA instruction
H A Dx86-64-sse-check-error.l60 [ ]*31[ ]+\# SHA instruction
H A Dsse-check-error.l60 [ ]*31[ ]+\# SHA instruction
H A Dx86-64-arch-3.s15 #SHA
H A Dx86-64-sha.s1 # Check SHA instructions
H A Dsha.s1 # Check SHA instructions
H A Dx86-64-sha.d2 #name: x86-64 SHA
H A Dsha.d2 #name: i386 SHA
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.cpp374 const unsigned SHA##LEN##_CTX_sz = sizeof(SHA##LEN##_CTX); \
375 const unsigned SHA##LEN##_return_length = SHA##LEN##_DIGEST_STRING_LENGTH; \
376 const unsigned SHA##LEN##_block_length = SHA##LEN##_BLOCK_LENGTH; \
377 const unsigned SHA##LEN##_digest_length = SHA##LEN##_DIGEST_LENGTH
H A Dsanitizer_platform_limits_freebsd.h654 extern const unsigned SHA##LEN##_CTX_sz; \
655 extern const unsigned SHA##LEN##_return_length; \
656 extern const unsigned SHA##LEN##_block_length; \
657 extern const unsigned SHA##LEN##_digest_length
H A Dsanitizer_common_interceptors.inc9022 INTERCEPTOR(void, SHA##LEN##_Init, void *context) { \
9024 COMMON_INTERCEPTOR_ENTER(ctx, SHA##LEN##_Init, context); \
9025 REAL(SHA##LEN##_Init)(context); \
9027 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, context, SHA##LEN##_CTX_sz); \
9029 INTERCEPTOR(void, SHA##LEN##_Update, void *context, \
9032 COMMON_INTERCEPTOR_ENTER(ctx, SHA##LEN##_Update, context, data, len); \
9036 COMMON_INTERCEPTOR_READ_RANGE(ctx, context, SHA##LEN##_CTX_sz); \
9037 REAL(SHA##LEN##_Update)(context, data, len); \
9039 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, context, SHA##LEN##_CTX_sz); \
9041 INTERCEPTOR(void, SHA##LE
[all...]
H A Dsanitizer_platform_limits_netbsd.h2344 extern const unsigned SHA##LEN##_CTX_sz; \
2345 extern const unsigned SHA##LEN##_return_length; \
2346 extern const unsigned SHA##LEN##_block_length; \
2347 extern const unsigned SHA##LEN##_digest_length
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-arp.c97 #define SHA(ap) (ar_sha(ap)) macro
428 GET_LINKADDR_STRING(SHA(ap), linkaddr, HRD_LEN(ap)));
442 GET_LINKADDR_STRING(SHA(ap), linkaddr, HRD_LEN(ap)));
462 GET_LINKADDR_STRING(SHA(ap), linkaddr, HRD_LEN(ap)));
467 GET_LINKADDR_STRING(SHA(ap), linkaddr, HRD_LEN(ap)));
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/ssl-tests/
H A D19-mac-then-encrypt.conf27 CipherString = AES128-SHA
51 CipherString = AES128-SHA
77 CipherString = AES128-SHA
H A D18-dtls-renegotiate.conf187 RenegotiateCiphers = AES128-SHA
206 CipherString = AES128-SHA
238 CipherString = AES128-SHA
251 RenegotiateCiphers = AES256-SHA
H A D17-renegotiate.conf222 RenegotiateCiphers = AES128-SHA
241 CipherString = AES128-SHA
273 CipherString = AES128-SHA
286 RenegotiateCiphers = AES256-SHA
/netbsd-current/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/
H A Dcpufeatureset.h221 XEN_CPUFEATURE(SHA, 5*32+29) /*A SHA1 & SHA256 instructions */
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc8509 INTERCEPTOR(void, SHA##LEN##_Init, void *context) { \
8511 COMMON_INTERCEPTOR_ENTER(ctx, SHA##LEN##_Init, context); \
8512 REAL(SHA##LEN##_Init)(context); \
8514 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, context, SHA##LEN##_CTX_sz); \
8516 INTERCEPTOR(void, SHA##LEN##_Update, void *context, \
8519 COMMON_INTERCEPTOR_ENTER(ctx, SHA##LEN##_Update, context, data, len); \
8523 COMMON_INTERCEPTOR_READ_RANGE(ctx, context, SHA##LEN##_CTX_sz); \
8524 REAL(SHA##LEN##_Update)(context, data, len); \
8526 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, context, SHA##LEN##_CTX_sz); \
8528 INTERCEPTOR(void, SHA##LE
[all...]
H A Dsanitizer_platform_limits_netbsd.cc2333 const unsigned SHA##LEN##_CTX_sz = sizeof(SHA##LEN##_CTX); \
2334 const unsigned SHA##LEN##_return_length = SHA##LEN##_DIGEST_STRING_LENGTH; \
2335 const unsigned SHA##LEN##_block_length = SHA##LEN##_BLOCK_LENGTH; \
2336 const unsigned SHA##LEN##_digest_length = SHA##LEN##_DIGEST_LENGTH
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/digest/
H A Dsha.d3 * Computes SHA1 and SHA2 hashes of arbitrary data. SHA hashes are 20 to 64 byte
4 * quantities (depending on the SHA algorithm) that are like a checksum or CRC,
24 * SHA-224, SHA-256, SHA-384, SHA-512, SHA-512/224 and SHA-512/256.
46 * $(LI $(LINK2 http://en.wikipedia.org/wiki/Secure_Hash_Algorithm, Wikipedia article about SHA))
189 * Template API SHA1/SHA2 implementation. Supports: SHA
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/digest/
H A Dsha.d3 * Computes SHA1 and SHA2 hashes of arbitrary data. SHA hashes are 20 to 64 byte
4 * quantities (depending on the SHA algorithm) that are like a checksum or CRC,
24 * SHA-224, SHA-256, SHA-384, SHA-512, SHA-512/224 and SHA-512/256.
46 * $(LI $(LINK2 http://en.wikipedia.org/wiki/Secure_Hash_Algorithm, Wikipedia article about SHA))
135 * Template API SHA1/SHA2 implementation. Supports: SHA
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc8814 INTERCEPTOR(void, SHA##LEN##_Init, void *context) { \
8816 COMMON_INTERCEPTOR_ENTER(ctx, SHA##LEN##_Init, context); \
8817 REAL(SHA##LEN##_Init)(context); \
8819 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, context, SHA##LEN##_CTX_sz); \
8821 INTERCEPTOR(void, SHA##LEN##_Update, void *context, \
8824 COMMON_INTERCEPTOR_ENTER(ctx, SHA##LEN##_Update, context, data, len); \
8828 COMMON_INTERCEPTOR_READ_RANGE(ctx, context, SHA##LEN##_CTX_sz); \
8829 REAL(SHA##LEN##_Update)(context, data, len); \
8831 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, context, SHA##LEN##_CTX_sz); \
8833 INTERCEPTOR(void, SHA##LE
[all...]

Completed in 220 milliseconds

12