Home
last modified time | relevance | path

Searched refs:dig1 (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/crypto/external/bsd/openssh/dist/
Dhmac.c172 u_char dig1[16] = { in main() local
190 hmac_test(key1, sizeof(key1), data1, strlen(data1), dig1, sizeof(dig1)); in main()
/netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/
Dtcs_pbg.c1136 BYTE *dig1, *dig2, *blob1; in tpm_rqu_build() local
1140 dig1 = va_arg(ap, BYTE *); in tpm_rqu_build()
1148 if (!dig1 || !dig2 || !blob1 || !auth2) { in tpm_rqu_build()
1155 LoadBlob(outOffset, TPM_SHA1_160_HASH_LEN, out_blob, dig1); in tpm_rqu_build()