Searched refs:dig2 (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | hmac.c | 178 u_char dig2[16] = { in main() local 191 hmac_test(key2, strlen(key2), data2, strlen(data2), dig2, sizeof(dig2)); in main()
|
| /netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/ |
| D | tcs_pbg.c | 1136 BYTE *dig1, *dig2, *blob1; in tpm_rqu_build() local 1141 dig2 = va_arg(ap, BYTE *); in tpm_rqu_build() 1148 if (!dig1 || !dig2 || !blob1 || !auth2) { in tpm_rqu_build() 1156 LoadBlob(outOffset, TPM_SHA1_160_HASH_LEN, out_blob, dig2); in tpm_rqu_build()
|