| /netbsd/src/external/bsd/tcpdump/dist/tests/ |
| D | bfd-raw-auth-md5-v.out | 11 Digest: 01020304050607080910111213141516 22 Digest: 01020304050607080910111213141516 33 Digest: 01020304050607080910111213141516 44 Digest: 01020304050607080910111213141516 55 Digest: 01020304050607080910111213141516 66 Digest: 01020304050607080910111213141516 77 Digest: 01020304050607080910111213141516 88 Digest: 01020304050607080910111213141516 99 Digest: 01020304050607080910111213141516 110 Digest: 01020304050607080910111213141516 [all …]
|
| D | isis-extd-ipreach-oobr.out | 23 Lvl: 18757, Digest: 45 45 49 45 45 45 49 45 45 45 49 45 45 45 49 45 25 Lvl: 17737, Digest: 45 45 45 49 45 45 45 49 45 45 45 49 45 45 45 49
|
| /netbsd/src/external/bsd/ppp/dist/pppd/ |
| D | mppe.c | 115 u_char Digest[SHA_DIGEST_LENGTH]; in mppe_set_chapv1() local 130 PPP_DigestFinal(ctx, Digest, &DigestLen); in mppe_set_chapv1() 141 mppe_set_keys(Digest, Digest, sizeof(Digest)); in mppe_set_chapv1()
|
| D | chap_ms.c | 692 u_char Digest[SHA_DIGEST_LENGTH] = {}; in GenerateAuthenticatorResponse() local 707 hash_len = sizeof(Digest); in GenerateAuthenticatorResponse() 708 PPP_DigestFinal(ctx, Digest, &hash_len); in GenerateAuthenticatorResponse() 723 if (PPP_DigestUpdate(ctx, Digest, sizeof(Digest))) { in GenerateAuthenticatorResponse() 729 hash_len = sizeof(Digest); in GenerateAuthenticatorResponse() 730 PPP_DigestFinal(ctx, Digest, &hash_len); in GenerateAuthenticatorResponse() 740 for (i = 0; i < MAX((MS_AUTH_RESPONSE_LENGTH / 2), sizeof(Digest)); i++) { in GenerateAuthenticatorResponse() 741 sprintf((char *)&authResponse[i * 2], "%02X", Digest[i]); in GenerateAuthenticatorResponse()
|
| /netbsd/src/crypto/external/bsd/libsaslc/dist/ref/ |
| D | rfc2831.txt | 14 Using Digest Authentication as a SASL Mechanism 30 This specification defines how HTTP Digest Authentication [Digest] 60 RFC 2831 Digest SASL Mechanism May 2000 82 This specification describes the use of HTTP Digest Access 84 associated with the Digest SASL mechanism is "DIGEST-MD5". 87 "md5-sess" algorithm of HTTP/1.1 Digest Access Authentication 88 specified in [Digest]. The only difference in the "md5-sess" 116 RFC 2831 Digest SASL Mechanism May 2000 148 The following sections describe how to use Digest as a SASL 172 RFC 2831 Digest SASL Mechanism May 2000 [all …]
|
| D | rfc2195.txt | 189 [MD5] Rivest, R., "The MD5 Message Digest Algorithm",
|
| /netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/crypto/openssl/ |
| D | crypto.c | 32 Hash(UINT32 HashType, UINT32 BufSize, BYTE* Buf, BYTE* Digest) in Hash() argument 62 rv = EVP_DigestFinal(md_ctx, Digest, &result_size); in Hash()
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
| D | check-cracklib.pl | 36 use Digest::MD5; 65 my $md5context = new Digest::MD5;
|
| /netbsd/src/etc/iscsi/ |
| D | volumes | 8 # Digest - '-' (none), 'd' (data CRC), 'h' (header CRC), 'dh' (both) 17 # Host Target Digest Auth User Alias
|
| /netbsd/src/crypto/external/cpl/trousers/dist/src/trspi/crypto/openssl/ |
| D | hash.c | 57 Trspi_Hash(UINT32 HashType, UINT32 BufSize, BYTE* Buf, BYTE* Digest) in Trspi_Hash() argument 87 rv = EVP_DigestFinal(md_ctx, Digest, &result_size); in Trspi_Hash()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/util/ |
| D | mk-fipsmodule-cnf.pl | 25 use Digest::SHA qw(hmac_sha256_hex);
|
| /netbsd/src/crypto/external/bsd/netpgp/dist/src/libpaa/ |
| D | PubKeyAccessAuthScheme.txt | 32 HTTP services are a core Internet technology, yet the Digest authentication 72 HTTP services are a core Internet technology, yet the Digest authentication 86 Like the Digest Access Authentication Scheme [RFC 2617], the PubKey.v1 312 authentication scheme over, for instance, the Digest scheme. 340 [RFC 2617] HTTP Authentication: Basic and Digest Access Authentication
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/kuser/ |
| D | kdigest-version.rc | 33 #define RC_FILE_DESC_0409 "KDC Digest Interface Tool"
|
| /netbsd/src/external/bsd/openldap/dist/doc/guide/ |
| D | preamble.sdf | 184 DIGEST-MD5|SASL Digest MD5 Authentication Mechanism 224 MD5|Message Digest 5 290 RFC2831|PS|Using Digest Authentication as a SASL Mechanism|https://www.rfc-editor.org/rfc/rfc2831.t…
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| D | krb5_err.et | 98 error_code DIGEST_IN_CERT_NOT_ACCEPTED, "Digest in certificate not accepted" 100 error_code DIGEST_IN_SIGNED_DATA_NOT_ACCEPTED, "Digest in signedData not accepted"
|
| /netbsd/src/external/bsd/ntp/dist/html/hints/ |
| D | notes-xntp-v3 | 72 implementation of the RSA Message Digest 5 algorithm is provided.
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/po/heim_com_err-1765328384/ |
| D | heim_com_err-1765328384.pot | 366 msgid "Digest in certificate not accepted" 376 msgid "Digest in signedData not accepted"
|
| D | sv_SE.po | 367 msgid "Digest in certificate not accepted" 377 msgid "Digest in signedData not accepted"
|
| /netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/ |
| D | tsp_auth.c | 366 HMAC_Auth(BYTE * secret, BYTE * Digest, TPM_AUTH * auth) in HMAC_Auth() argument 372 Trspi_LoadBlob(&offset, 20, Blob, Digest); in HMAC_Auth()
|
| /netbsd/src/external/bsd/mdocml/dist/ |
| D | lib.in | 81 LINE("libmd", "Message Digest (MD4, MD5, etc.) Support Library (libmd, \\-lmd)")
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/po/heimdal_krb5/ |
| D | heimdal_krb5.pot | 600 msgid "Digest failed to get local subkey" 612 msgid "Digest reply have no remote subkey" 626 msgid "Digest init error: %s" 668 msgid "Digest response error: %s"
|
| D | sv_SE.po | 591 msgid "Digest failed to get local subkey" 603 msgid "Digest reply have no remote subkey" 617 msgid "Digest init error: %s" 659 msgid "Digest response error: %s"
|
| /netbsd/src/crypto/external/cpl/trousers/dist/src/include/trousers/ |
| D | trousers.h | 136 TSS_RESULT Trspi_Hash(UINT32 HashType, UINT32 BufSize, BYTE *Buf, BYTE *Digest);
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/wind/ |
| D | rfc4013.txt | 262 [DIGEST-MD5] Leach, P., Newman, C., and A. Melnikov, "Using Digest
|
| /netbsd/src/external/bsd/openldap/dist/doc/rfc/ |
| D | rfc4013.txt | 262 [DIGEST-MD5] Leach, P., Newman, C., and A. Melnikov, "Using Digest
|