Searched refs:shaoutput (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dcrypto.c4010 unsigned char shaoutput[20]; local
4037 SHA1_Final(shaoutput, &m);
4040 shaoutput,
4041 min(keylen - offset, sizeof(shaoutput)));
4043 offset += sizeof(shaoutput);
4046 memset(shaoutput, 0, sizeof(shaoutput));

Completed in 83 milliseconds