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

/opensolaris-onvv-gate/usr/src/common/crypto/fips/
H A Dfips_des_util.c513 static uint8_t des3_cbc_known_ciphertext[] = { local
623 (memcmp(des3_computed_ciphertext, des3_cbc_known_ciphertext,
642 rv = fips_des_decrypt(des3_context, des3_cbc_known_ciphertext,
646 rv = fips_des_decrypt(des3_context, des3_cbc_known_ciphertext,
H A Dfips_test_vectors.h68 extern uint8_t des3_cbc_known_ciphertext[DES_BLOCK_SZ];
H A Dfips_test_vectors.c467 uint8_t des3_cbc_known_ciphertext[] = { variable

Completed in 99 milliseconds