Searched refs:hmac_test (Results 1 - 2 of 2) sorted by last modified time

/freebsd-9.3-release/crypto/openssl/fips/hmac/
H A Dfips_hmactest.c84 static int hmac_test(const EVP_MD *md, FILE *out, FILE *in);
120 if (!hmac_test(EVP_sha1(), out, in)) {
142 int hmac_test(const EVP_MD *md, FILE *out, FILE *in) function
/freebsd-9.3-release/crypto/openssh/
H A Dhmac.c141 hmac_test(void *key, size_t klen, void *m, size_t mlen, u_char *e, size_t elen) function
190 hmac_test(key1, sizeof(key1), data1, strlen(data1), dig1, sizeof(dig1));
191 hmac_test(key2, strlen(key2), data2, strlen(data2), dig2, sizeof(dig2));
192 hmac_test(key3, sizeof(key3), data3, sizeof(data3), dig3, sizeof(dig3));

Completed in 87 milliseconds