diff options
Diffstat (limited to 'src/regress/lib/libcrypto/aes')
-rw-r--r-- | src/regress/lib/libcrypto/aes/aes_test.c | 303 |
1 files changed, 294 insertions, 9 deletions
diff --git a/src/regress/lib/libcrypto/aes/aes_test.c b/src/regress/lib/libcrypto/aes/aes_test.c index 37bee05ca7..8d5947a031 100644 --- a/src/regress/lib/libcrypto/aes/aes_test.c +++ b/src/regress/lib/libcrypto/aes/aes_test.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: aes_test.c,v 1.3 2023/09/28 08:21:43 tb Exp $ */ | 1 | /* $OpenBSD: aes_test.c,v 1.5 2025/07/05 14:32:47 jsing Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2022 Joshua Sing <joshua@hypera.dev> | 3 | * Copyright (c) 2022 Joshua Sing <joshua@hypera.dev> |
4 | * | 4 | * |
@@ -524,6 +524,161 @@ static const struct aes_test aes_tests[] = { | |||
524 | }, | 524 | }, |
525 | .out_len = 64, | 525 | .out_len = 64, |
526 | }, | 526 | }, |
527 | |||
528 | /* XTS128 - Test vectors from NIST SP 800-38A */ | ||
529 | { | ||
530 | /* XTSGenAES128 1 */ | ||
531 | .mode = NID_aes_128_xts, | ||
532 | .key = { | ||
533 | 0xa1, 0xb9, 0x0c, 0xba, 0x3f, 0x06, 0xac, 0x35, | ||
534 | 0x3b, 0x2c, 0x34, 0x38, 0x76, 0x08, 0x17, 0x62, | ||
535 | 0x09, 0x09, 0x23, 0x02, 0x6e, 0x91, 0x77, 0x18, | ||
536 | 0x15, 0xf2, 0x9d, 0xab, 0x01, 0x93, 0x2f, 0x2f, | ||
537 | }, | ||
538 | .iv = { | ||
539 | 0x4f, 0xae, 0xf7, 0x11, 0x7c, 0xda, 0x59, 0xc6, | ||
540 | 0x6e, 0x4b, 0x92, 0x01, 0x3e, 0x76, 0x8a, 0xd5, | ||
541 | }, | ||
542 | .iv_len = 16, | ||
543 | .in = { | ||
544 | 0xeb, 0xab, 0xce, 0x95, 0xb1, 0x4d, 0x3c, 0x8d, | ||
545 | 0x6f, 0xb3, 0x50, 0x39, 0x07, 0x90, 0x31, 0x1c, | ||
546 | }, | ||
547 | .in_len = 16, | ||
548 | .out = { | ||
549 | 0x77, 0x8a, 0xe8, 0xb4, 0x3c, 0xb9, 0x8d, 0x5a, | ||
550 | 0x82, 0x50, 0x81, 0xd5, 0xbe, 0x47, 0x1c, 0x63, | ||
551 | }, | ||
552 | .out_len = 16, | ||
553 | }, | ||
554 | { | ||
555 | /* XTSGenAES128 385 */ | ||
556 | .mode = NID_aes_128_xts, | ||
557 | .key = { | ||
558 | 0xb8, 0xdb, 0x0b, 0x9e, 0x63, 0xf5, 0xf0, 0xe6, | ||
559 | 0x60, 0x97, 0x98, 0xa6, 0xcb, 0x42, 0xbb, 0x5b, | ||
560 | 0x5d, 0x71, 0x39, 0xbb, 0x95, 0x57, 0x99, 0xf5, | ||
561 | 0x2a, 0x7c, 0x58, 0x1f, 0x84, 0x63, 0x31, 0x76, | ||
562 | }, | ||
563 | .iv = { | ||
564 | 0x8d, 0x46, 0xf9, 0x67, 0x01, 0x16, 0x7a, 0x1d, | ||
565 | 0x77, 0xcd, 0x1e, 0x44, 0xda, 0x92, 0xf3, 0xa8, | ||
566 | }, | ||
567 | .iv_len = 16, | ||
568 | .in = { | ||
569 | 0xb4, 0x64, 0x4d, 0xc1, 0xb3, 0x8d, 0xd5, 0x98, | ||
570 | 0xca, 0x84, 0x0a, 0x82, 0xd4, 0xd9, 0xc0, 0x65, | ||
571 | 0x67, 0x23, 0xb1, 0x58, 0x01, 0xaa, 0x18, 0xe6, | ||
572 | 0x6e, | ||
573 | }, | ||
574 | .in_len = 25, | ||
575 | .out = { | ||
576 | 0x09, 0x28, 0x8c, 0xf5, 0x1f, 0x1e, 0xb4, 0xad, | ||
577 | 0xb8, 0x54, 0x23, 0xd0, 0xe0, 0xd6, 0xe9, 0x58, | ||
578 | 0x18, 0x87, 0x06, 0xaf, 0x26, 0x0e, 0x24, 0x67, | ||
579 | 0x4e, | ||
580 | }, | ||
581 | .out_len = 25, | ||
582 | }, | ||
583 | { | ||
584 | /* XTSGenAES128 404 */ | ||
585 | .mode = NID_aes_128_xts, | ||
586 | .key = { | ||
587 | 0xbe, 0x5c, 0xf1, 0xf9, 0x9d, 0x51, 0x59, 0xf2, | ||
588 | 0x11, 0xdb, 0xc4, 0xc1, 0x47, 0xf7, 0x9c, 0x55, | ||
589 | 0x6b, 0x2d, 0xa5, 0xc6, 0x91, 0xde, 0xed, 0x74, | ||
590 | 0x0d, 0x01, 0x57, 0xea, 0xb8, 0xc9, 0xc8, 0x9a, | ||
591 | }, | ||
592 | .iv = { | ||
593 | 0x89, 0x24, 0x86, 0x24, 0xb6, 0x96, 0xcf, 0x9c, | ||
594 | 0xb1, 0xb5, 0x77, 0x9c, 0xdc, 0xbc, 0xfe, 0x1c, | ||
595 | }, | ||
596 | .iv_len = 16, | ||
597 | .in = { | ||
598 | 0x3b, 0x80, 0xf8, 0x22, 0xc4, 0xee, 0xe1, 0x31, | ||
599 | 0x3f, 0x79, 0xca, 0x3d, 0xb1, 0x34, 0xd9, 0xca, | ||
600 | 0x8b, 0x09, 0xa3, 0x53, 0x4d, 0x4e, 0x18, 0xe6, | ||
601 | 0x43, 0x9e, 0x1c, 0xdb, 0x86, 0x18, 0x2a, 0x4f, | ||
602 | }, | ||
603 | .in_len = 32, | ||
604 | .out = { | ||
605 | 0x4b, 0x6a, 0xf4, 0x3a, 0x88, 0xb6, 0x33, 0xeb, | ||
606 | 0xd1, 0xe1, 0x27, 0xc1, 0xec, 0x90, 0xcc, 0x47, | ||
607 | 0xa2, 0xf1, 0x6e, 0x3b, 0xc7, 0x9f, 0x88, 0x45, | ||
608 | 0xe3, 0xbd, 0x00, 0x25, 0xda, 0x87, 0x26, 0x45, | ||
609 | }, | ||
610 | .out_len = 32, | ||
611 | }, | ||
612 | { | ||
613 | /* XTSGenAES256 1 */ | ||
614 | .mode = NID_aes_256_xts, | ||
615 | .key = { | ||
616 | 0x1e, 0xa6, 0x61, 0xc5, 0x8d, 0x94, 0x3a, 0x0e, | ||
617 | 0x48, 0x01, 0xe4, 0x2f, 0x4b, 0x09, 0x47, 0x14, | ||
618 | 0x9e, 0x7f, 0x9f, 0x8e, 0x3e, 0x68, 0xd0, 0xc7, | ||
619 | 0x50, 0x52, 0x10, 0xbd, 0x31, 0x1a, 0x0e, 0x7c, | ||
620 | 0xd6, 0xe1, 0x3f, 0xfd, 0xf2, 0x41, 0x8d, 0x8d, | ||
621 | 0x19, 0x11, 0xc0, 0x04, 0xcd, 0xa5, 0x8d, 0xa3, | ||
622 | 0xd6, 0x19, 0xb7, 0xe2, 0xb9, 0x14, 0x1e, 0x58, | ||
623 | 0x31, 0x8e, 0xea, 0x39, 0x2c, 0xf4, 0x1b, 0x08, | ||
624 | }, | ||
625 | .iv = { | ||
626 | 0xad, 0xf8, 0xd9, 0x26, 0x27, 0x46, 0x4a, 0xd2, | ||
627 | 0xf0, 0x42, 0x8e, 0x84, 0xa9, 0xf8, 0x75, 0x64, | ||
628 | }, | ||
629 | .iv_len = 16, | ||
630 | .in = { | ||
631 | 0x2e, 0xed, 0xea, 0x52, 0xcd, 0x82, 0x15, 0xe1, | ||
632 | 0xac, 0xc6, 0x47, 0xe8, 0x10, 0xbb, 0xc3, 0x64, | ||
633 | 0x2e, 0x87, 0x28, 0x7f, 0x8d, 0x2e, 0x57, 0xe3, | ||
634 | 0x6c, 0x0a, 0x24, 0xfb, 0xc1, 0x2a, 0x20, 0x2e, | ||
635 | }, | ||
636 | .in_len = 32, | ||
637 | .out = { | ||
638 | 0xcb, 0xaa, 0xd0, 0xe2, 0xf6, 0xce, 0xa3, 0xf5, | ||
639 | 0x0b, 0x37, 0xf9, 0x34, 0xd4, 0x6a, 0x9b, 0x13, | ||
640 | 0x0b, 0x9d, 0x54, 0xf0, 0x7e, 0x34, 0xf3, 0x6a, | ||
641 | 0xf7, 0x93, 0xe8, 0x6f, 0x73, 0xc6, 0xd7, 0xdb, | ||
642 | }, | ||
643 | .out_len = 32, | ||
644 | }, | ||
645 | { | ||
646 | /* XTSGenAES256 172 */ | ||
647 | .mode = NID_aes_256_xts, | ||
648 | .key= { | ||
649 | 0x5c, 0x7f, 0x7a, 0x36, 0x08, 0x01, 0x78, 0x43, | ||
650 | 0x00, 0x83, 0xff, 0x54, 0x92, 0xef, 0x77, 0x26, | ||
651 | 0x0f, 0x68, 0x0a, 0x15, 0xa7, 0x66, 0x24, 0xb8, | ||
652 | 0x9e, 0x85, 0x4c, 0x94, 0xf0, 0x48, 0x8a, 0x9e, | ||
653 | 0x7d, 0xaa, 0x4f, 0x33, 0x01, 0x1f, 0x91, 0xdf, | ||
654 | 0x5e, 0x33, 0x80, 0x53, 0xf4, 0x6c, 0xee, 0x65, | ||
655 | 0x0f, 0xb0, 0xee, 0x69, 0xf8, 0xc2, 0x15, 0x75, | ||
656 | 0x5a, 0x4a, 0x63, 0xcd, 0x42, 0x28, 0xc2, 0x19, | ||
657 | }, | ||
658 | .iv = { | ||
659 | 0xa4, 0x01, 0xd7, 0x3c, 0x88, 0x75, 0xe7, 0x59, | ||
660 | 0xaa, 0x3e, 0xef, 0x53, 0xe0, 0xfb, 0x62, 0x63, | ||
661 | }, | ||
662 | .iv_len = 16, | ||
663 | .in = { | ||
664 | 0xb1, 0xe6, 0x29, 0xa6, 0x2a, 0x03, 0xca, 0x96, | ||
665 | 0x9b, 0x16, 0x91, 0x52, 0x02, 0xbc, 0xaa, 0x09, | ||
666 | 0xe7, 0x8a, 0xe1, 0x85, 0x1b, 0xc8, 0x85, 0x81, | ||
667 | 0x16, 0x49, 0x68, 0xa5, 0x65, 0x6c, 0x82, 0xc0, | ||
668 | 0xe5, 0xc4, 0x03, 0xba, 0x54, 0xb9, 0xb5, 0xed, | ||
669 | 0x9b, 0xab, 0xe8, 0xb0, 0x75, 0x1d, 0x1b, 0x34, | ||
670 | }, | ||
671 | .in_len = 48, | ||
672 | .out = { | ||
673 | 0xf5, 0xbc, 0xa6, 0x0f, 0xb9, 0x35, 0x2b, 0x1d, | ||
674 | 0xe0, 0x4d, 0x71, 0x29, 0x40, 0x56, 0x26, 0xb3, | ||
675 | 0xa4, 0x74, 0xa2, 0x64, 0xfb, 0xac, 0x2d, 0x6b, | ||
676 | 0xe1, 0x19, 0xe1, 0xd5, 0x7a, 0xa9, 0x98, 0xd0, | ||
677 | 0xe0, 0xe4, 0xd9, 0xf9, 0xc9, 0x76, 0x21, 0x0d, | ||
678 | 0x93, 0xc4, 0x65, 0xa3, 0xe3, 0x60, 0xcd, 0x92, | ||
679 | }, | ||
680 | .out_len = 48, | ||
681 | }, | ||
527 | }; | 682 | }; |
528 | 683 | ||
529 | #define N_AES_TESTS (sizeof(aes_tests) / sizeof(aes_tests[0])) | 684 | #define N_AES_TESTS (sizeof(aes_tests) / sizeof(aes_tests[0])) |
@@ -542,7 +697,10 @@ aes_ecb_test(size_t test_number, const char *label, int key_bits, | |||
542 | 697 | ||
543 | /* Encryption */ | 698 | /* Encryption */ |
544 | memset(out, 0, sizeof(out)); | 699 | memset(out, 0, sizeof(out)); |
545 | AES_set_encrypt_key(at->key, key_bits, &key); | 700 | if (AES_set_encrypt_key(at->key, key_bits, &key) != 0) { |
701 | fprintf(stderr, "FAIL (%s:%zu): AES_set_encrypt_key failed\n", label, test_number); | ||
702 | return 0; | ||
703 | } | ||
546 | AES_ecb_encrypt(at->in, out, &key, 1); | 704 | AES_ecb_encrypt(at->in, out, &key, 1); |
547 | 705 | ||
548 | if (memcmp(at->out, out, at->out_len) != 0) { | 706 | if (memcmp(at->out, out, at->out_len) != 0) { |
@@ -553,7 +711,10 @@ aes_ecb_test(size_t test_number, const char *label, int key_bits, | |||
553 | 711 | ||
554 | /* Decryption */ | 712 | /* Decryption */ |
555 | memset(out, 0, sizeof(out)); | 713 | memset(out, 0, sizeof(out)); |
556 | AES_set_decrypt_key(at->key, key_bits, &key); | 714 | if (AES_set_decrypt_key(at->key, key_bits, &key) != 0) { |
715 | fprintf(stderr, "FAIL (%s:%zu): AES_set_decrypt_key failed\n", label, test_number); | ||
716 | return 0; | ||
717 | } | ||
557 | AES_ecb_encrypt(at->out, out, &key, 0); | 718 | AES_ecb_encrypt(at->out, out, &key, 0); |
558 | 719 | ||
559 | if (memcmp(at->in, out, at->in_len) != 0) { | 720 | if (memcmp(at->in, out, at->in_len) != 0) { |
@@ -582,7 +743,10 @@ aes_cbc_test(size_t test_number, const char *label, int key_bits, | |||
582 | /* Encryption */ | 743 | /* Encryption */ |
583 | memset(out, 0, sizeof(out)); | 744 | memset(out, 0, sizeof(out)); |
584 | memcpy(iv, at->iv, at->iv_len); | 745 | memcpy(iv, at->iv, at->iv_len); |
585 | AES_set_encrypt_key(at->key, key_bits, &key); | 746 | if (AES_set_encrypt_key(at->key, key_bits, &key) != 0) { |
747 | fprintf(stderr, "FAIL (%s:%zu): AES_set_encrypt_key failed\n", label, test_number); | ||
748 | return 0; | ||
749 | } | ||
586 | AES_cbc_encrypt(at->in, out, at->in_len, &key, iv, 1); | 750 | AES_cbc_encrypt(at->in, out, at->in_len, &key, iv, 1); |
587 | 751 | ||
588 | if (memcmp(at->out, out, at->out_len) != 0) { | 752 | if (memcmp(at->out, out, at->out_len) != 0) { |
@@ -594,7 +758,10 @@ aes_cbc_test(size_t test_number, const char *label, int key_bits, | |||
594 | /* Decryption */ | 758 | /* Decryption */ |
595 | memset(out, 0, sizeof(out)); | 759 | memset(out, 0, sizeof(out)); |
596 | memcpy(iv, at->iv, at->iv_len); | 760 | memcpy(iv, at->iv, at->iv_len); |
597 | AES_set_decrypt_key(at->key, key_bits, &key); | 761 | if (AES_set_decrypt_key(at->key, key_bits, &key) != 0) { |
762 | fprintf(stderr, "FAIL (%s:%zu): AES_set_decrypt_key failed\n", label, test_number); | ||
763 | return 0; | ||
764 | } | ||
598 | AES_cbc_encrypt(at->out, out, at->out_len, &key, iv, 0); | 765 | AES_cbc_encrypt(at->out, out, at->out_len, &key, iv, 0); |
599 | 766 | ||
600 | if (memcmp(at->in, out, at->in_len) != 0) { | 767 | if (memcmp(at->in, out, at->in_len) != 0) { |
@@ -607,6 +774,96 @@ aes_cbc_test(size_t test_number, const char *label, int key_bits, | |||
607 | } | 774 | } |
608 | 775 | ||
609 | static int | 776 | static int |
777 | aes_cfb128_test(size_t test_number, const char *label, int key_bits, | ||
778 | const struct aes_test *at) | ||
779 | { | ||
780 | AES_KEY key; | ||
781 | uint8_t out[64]; | ||
782 | uint8_t iv[16]; | ||
783 | int num = 0; | ||
784 | |||
785 | /* CFB mode has no padding */ | ||
786 | |||
787 | /* Encryption */ | ||
788 | memset(out, 0, sizeof(out)); | ||
789 | memcpy(iv, at->iv, at->iv_len); | ||
790 | if (AES_set_encrypt_key(at->key, key_bits, &key) != 0) { | ||
791 | fprintf(stderr, "FAIL (%s:%zu): AES_set_encrypt_key failed\n", label, test_number); | ||
792 | return 0; | ||
793 | } | ||
794 | AES_cfb128_encrypt(at->in, out, at->in_len, &key, iv, &num, AES_ENCRYPT); | ||
795 | |||
796 | if (memcmp(at->out, out, at->out_len) != 0) { | ||
797 | fprintf(stderr, "FAIL (%s:%zu): encryption mismatch\n", | ||
798 | label, test_number); | ||
799 | return 0; | ||
800 | } | ||
801 | |||
802 | /* Decryption */ | ||
803 | memset(out, 0, sizeof(out)); | ||
804 | memcpy(iv, at->iv, at->iv_len); | ||
805 | num = 0; | ||
806 | if (AES_set_encrypt_key(at->key, key_bits, &key) != 0) { | ||
807 | fprintf(stderr, "FAIL (%s:%zu): AES_set_encrypt_key failed\n", label, test_number); | ||
808 | return 0; | ||
809 | } | ||
810 | AES_cfb128_encrypt(at->out, out, at->out_len, &key, iv, &num, AES_DECRYPT); | ||
811 | |||
812 | if (memcmp(at->in, out, at->in_len) != 0) { | ||
813 | fprintf(stderr, "FAIL (%s:%zu): decryption mismatch\n", | ||
814 | label, test_number); | ||
815 | return 0; | ||
816 | } | ||
817 | |||
818 | return 1; | ||
819 | } | ||
820 | |||
821 | static int | ||
822 | aes_ofb128_test(size_t test_number, const char *label, int key_bits, | ||
823 | const struct aes_test *at) | ||
824 | { | ||
825 | AES_KEY key; | ||
826 | uint8_t out[64]; | ||
827 | uint8_t iv[16]; | ||
828 | int num = 0; | ||
829 | |||
830 | /* OFB mode has no padding */ | ||
831 | |||
832 | /* Encryption */ | ||
833 | memset(out, 0, sizeof(out)); | ||
834 | memcpy(iv, at->iv, at->iv_len); | ||
835 | if (AES_set_encrypt_key(at->key, key_bits, &key) != 0) { | ||
836 | fprintf(stderr, "FAIL (%s:%zu): AES_set_encrypt_key failed\n", label, test_number); | ||
837 | return 0; | ||
838 | } | ||
839 | AES_ofb128_encrypt(at->in, out, at->in_len, &key, iv, &num); | ||
840 | |||
841 | if (memcmp(at->out, out, at->out_len) != 0) { | ||
842 | fprintf(stderr, "FAIL (%s:%zu): encryption mismatch\n", | ||
843 | label, test_number); | ||
844 | return 0; | ||
845 | } | ||
846 | |||
847 | /* Decryption */ | ||
848 | memset(out, 0, sizeof(out)); | ||
849 | memcpy(iv, at->iv, at->iv_len); | ||
850 | num = 0; | ||
851 | if (AES_set_encrypt_key(at->key, key_bits, &key) != 0) { | ||
852 | fprintf(stderr, "FAIL (%s:%zu): AES_set_encrypt_key failed\n", label, test_number); | ||
853 | return 0; | ||
854 | } | ||
855 | AES_ofb128_encrypt(at->out, out, at->out_len, &key, iv, &num); | ||
856 | |||
857 | if (memcmp(at->in, out, at->in_len) != 0) { | ||
858 | fprintf(stderr, "FAIL (%s:%zu): decryption mismatch\n", | ||
859 | label, test_number); | ||
860 | return 0; | ||
861 | } | ||
862 | |||
863 | return 1; | ||
864 | } | ||
865 | |||
866 | static int | ||
610 | aes_evp_test(size_t test_number, const struct aes_test *at, const char *label, | 867 | aes_evp_test(size_t test_number, const struct aes_test *at, const char *label, |
611 | int key_bits, const EVP_CIPHER *cipher) | 868 | int key_bits, const EVP_CIPHER *cipher) |
612 | { | 869 | { |
@@ -649,6 +906,10 @@ aes_evp_test(size_t test_number, const struct aes_test *at, const char *label, | |||
649 | if (in_len > at->in_len - i) | 906 | if (in_len > at->in_len - i) |
650 | in_len = at->in_len - i; | 907 | in_len = at->in_len - i; |
651 | 908 | ||
909 | /* XTS needs to be single shot. */ | ||
910 | if (EVP_CIPHER_CTX_mode(ctx) == EVP_CIPH_XTS_MODE) | ||
911 | in_len = at->in_len; | ||
912 | |||
652 | if (!EVP_EncryptUpdate(ctx, out + total_len, &out_len, | 913 | if (!EVP_EncryptUpdate(ctx, out + total_len, &out_len, |
653 | at->in + i, in_len)) { | 914 | at->in + i, in_len)) { |
654 | fprintf(stderr, | 915 | fprintf(stderr, |
@@ -715,6 +976,10 @@ aes_evp_test(size_t test_number, const struct aes_test *at, const char *label, | |||
715 | if (in_len > at->out_len - i) | 976 | if (in_len > at->out_len - i) |
716 | in_len = at->out_len - i; | 977 | in_len = at->out_len - i; |
717 | 978 | ||
979 | /* XTS needs to be single shot. */ | ||
980 | if (EVP_CIPHER_CTX_mode(ctx) == EVP_CIPH_XTS_MODE) | ||
981 | in_len = at->in_len; | ||
982 | |||
718 | if (!EVP_DecryptUpdate(ctx, out + total_len, &out_len, | 983 | if (!EVP_DecryptUpdate(ctx, out + total_len, &out_len, |
719 | at->out + i, in_len)) { | 984 | at->out + i, in_len)) { |
720 | fprintf(stderr, | 985 | fprintf(stderr, |
@@ -881,6 +1146,16 @@ aes_cipher_from_nid(int nid, const char **out_label, | |||
881 | *out_cipher = EVP_aes_256_ccm(); | 1146 | *out_cipher = EVP_aes_256_ccm(); |
882 | break; | 1147 | break; |
883 | 1148 | ||
1149 | /* XTS */ | ||
1150 | case NID_aes_128_xts: | ||
1151 | *out_label = SN_aes_128_xts; | ||
1152 | *out_cipher = EVP_aes_128_xts(); | ||
1153 | break; | ||
1154 | case NID_aes_256_xts: | ||
1155 | *out_label = SN_aes_256_xts; | ||
1156 | *out_cipher = EVP_aes_256_xts(); | ||
1157 | break; | ||
1158 | |||
884 | /* Unknown */ | 1159 | /* Unknown */ |
885 | default: | 1160 | default: |
886 | return 0; | 1161 | return 0; |
@@ -902,8 +1177,10 @@ aes_test(void) | |||
902 | for (i = 0; i < N_AES_TESTS; i++) { | 1177 | for (i = 0; i < N_AES_TESTS; i++) { |
903 | at = &aes_tests[i]; | 1178 | at = &aes_tests[i]; |
904 | key_bits = aes_key_bits_from_nid(at->mode); | 1179 | key_bits = aes_key_bits_from_nid(at->mode); |
905 | if (!aes_cipher_from_nid(at->mode, &label, &cipher)) | 1180 | if (!aes_cipher_from_nid(at->mode, &label, &cipher)) { |
1181 | fprintf(stderr, "unknown cipher\n"); | ||
906 | goto failed; | 1182 | goto failed; |
1183 | } | ||
907 | 1184 | ||
908 | switch (at->mode) { | 1185 | switch (at->mode) { |
909 | /* ECB */ | 1186 | /* ECB */ |
@@ -926,14 +1203,16 @@ aes_test(void) | |||
926 | case NID_aes_128_cfb128: | 1203 | case NID_aes_128_cfb128: |
927 | case NID_aes_192_cfb128: | 1204 | case NID_aes_192_cfb128: |
928 | case NID_aes_256_cfb128: | 1205 | case NID_aes_256_cfb128: |
929 | /* XXX - CFB128 non-EVP tests */ | 1206 | if (!aes_cfb128_test(i, label, key_bits, at)) |
1207 | goto failed; | ||
930 | break; | 1208 | break; |
931 | 1209 | ||
932 | /* OFB128 */ | 1210 | /* OFB128 */ |
933 | case NID_aes_128_ofb128: | 1211 | case NID_aes_128_ofb128: |
934 | case NID_aes_192_ofb128: | 1212 | case NID_aes_192_ofb128: |
935 | case NID_aes_256_ofb128: | 1213 | case NID_aes_256_ofb128: |
936 | /* XXX - OFB128 non-EVP tests */ | 1214 | if (!aes_ofb128_test(i, label, key_bits, at)) |
1215 | goto failed; | ||
937 | break; | 1216 | break; |
938 | 1217 | ||
939 | /* GCM */ | 1218 | /* GCM */ |
@@ -947,7 +1226,13 @@ aes_test(void) | |||
947 | case NID_aes_128_ccm: | 1226 | case NID_aes_128_ccm: |
948 | case NID_aes_192_ccm: | 1227 | case NID_aes_192_ccm: |
949 | case NID_aes_256_ccm: | 1228 | case NID_aes_256_ccm: |
950 | /* XXX - CCM non-EVP tests */ | 1229 | /* CCM is EVP-only */ |
1230 | break; | ||
1231 | |||
1232 | /* XTS */ | ||
1233 | case NID_aes_128_xts: | ||
1234 | case NID_aes_256_xts: | ||
1235 | /* XTS is EVP-only */ | ||
951 | break; | 1236 | break; |
952 | 1237 | ||
953 | /* Unknown */ | 1238 | /* Unknown */ |