Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A 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/external/mpl/bind/dist/bin/tests/system/xfer/
H A Dtests.sh30 digcomp dig1.good dig.out.ns2.test$n || tmp=1
49 digcomp dig1.good dig.out.test$n || tmp=1
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A 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()