Lines Matching refs:pt
84 static char *pt(unsigned char *md, unsigned int len);
98 p = pt(HMAC(EVP_md5(), in test_hmac_md5()
151 p = pt(buf, len); in test_hmac_run()
164 p = pt(buf, len); in test_hmac_run()
172 p = pt(buf, len); in test_hmac_run()
181 p = pt(buf, len); in test_hmac_run()
193 p = pt(buf, len); in test_hmac_run()
209 p = pt(HMAC(EVP_sha1(), NULL, 0, test[4].data, test[4].data_len, in test_hmac_single_shot()
237 p = pt(buf, len); in test_hmac_copy()
280 static char *pt(unsigned char *md, unsigned int len) in pt() function
421 p = pt(buf, len); in test_hmac_chunks()