| /onnv/onnv-gate/usr/src/cmd/cmd-inet/etc/ |
| ipsecalgs | 45 ALG|2|3|hmac-sha1,sha,sha1,sha-1,hmac-sha,hmac-sha-1|CKM_SHA_1_HMAC_GENERAL|160|12 46 ALG|2|5|hmac-sha256,sha256,sha-256,hmac-sha-256|CKM_SHA256_HMAC_GENERAL|256|16 47 ALG|2|6|hmac-sha384,sha384,sha-384,hmac-sha-384|CKM_SHA384_HMAC_GENERAL|384|24 48 ALG|2|7|hmac-sha512,sha512,sha-512,hmac-sha-512|CKM_SHA512_HMAC_GENERAL|512|3 [all...] |
| /onnv/onnv-gate/usr/src/lib/libsum/common/ |
| sum-sha2.c | 25 * Aaron D. Gifford's SHA {256,384,512} code transcribed into a -lsum method 77 /*** SHA-256/384/512 Machine Architecture Definitions *****************/ 140 * during compile or in the sha.h header file. 144 * ones in sha.h too) by hand according to their system architecture. 166 /*** SHA-256/384/512 Various Length Definitions ***********************/ 251 * Bit shifting and rotation (used by the six SHA-XYZ logical functions: 254 * S is a ROTATION) because the SHA-256/384/512 description document 259 /* Shift-right (used in SHA-256, SHA-384, and SHA-512): * 651 Sha256_t* sha = (Sha256_t*)p; local 699 register Sha256_t* sha = (Sha256_t*)p; local 711 Sha256_t* sha; local 725 Sha256_t* sha = (Sha256_t*)p; local 795 register Sha256_t* sha = (Sha256_t*)p; local 809 register Sha256_t* sha = (Sha256_t*)p; local 1014 Sha512_t* sha = (Sha512_t*)p; local 1062 register Sha512_t* sha = (Sha512_t*)p; local 1074 Sha512_t* sha; local 1088 Sha512_t* sha = (Sha512_t*)p; local 1157 register Sha512_t* sha = (Sha512_t*)p; local 1171 register Sha512_t* sha = (Sha512_t*)p; local 1200 register Sha384_t* sha = (Sha384_t*)p; local 1212 Sha384_t* sha; local 1226 register Sha384_t* sha = (Sha384_t*)p; local 1240 register Sha384_t* sha = (Sha384_t*)p; local [all...] |
| sum-sha1.c | 23 * SHA-1 in C 36 #define sha1_description "FIPS 180-1 SHA-1 secure hash algorithm 1." 39 #define sha1_match "sha1|SHA1|sha-1|SHA-1" 179 /* Copy sha->state[] to working vars */ 229 Sha1_t* sha = (Sha1_t*)p; local 234 j = sha->count[0]; 235 if ((sha->count[0] += len << 3) < j) 236 sha->count[1] += (len >> 29) + 1; 239 (void)memcpy(&sha->buffer[j], data, (i = 64 - j)) 256 register Sha1_t* sha = (Sha1_t*)p; local 271 Sha1_t* sha; local 292 Sha1_t* sha = (Sha1_t*)p; local 323 register Sha1_t* sha = (Sha1_t*)p; local 336 register Sha1_t* sha = (Sha1_t*)p; local [all...] |
| /onnv/onnv-gate/usr/src/common/net/wanboot/crypt/ |
| sha1_test.c | 33 * This file will exercise the SHA-1 code performing the three 83 SHA1_CTX sha; local 91 * Perform SHA-1 tests 97 SHA1Init(&sha); 100 SHA1Update(&sha, (unsigned char *)testarray[j], 104 SHA1Final(digest, &sha);
|
| hmac_test.c | 30 * HMAC SHA-1 test cases as defined by RFC 2202. 33 * are used by the HMAC SHA-1 implemention to produce a hash digest and 57 SHA1_CTX sha; local 126 HMACInit(&sha, td[i].key, td[i].keylen); 127 HMACUpdate(&sha, td[i].data, td[i].datalen); 128 HMACFinal(&sha, td[i].key, td[i].keylen, digest);
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/sha/ |
| sha1_one.c | 1 /* crypto/sha/sha1_one.c */ 61 #include <openssl/sha.h>
|
| sha_one.c | 1 /* crypto/sha/sha_one.c */ 61 #include <openssl/sha.h> 65 unsigned char *SHA(const unsigned char *d, size_t n, unsigned char *md)
|
| sha.c | 1 /* crypto/sha/sha.c */ 61 #include <openssl/sha.h> 88 printf("SHA(%s)= ",argv[i]);
|
| sha1.c | 1 /* crypto/sha/sha1.c */ 61 #include <openssl/sha.h>
|
| sha1s.cpp | 35 #include <openssl/sha.h>
|
| sha1test.c | 1 /* crypto/sha/sha1test.c */ 68 printf("No SHA support\n"); 73 #include <openssl/sha.h>
|
| shatest.c | 1 /* crypto/sha/shatest.c */ 73 #include <openssl/sha.h> 130 printf("error calculating SHA on '%s'\n",*P); 154 printf("error calculating SHA on '%s'\n",p);
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/ |
| wpa_enc.h | 16 #include <openssl/sha.h>
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| snoop_arp.c | 63 unsigned char *sip, *tip, *sha, *tha; local 80 sha = (unsigned char *)(ap + 1); 81 sip = sha + maclen; 95 smacbuf = _link_ntoa(sha, NULL, maclen, IFT_OTHER);
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/dsa/ |
| dsa_depr.c | 63 * Appendix 2.2 (i.e. use SHA as defined in FIPS PUB 180) */ 67 * also Appendix 2.2 of FIPS PUB 186-1 (i.e. use SHA as defined in 83 #include <openssl/sha.h>
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/etc/ike/ |
| config.sample | 77 p1_xform { auth_method preshared oakley_group 5 auth_alg sha encr_alg 3des }
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/ |
| llib-lcrypto | 43 #include <openssl/sha.h>
|
| /onnv/onnv-gate/usr/src/lib/libresolv2/cylink/ |
| Makefile.com | 34 lbn00.o lbnmem.o sha.o bn00.o \
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/rand/ |
| rand_lcl.h | 141 #include <openssl/sha.h>
|
| /onnv/onnv-gate/usr/src/psm/stand/boot/sparc/common/ |
| wanboot.c | 471 size_t ramdisk_size, off_t *offset, SHA1_CTX *sha) 518 if (sha != NULL) { 519 HMACUpdate(sha, (uchar_t *)addr, (size_t)len); 979 static SHA1_CTX sha; local 988 HMACInit(&sha, g_hash_key, WANBOOT_HMAC_KEY_SIZE); 1000 miniroot_size, offset, (htype == HASH_NONE) ? NULL : &sha)) != 0) { 1005 HMACFinal(&sha, g_hash_key, WANBOOT_HMAC_KEY_SIZE, cdigest); 1226 SHA1_CTX sha; local [all...] |
| /onnv/onnv-gate/usr/src/common/openssl/crypto/ecdh/ |
| ech_ossl.c | 78 #include <openssl/sha.h>
|
| /onnv/onnv-gate/usr/src/stand/lib/openssl/ |
| Makefile | 86 sha.h \ 247 $(ROOTHDRDIR)/%: $(HDRCRYPTODIR)/sha/%
|
| /onnv/onnv-gate/usr/src/lib/librdc/common/ |
| rdcrules.c | 89 char sha[CFG_MAX_BUF]; /* II shadow */ local 118 rc = sscanf(buf, "%s %s %s %s %s", mas, sha, bit, mod, ovr); 129 (strcmp(bmp, sha) == 0) ||
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/rsa/ |
| rsa_pss.c | 65 #include <openssl/sha.h>
|
| /onnv/onnv-gate/usr/src/cmd/ssh/libssh/common/ |
| hostfile.c | 45 #include <openssl/sha.h>
|