| /src/crypto/external/cpl/trousers/dist/src/tcs/ |
| tcs_quote2.c | 41 TPM_DIGEST digest; local 66 UnloadBlob_DIGEST(offset, blob, &digest); 67 pcrInfoOut->digestAtRelease = digest;
|
| /src/crypto/external/cpl/trousers/dist/src/tspi/daa/ |
| daa_parameter.c | 15 static EVP_MD *digest = NULL; variable 18 if( digest == NULL) { 20 digest = EVP_get_digestbyname( DAA_PARAM_MESSAGE_DIGEST_ALGORITHM); 22 return digest;
|
| /src/external/gpl3/binutils/dist/libctf/ |
| ctf-sha1.c | 34 unsigned char digest[((CTF_SHA1_SIZE - 1) / 2) + 1]; member in union:__anon10792 37 sha1_finish_ctx (sha1, align.digest); 46 buf[2 * i] = hex[align.digest[i] >> 4]; 47 buf[2 * i + 1] = hex[align.digest[i] & 0xf];
|
| /src/external/gpl3/binutils.old/dist/libctf/ |
| ctf-sha1.c | 34 unsigned char digest[((CTF_SHA1_SIZE - 1) / 2) + 1]; member in union:__anon12255 37 sha1_finish_ctx (sha1, align.digest); 46 buf[2 * i] = hex[align.digest[i] >> 4]; 47 buf[2 * i + 1] = hex[align.digest[i] & 0xf];
|
| /src/external/gpl3/gdb.old/dist/libctf/ |
| ctf-sha1.c | 34 unsigned char digest[((CTF_SHA1_SIZE - 1) / 2) + 1]; member in union:__anon21640 37 sha1_finish_ctx (sha1, align.digest); 46 buf[2 * i] = hex[align.digest[i] >> 4]; 47 buf[2 * i + 1] = hex[align.digest[i] & 0xf];
|
| /src/external/gpl3/gdb/dist/libctf/ |
| ctf-sha1.c | 34 unsigned char digest[((CTF_SHA1_SIZE - 1) / 2) + 1]; member in union:__anon1187 37 sha1_finish_ctx (sha1, align.digest); 46 buf[2 * i] = hex[align.digest[i] >> 4]; 47 buf[2 * i + 1] = hex[align.digest[i] & 0xf];
|
| /src/crypto/external/cpl/trousers/dist/src/tspi/ |
| tsp_get_flags.c | 33 TCPA_DIGEST digest; local 46 if ((result |= Trspi_HashFinal(&hashCtx, digest.digest))) 50 &digest, &auth))) 63 if ((result |= Trspi_HashFinal(&hashCtx, digest.digest))) 66 return obj_policy_validate_auth_oiap(hPolicy, &digest, &auth);
|
| tsp_ek.c | 35 TPM_DIGEST digest; local 49 if ((result |= Trspi_HashFinal(&hashCtx, digest.digest))) 53 hPolicy, FALSE, &digest, &ownerAuth))) 65 if ((result |= Trspi_HashFinal(&hashCtx, digest.digest))) 68 if ((result = obj_policy_validate_auth_oiap(hPolicy, &digest, &ownerAuth))) 74 if ((result |= Trspi_HashFinal(&hashCtx, digest.digest))) 78 &digest, &ownerAuth)) [all...] |
| /src/crypto/external/apache2/openssl/dist/providers/implementations/include/prov/ |
| hmac_drbg.h | 19 PROV_DIGEST digest; /* H(x) = hash(x) */ member in struct:drbg_hmac_st
|
| /src/crypto/external/cpl/trousers/dist/src/include/ |
| biosem.h | 27 BYTE digest[20]; member in struct:__anon2300
|
| /src/external/bsd/ipf/dist/ |
| md5.h | 6 ** RSA Data Security, Inc. MD5 Message-Digest Algorithm ** 24 ** Digest Algorithm" in all material mentioning or referencing this ** 29 ** Data Security, Inc. MD5 Message-Digest Algorithm" in all ** 59 /* Data structure for MD5 (Message-Digest) computation */ 64 unsigned char digest[16]; /* actual digest after MD5Final call */ member in struct:__anon6705
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| edonr_zfs.c | 40 uint8_t digest[EDONR_MODE / 8]; local 46 EdonRFinal(&ctx, digest); 47 bcopy(digest, zcp->zc_word, sizeof (zcp->zc_word));
|
| /src/external/mpl/bind/dist/lib/dns/rdata/generic/ |
| ds_43.h | 27 unsigned char *digest; member in struct:dns_rdata_ds
|
| sshfp_44.h | 27 unsigned char *digest; member in struct:dns_rdata_sshfp
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/ |
| ds_43.h | 28 unsigned char *digest; member in struct:dns_rdata_ds
|
| sshfp_44.h | 28 unsigned char *digest; member in struct:dns_rdata_sshfp
|
| /src/lib/libc/md/ |
| mdXhl.c | 49 unsigned char digest[16]; variable 59 MDNAME(Final)(digest, ctx); 62 buf[i+i] = hex[(u_int32_t)digest[i] >> 4]; 63 buf[i+i+1] = hex[digest[i] & 0x0f];
|
| /src/sys/opencrypto/ |
| aesxcbcmac.c | 129 uint8_t digest[AES_BLOCKSIZE]; local 140 aes_enc(&ctx->r_k1s, ctx->buf, digest, ctx->r_nr); 148 aes_enc(&ctx->r_k1s, ctx->buf, digest, ctx->r_nr); 151 memcpy(addr, digest, sizeof(digest));
|
| /src/tests/crypto/opencrypto/ |
| h_md5.c | 44 unsigned char digest[16]; member in struct:__anon7789 55 { 14, "message digest", 101 if (memcmp(co.mac, tests[i].digest, sizeof(tests[i].digest)))
|
| /src/crypto/external/apache2/openssl/dist/demos/digest/ |
| EVP_MD_xof.c | 52 unsigned char *digest = NULL; local 54 /* Allow digest length to be changed for demonstration purposes. */ 58 fprintf(stderr, "Specify a non-negative digest length\n"); 78 fprintf(stderr, "Failed to create digest context\n"); 82 /* Initialize digest context. */ 84 fprintf(stderr, "Failed to initialize digest\n"); 89 * Feed our message into the digest function. 97 /* Allocate enough memory for our digest length. */ 98 digest = OPENSSL_malloc(digest_len); 99 if (digest == NULL) [all...] |
| /src/crypto/external/bsd/libsaslc/dist/src/ |
| mech_crammd5.c | 70 char *digest, *name; local 91 digest = saslc__crypto_hmac_md5_hex((const unsigned char *)passwd, 93 if (digest == NULL) { 97 if ((len = asprintf(&name, "%s %s", authcid, digest)) == -1) { 106 memset(digest, 0, HMAC_MD5_DIGEST_LENGTH); 107 free(digest);
|
| /src/crypto/external/bsd/openssl/dist/demos/digest/ |
| EVP_MD_xof.c | 52 unsigned char *digest = NULL; local 54 /* Allow digest length to be changed for demonstration purposes. */ 58 fprintf(stderr, "Specify a non-negative digest length\n"); 78 fprintf(stderr, "Failed to create digest context\n"); 82 /* Initialize digest context. */ 84 fprintf(stderr, "Failed to initialize digest\n"); 89 * Feed our message into the digest function. 97 /* Allocate enough memory for our digest length. */ 98 digest = OPENSSL_malloc(digest_len); 99 if (digest == NULL) [all...] |
| /src/crypto/external/cpl/trousers/dist/src/include/daa/ |
| verifier.h | 26 EVP_MD *digest; member in struct:__anon2306 39 BYTE *compute_bytes( int seedLength, BYTE *seed, int length, const EVP_MD *digest); 91 EVP_MD *digest,
|
| /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/ |
| rpc_pcr_extend.c | 75 TCPA_DIGEST digest; local 91 result = TCSP_PcrRead_Internal(hContext, pcrIndex, &digest); 97 if (setData(TCSD_PACKET_TYPE_DIGEST, 0, &digest, 0, &data->comm)) {
|
| rpc_tick.c | 75 TPM_DIGEST digest; local 92 if (getData(TCSD_PACKET_TYPE_DIGEST, 3, &digest, 0, &data->comm)) 101 result = TCSP_TickStampBlob_Internal(hContext, hKey, &nonce, &digest, pAuth, &sigSize, &sig,
|