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

/opensolaris-onvv-gate/usr/src/common/crypto/fips/
H A Dfips_des_util.c509 static uint8_t des3_ecb_known_ciphertext[] = { local
559 (memcmp(des3_computed_ciphertext, des3_ecb_known_ciphertext,
578 rv = fips_des_decrypt(des3_context, des3_ecb_known_ciphertext,
582 rv = fips_des_decrypt(des3_context, des3_ecb_known_ciphertext,
H A Dfips_test_vectors.h67 extern uint8_t des3_ecb_known_ciphertext[DES_BLOCK_SZ];
H A Dfips_test_vectors.c463 uint8_t des3_ecb_known_ciphertext[] = { variable

Completed in 101 milliseconds