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

/freebsd-9.3-release/crypto/openssl/fips/
H A Dfips.c497 unsigned char citmp[FIPS_MAX_CIPHER_TEST_SIZE]; local
501 EVP_Cipher(ctx, citmp, plaintext, len);
502 if (memcmp(citmp, ciphertext, len))
506 EVP_Cipher(ctx, pltmp, citmp, len);
H A Dfips_test_suite.c51 unsigned char citmp[16]; local
59 EVP_Cipher(&ctx, citmp, plaintext, 16);
62 EVP_Cipher(&ctx, pltmp, citmp, 16);
75 unsigned char citmp[8]; local
85 EVP_Cipher(&ctx, citmp, plaintext, 8);
88 EVP_Cipher(&ctx, pltmp, citmp, 8);

Completed in 54 milliseconds