Manuel Pégourié-Gonnard | 07f8fa5 | 2013-08-30 18:34:08 +0200 | [diff] [blame^] | 1 | Cipher Selftest |
| 2 | depends_on:POLARSSL_SELF_TEST |
| 3 | cipher_selftest: |
| 4 | |
| 5 | Decrypt empty buffer |
| 6 | dec_empty_buf: |
| 7 | |
| 8 | AES-GCM Encrypt and decrypt 0 bytes |
| 9 | depends_on:POLARSSL_AES_C:POLARSSL_GCM_C |
| 10 | enc_dec_buf:POLARSSL_CIPHER_AES_128_GCM:"AES-128-GCM":128:0:-1 |
| 11 | |
| 12 | AES 128 GCM Encrypt and decrypt 1 byte |
| 13 | depends_on:POLARSSL_AES_C:POLARSSL_GCM_C |
| 14 | enc_dec_buf:POLARSSL_CIPHER_AES_128_GCM:"AES-128-GCM":128:1:-1 |
| 15 | |
| 16 | AES 128 GCM Encrypt and decrypt 2 bytes |
| 17 | depends_on:POLARSSL_AES_C:POLARSSL_GCM_C |
| 18 | enc_dec_buf:POLARSSL_CIPHER_AES_128_GCM:"AES-128-GCM":128:2:-1 |
| 19 | |
| 20 | AES 128 GCM Encrypt and decrypt 7 bytes |
| 21 | depends_on:POLARSSL_AES_C:POLARSSL_GCM_C |
| 22 | enc_dec_buf:POLARSSL_CIPHER_AES_128_GCM:"AES-128-GCM":128:7:-1 |
| 23 | |
| 24 | AES 128 GCM Encrypt and decrypt 8 bytes |
| 25 | depends_on:POLARSSL_AES_C:POLARSSL_GCM_C |
| 26 | enc_dec_buf:POLARSSL_CIPHER_AES_128_GCM:"AES-128-GCM":128:8:-1 |
| 27 | |
| 28 | AES 128 GCM Encrypt and decrypt 9 bytes |
| 29 | depends_on:POLARSSL_AES_C:POLARSSL_GCM_C |
| 30 | enc_dec_buf:POLARSSL_CIPHER_AES_128_GCM:"AES-128-GCM":128:9:-1 |
| 31 | |
| 32 | AES 128 GCM Encrypt and decrypt 15 bytes |
| 33 | depends_on:POLARSSL_AES_C:POLARSSL_GCM_C |
| 34 | enc_dec_buf:POLARSSL_CIPHER_AES_128_GCM:"AES-128-GCM":128:15:-1 |
| 35 | |
| 36 | AES 128 GCM Encrypt and decrypt 16 bytes |
| 37 | depends_on:POLARSSL_AES_C:POLARSSL_GCM_C |
| 38 | enc_dec_buf:POLARSSL_CIPHER_AES_128_GCM:"AES-128-GCM":128:16:-1 |
| 39 | |
| 40 | AES 128 GCM Encrypt and decrypt 17 bytes |
| 41 | depends_on:POLARSSL_AES_C:POLARSSL_GCM_C |
| 42 | enc_dec_buf:POLARSSL_CIPHER_AES_128_GCM:"AES-128-GCM":128:17:-1 |
| 43 | |
| 44 | AES 128 GCM Encrypt and decrypt 31 bytes |
| 45 | depends_on:POLARSSL_AES_C:POLARSSL_GCM_C |
| 46 | enc_dec_buf:POLARSSL_CIPHER_AES_128_GCM:"AES-128-GCM":128:31:-1 |
| 47 | |
| 48 | AES 128 GCM Encrypt and decrypt 32 bytes |
| 49 | depends_on:POLARSSL_AES_C:POLARSSL_GCM_C |
| 50 | enc_dec_buf:POLARSSL_CIPHER_AES_128_GCM:"AES-128-GCM":128:32:-1 |
| 51 | |
| 52 | AES 128 GCM Encrypt and decrypt 32 bytes |
| 53 | depends_on:POLARSSL_AES_C:POLARSSL_GCM_C |
| 54 | enc_dec_buf:POLARSSL_CIPHER_AES_128_GCM:"AES-128-GCM":128:33:-1 |
| 55 | |
| 56 | AES 128 GCM Encrypt and decrypt 47 bytes |
| 57 | depends_on:POLARSSL_AES_C:POLARSSL_GCM_C |
| 58 | enc_dec_buf:POLARSSL_CIPHER_AES_128_GCM:"AES-128-GCM":128:47:-1 |
| 59 | |
| 60 | AES 128 GCM Encrypt and decrypt 48 bytes |
| 61 | depends_on:POLARSSL_AES_C:POLARSSL_GCM_C |
| 62 | enc_dec_buf:POLARSSL_CIPHER_AES_128_GCM:"AES-128-GCM":128:48:-1 |
| 63 | |
| 64 | AES 128 GCM Encrypt and decrypt 49 bytes |
| 65 | depends_on:POLARSSL_AES_C:POLARSSL_GCM_C |
| 66 | enc_dec_buf:POLARSSL_CIPHER_AES_128_GCM:"AES-128-GCM":128:49:-1 |
| 67 | |
| 68 | AES 128 GCM Encrypt and decrypt 0 bytes in multiple parts |
| 69 | depends_on:POLARSSL_AES_C:POLARSSL_GCM_C |
| 70 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_128_GCM:128:0:0 |
| 71 | |
| 72 | AES 128 GCM Encrypt and decrypt 1 bytes in multiple parts 1 |
| 73 | depends_on:POLARSSL_AES_C:POLARSSL_GCM_C |
| 74 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_128_GCM:128:1:0 |
| 75 | |
| 76 | AES 128 GCM Encrypt and decrypt 1 bytes in multiple parts 2 |
| 77 | depends_on:POLARSSL_AES_C:POLARSSL_GCM_C |
| 78 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_128_GCM:128:0:1 |
| 79 | |
| 80 | AES 128 GCM Encrypt and decrypt 16 bytes in multiple parts 1 |
| 81 | depends_on:POLARSSL_AES_C:POLARSSL_GCM_C |
| 82 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_128_GCM:128:16:0 |
| 83 | |
| 84 | AES 128 GCM Encrypt and decrypt 16 bytes in multiple parts 2 |
| 85 | depends_on:POLARSSL_AES_C:POLARSSL_GCM_C |
| 86 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_128_GCM:128:0:16 |
| 87 | |
| 88 | AES 128 GCM Encrypt and decrypt 16 bytes in multiple parts 3 |
| 89 | depends_on:POLARSSL_AES_C:POLARSSL_GCM_C |
| 90 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_128_GCM:128:1:15 |
| 91 | |
| 92 | AES 128 GCM Encrypt and decrypt 16 bytes in multiple parts 4 |
| 93 | depends_on:POLARSSL_AES_C:POLARSSL_GCM_C |
| 94 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_128_GCM:128:15:1 |
| 95 | |
| 96 | AES 128 GCM Encrypt and decrypt 22 bytes in multiple parts 1 |
| 97 | depends_on:POLARSSL_AES_C:POLARSSL_GCM_C |
| 98 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_128_GCM:128:15:7 |
| 99 | |
| 100 | AES 128 GCM Encrypt and decrypt 22 bytes in multiple parts 1 |
| 101 | depends_on:POLARSSL_AES_C:POLARSSL_GCM_C |
| 102 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_128_GCM:128:16:6 |
| 103 | |
| 104 | AES 128 GCM Encrypt and decrypt 22 bytes in multiple parts 1 |
| 105 | depends_on:POLARSSL_AES_C:POLARSSL_GCM_C |
| 106 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_128_GCM:128:17:6 |
| 107 | |
| 108 | AES 128 GCM Encrypt and decrypt 32 bytes in multiple parts 1 |
| 109 | depends_on:POLARSSL_AES_C:POLARSSL_GCM_C |
| 110 | enc_dec_buf_multipart:POLARSSL_CIPHER_AES_128_GCM:128:16:16 |