jdk/test/javax/crypto/Cipher/ExampleVectors/NIST_800_38A_vectors.txt
author apetcher
Tue, 28 Feb 2017 02:31:59 +0000
changeset 44207 f15ab863d6ec
permissions -rw-r--r--
8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests Summary: added AES Cipher test vectors from Appendix F of NIST 800-38A Reviewed-by: valeriep
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
44207
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
     1
// Example vectors from NIST Special Publication 800-38A
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
     2
// Recommentation for Block Cipher Modes of Operation
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
     3
//
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
     4
// format for each vector entry is as follows:
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
     5
// mode,encrypt/decrypt,key,initialization vector
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
     6
// number of blocks
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
     7
// (for each block) input,output
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
     8
// All key, IV, input, and output values are encoded in Base64
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
     9
//
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    10
ECB,Encrypt,K34VFiiu0qar9xWICc9PPA==,
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    11
4
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    12
a8G+4i5An5bpPX4Rc5MXKg==,Otd7tA16NmConsrzJGbvlw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    13
ri2KVx4DrJyet2+sRa+OUQ==,9dPVhQO5aZ3nhYlalv26rw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    14
MMgcRqNc5BHl+8EZGgpS7w==,Q7HNf1mOziOIGwDj7QMGiA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    15
9p8kRd9PmxetK0F75mw3EA==,ewx4XiforT+CIyBxBHJd1A==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    16
ECB,Decrypt,K34VFiiu0qar9xWICc9PPA==,
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    17
4
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    18
Otd7tA16NmConsrzJGbvlw==,a8G+4i5An5bpPX4Rc5MXKg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    19
9dPVhQO5aZ3nhYlalv26rw==,ri2KVx4DrJyet2+sRa+OUQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    20
Q7HNf1mOziOIGwDj7QMGiA==,MMgcRqNc5BHl+8EZGgpS7w==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    21
ewx4XiforT+CIyBxBHJd1A==,9p8kRd9PmxetK0F75mw3EA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    22
ECB,Encrypt,jnOw99oOZFLIEPMrgJB55WL46tJSLGt7,
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    23
4
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    24
a8G+4i5An5bpPX4Rc5MXKg==,vTNPHW5F8l/3EqIUVx+lzA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    25
ri2KVx4DrJyet2+sRa+OUQ==,l0EEhG0K0613NOyz7O5O7w==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    26
MMgcRqNc5BHl+8EZGgpS7w==,73r9InDi5grc4LovrOZETg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    27
9p8kRd9PmxetK0F75mw3EA==,mktBunONbHL7FmkWA8GODg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    28
ECB,Decrypt,jnOw99oOZFLIEPMrgJB55WL46tJSLGt7,
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    29
4
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    30
vTNPHW5F8l/3EqIUVx+lzA==,a8G+4i5An5bpPX4Rc5MXKg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    31
l0EEhG0K0613NOyz7O5O7w==,ri2KVx4DrJyet2+sRa+OUQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    32
73r9InDi5grc4LovrOZETg==,MMgcRqNc5BHl+8EZGgpS7w==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    33
mktBunONbHL7FmkWA8GODg==,9p8kRd9PmxetK0F75mw3EA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    34
ECB,Encrypt,YD3rEBXKcb4rc67whX13gR81LAc7YQjXLZgQowkU3/Q=,
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    35
4
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    36
a8G+4i5An5bpPX4Rc5MXKg==,8+7RvbXSoDwGS1p+PbGB+A==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    37
ri2KVx4DrJyet2+sRa+OUQ==,WRzLENQQ7SbcW6dKMTYocA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    38
MMgcRqNc5BHl+8EZGgpS7w==,tu0huZym9PnxU+exvq/tHQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    39
9p8kRd9PmxetK0F75mw3EA==,IzBLejn58/8GfY2PniTsxw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    40
ECB,Decrypt,YD3rEBXKcb4rc67whX13gR81LAc7YQjXLZgQowkU3/Q=,
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    41
4
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    42
8+7RvbXSoDwGS1p+PbGB+A==,a8G+4i5An5bpPX4Rc5MXKg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    43
WRzLENQQ7SbcW6dKMTYocA==,ri2KVx4DrJyet2+sRa+OUQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    44
tu0huZym9PnxU+exvq/tHQ==,MMgcRqNc5BHl+8EZGgpS7w==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    45
IzBLejn58/8GfY2PniTsxw==,9p8kRd9PmxetK0F75mw3EA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    46
CBC,Encrypt,K34VFiiu0qar9xWICc9PPA==,AAECAwQFBgcICQoLDA0ODw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    47
4
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    48
a8G+4i5An5bpPX4Rc5MXKg==,dkmrrIEZskbO6Y6bEukZfQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    49
ri2KVx4DrJyet2+sRa+OUQ==,UIbLm1ByGe6V2xE6kXZ4sg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    50
MMgcRqNc5BHl+8EZGgpS7w==,c77WuOPBdDtxFuaeIiKVFg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    51
9p8kRd9PmxetK0F75mw3EA==,P/HKoWgfrAkSDsowdYbhpw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    52
CBC,Decrypt,K34VFiiu0qar9xWICc9PPA==,AAECAwQFBgcICQoLDA0ODw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    53
4
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    54
dkmrrIEZskbO6Y6bEukZfQ==,a8G+4i5An5bpPX4Rc5MXKg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    55
UIbLm1ByGe6V2xE6kXZ4sg==,ri2KVx4DrJyet2+sRa+OUQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    56
c77WuOPBdDtxFuaeIiKVFg==,MMgcRqNc5BHl+8EZGgpS7w==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    57
P/HKoWgfrAkSDsowdYbhpw==,9p8kRd9PmxetK0F75mw3EA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    58
CBC,Encrypt,jnOw99oOZFLIEPMrgJB55WL46tJSLGt7,AAECAwQFBgcICQoLDA0ODw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    59
4
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    60
a8G+4i5An5bpPX4Rc5MXKg==,TwIdskO8Yz1xeBg6n6Bx6A==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    61
ri2KVx4DrJyet2+sRa+OUQ==,tNmtqa197fTl5zh2P2kUWg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    62
MMgcRqNc5BHl+8EZGgpS7w==,VxskIBL7euB/qbqsPfEC4A==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    63
9p8kRd9PmxetK0F75mw3EA==,CLDieYhZiIHZIKnmT1YVzQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    64
CBC,Decrypt,jnOw99oOZFLIEPMrgJB55WL46tJSLGt7,AAECAwQFBgcICQoLDA0ODw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    65
4
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    66
TwIdskO8Yz1xeBg6n6Bx6A==,a8G+4i5An5bpPX4Rc5MXKg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    67
tNmtqa197fTl5zh2P2kUWg==,ri2KVx4DrJyet2+sRa+OUQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    68
VxskIBL7euB/qbqsPfEC4A==,MMgcRqNc5BHl+8EZGgpS7w==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    69
CLDieYhZiIHZIKnmT1YVzQ==,9p8kRd9PmxetK0F75mw3EA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    70
CBC,Encrypt,YD3rEBXKcb4rc67whX13gR81LAc7YQjXLZgQowkU3/Q=,AAECAwQFBgcICQoLDA0ODw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    71
4
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    72
a8G+4i5An5bpPX4Rc5MXKg==,9YxMBNbl8bp3nqv7X3v71g==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    73
ri2KVx4DrJyet2+sRa+OUQ==,nPxOln7bgI1nn3d7xnAsfQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    74
MMgcRqNc5BHl+8EZGgpS7w==,OfIzaanZus+lMOJjBCMUYQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    75
9p8kRd9PmxetK0F75mw3EA==,susF4sOb6fzabBkHjGqdGw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    76
CBC,Decrypt,YD3rEBXKcb4rc67whX13gR81LAc7YQjXLZgQowkU3/Q=,AAECAwQFBgcICQoLDA0ODw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    77
4
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    78
9YxMBNbl8bp3nqv7X3v71g==,a8G+4i5An5bpPX4Rc5MXKg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    79
nPxOln7bgI1nn3d7xnAsfQ==,ri2KVx4DrJyet2+sRa+OUQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    80
OfIzaanZus+lMOJjBCMUYQ==,MMgcRqNc5BHl+8EZGgpS7w==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    81
susF4sOb6fzabBkHjGqdGw==,9p8kRd9PmxetK0F75mw3EA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    82
CFB1,Encrypt,K34VFiiu0qar9xWICc9PPA==,AAECAwQFBgcICQoLDA0ODw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    83
16
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    84
AA==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    85
AQ==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    86
AQ==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    87
AA==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    88
AQ==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    89
AA==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    90
AQ==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    91
AQ==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    92
AQ==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    93
AQ==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    94
AA==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    95
AA==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    96
AA==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    97
AA==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    98
AA==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
    99
AQ==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   100
CFB1,Decrypt,K34VFiiu0qar9xWICc9PPA==,AAECAwQFBgcICQoLDA0ODw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   101
16
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   102
AA==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   103
AQ==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   104
AQ==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   105
AA==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   106
AQ==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   107
AA==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   108
AA==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   109
AA==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   110
AQ==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   111
AA==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   112
AQ==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   113
AQ==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   114
AA==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   115
AA==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   116
AQ==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   117
AQ==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   118
CFB1,Encrypt,jnOw99oOZFLIEPMrgJB55WL46tJSLGt7,AAECAwQFBgcICQoLDA0ODw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   119
16
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   120
AA==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   121
AQ==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   122
AQ==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   123
AA==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   124
AQ==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   125
AA==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   126
AQ==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   127
AQ==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   128
AQ==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   129
AQ==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   130
AA==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   131
AA==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   132
AA==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   133
AA==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   134
AA==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   135
AQ==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   136
CFB1,Decrypt,jnOw99oOZFLIEPMrgJB55WL46tJSLGt7,AAECAwQFBgcICQoLDA0ODw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   137
16
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   138
AQ==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   139
AA==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   140
AA==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   141
AQ==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   142
AA==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   143
AA==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   144
AQ==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   145
AQ==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   146
AA==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   147
AQ==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   148
AA==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   149
AQ==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   150
AQ==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   151
AA==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   152
AA==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   153
AQ==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   154
CFB1,Encrypt,YD3rEBXKcb4rc67whX13gR81LAc7YQjXLZgQowkU3/Q=,AAECAwQFBgcICQoLDA0ODw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   155
16
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   156
AA==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   157
AQ==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   158
AQ==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   159
AA==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   160
AQ==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   161
AA==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   162
AQ==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   163
AQ==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   164
AQ==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   165
AQ==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   166
AA==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   167
AA==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   168
AA==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   169
AA==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   170
AA==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   171
AQ==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   172
CFB1,Decrypt,YD3rEBXKcb4rc67whX13gR81LAc7YQjXLZgQowkU3/Q=,AAECAwQFBgcICQoLDA0ODw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   173
16
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   174
AQ==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   175
AA==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   176
AA==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   177
AQ==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   178
AA==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   179
AA==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   180
AA==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   181
AA==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   182
AA==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   183
AA==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   184
AQ==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   185
AA==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   186
AQ==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   187
AA==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   188
AA==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   189
AQ==,AQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   190
CFB8,Encrypt,K34VFiiu0qar9xWICc9PPA==,AAECAwQFBgcICQoLDA0ODw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   191
18
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   192
aw==,Ow==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   193
wQ==,eQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   194
vg==,Qg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   195
4g==,TA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   196
Lg==,nA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   197
QA==,DQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   198
nw==,1A==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   199
lg==,Ng==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   200
6Q==,ug==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   201
PQ==,zg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   202
fg==,ng==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   203
EQ==,Dg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   204
cw==,1A==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   205
kw==,WA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   206
Fw==,ag==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   207
Kg==,Tw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   208
rg==,Mg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   209
LQ==,uQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   210
CFB8,Decrypt,K34VFiiu0qar9xWICc9PPA==,AAECAwQFBgcICQoLDA0ODw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   211
18
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   212
Ow==,aw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   213
eQ==,wQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   214
Qg==,vg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   215
TA==,4g==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   216
nA==,Lg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   217
DQ==,QA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   218
1A==,nw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   219
Ng==,lg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   220
ug==,6Q==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   221
zg==,PQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   222
ng==,fg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   223
Dg==,EQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   224
1A==,cw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   225
WA==,kw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   226
ag==,Fw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   227
Tw==,Kg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   228
Mg==,rg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   229
uQ==,LQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   230
CFB8,Encrypt,jnOw99oOZFLIEPMrgJB55WL46tJSLGt7,AAECAwQFBgcICQoLDA0ODw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   231
18
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   232
aw==,zQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   233
wQ==,og==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   234
vg==,Ug==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   235
4g==,Hg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   236
Lg==,8A==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   237
QA==,qQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   238
nw==,BQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   239
lg==,yg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   240
6Q==,RA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   241
PQ==,zQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   242
fg==,BQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   243
EQ==,fA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   244
cw==,vw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   245
kw==,DQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   246
Fw==,Rw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   247
Kg==,oA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   248
rg==,Zw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   249
LQ==,ig==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   250
CFB8,Decrypt,jnOw99oOZFLIEPMrgJB55WL46tJSLGt7,AAECAwQFBgcICQoLDA0ODw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   251
18
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   252
zQ==,aw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   253
og==,wQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   254
Ug==,vg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   255
Hg==,4g==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   256
8A==,Lg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   257
qQ==,QA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   258
BQ==,nw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   259
yg==,lg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   260
RA==,6Q==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   261
zQ==,PQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   262
BQ==,fg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   263
fA==,EQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   264
vw==,cw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   265
DQ==,kw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   266
Rw==,Fw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   267
oA==,Kg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   268
Zw==,rg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   269
ig==,LQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   270
CFB8,Encrypt,YD3rEBXKcb4rc67whX13gR81LAc7YQjXLZgQowkU3/Q=,AAECAwQFBgcICQoLDA0ODw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   271
18
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   272
aw==,3A==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   273
wQ==,Hw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   274
vg==,Gg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   275
4g==,hQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   276
Lg==,IA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   277
QA==,pg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   278
nw==,TQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   279
lg==,tQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   280
6Q==,Xw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   281
PQ==,zA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   282
fg==,ig==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   283
EQ==,xQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   284
cw==,VA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   285
kw==,hA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   286
Fw==,Tg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   287
Kg==,iA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   288
rg==,lw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   289
LQ==,AA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   290
CFB8,Decrypt,YD3rEBXKcb4rc67whX13gR81LAc7YQjXLZgQowkU3/Q=,AAECAwQFBgcICQoLDA0ODw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   291
18
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   292
3A==,aw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   293
Hw==,wQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   294
Gg==,vg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   295
hQ==,4g==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   296
IA==,Lg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   297
pg==,QA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   298
TQ==,nw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   299
tQ==,lg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   300
Xw==,6Q==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   301
zA==,PQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   302
ig==,fg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   303
xQ==,EQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   304
VA==,cw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   305
hA==,kw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   306
Tg==,Fw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   307
iA==,Kg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   308
lw==,rg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   309
AA==,LQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   310
CFB128,Encrypt,K34VFiiu0qar9xWICc9PPA==,AAECAwQFBgcICQoLDA0ODw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   311
4
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   312
a8G+4i5An5bpPX4Rc5MXKg==,Oz/ZLrctrSAzNEn46Dz7Sg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   313
ri2KVx4DrJyet2+sRa+OUQ==,yKZFN6CzqT/N482tnxzliw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   314
MMgcRqNc5BHl+8EZGgpS7w==,JnUfZ6PLsUCxgIzxh6T03w==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   315
9p8kRd9PmxetK0F75mw3EA==,wEsFNXxdHA7qxMZvn/fy5g==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   316
CFB128,Decrypt,K34VFiiu0qar9xWICc9PPA==,AAECAwQFBgcICQoLDA0ODw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   317
4
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   318
Oz/ZLrctrSAzNEn46Dz7Sg==,a8G+4i5An5bpPX4Rc5MXKg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   319
yKZFN6CzqT/N482tnxzliw==,ri2KVx4DrJyet2+sRa+OUQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   320
JnUfZ6PLsUCxgIzxh6T03w==,MMgcRqNc5BHl+8EZGgpS7w==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   321
wEsFNXxdHA7qxMZvn/fy5g==,9p8kRd9PmxetK0F75mw3EA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   322
CFB128,Encrypt,jnOw99oOZFLIEPMrgJB55WL46tJSLGt7,AAECAwQFBgcICQoLDA0ODw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   323
4
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   324
a8G+4i5An5bpPX4Rc5MXKg==,zcgNb93xjKs0wlkJyZpBdA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   325
ri2KVx4DrJyet2+sRa+OUQ==,Z85/f4EXNiGWGitwFx09eg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   326
MMgcRqNc5BHl+8EZGgpS7w==,Lh6KHdWbiLHI5g/tHvrEyQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   327
9p8kRd9PmxetK0F75mw3EA==,wF+fnKmDT6BCro+6WEsJ/w==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   328
CFB128,Decrypt,jnOw99oOZFLIEPMrgJB55WL46tJSLGt7,AAECAwQFBgcICQoLDA0ODw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   329
4
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   330
zcgNb93xjKs0wlkJyZpBdA==,a8G+4i5An5bpPX4Rc5MXKg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   331
Z85/f4EXNiGWGitwFx09eg==,ri2KVx4DrJyet2+sRa+OUQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   332
Lh6KHdWbiLHI5g/tHvrEyQ==,MMgcRqNc5BHl+8EZGgpS7w==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   333
wF+fnKmDT6BCro+6WEsJ/w==,9p8kRd9PmxetK0F75mw3EA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   334
CFB128,Encrypt,YD3rEBXKcb4rc67whX13gR81LAc7YQjXLZgQowkU3/Q=,AAECAwQFBgcICQoLDA0ODw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   335
4
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   336
a8G+4i5An5bpPX4Rc5MXKg==,3H6Ev9p5Fkt+zYSGmF04YA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   337
ri2KVx4DrJyet2+sRa+OUQ==,Of/tFDsoscgyETxjMeVAew==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   338
MMgcRqNc5BHl+8EZGgpS7w==,3xATJBXlS5KhPtCoJnri+Q==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   339
9p8kRd9PmxetK0F75mw3EA==,daOFdBq5zvggMWI9VbHkcQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   340
CFB128,Decrypt,YD3rEBXKcb4rc67whX13gR81LAc7YQjXLZgQowkU3/Q=,AAECAwQFBgcICQoLDA0ODw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   341
4
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   342
3H6Ev9p5Fkt+zYSGmF04YA==,a8G+4i5An5bpPX4Rc5MXKg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   343
Of/tFDsoscgyETxjMeVAew==,ri2KVx4DrJyet2+sRa+OUQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   344
3xATJBXlS5KhPtCoJnri+Q==,MMgcRqNc5BHl+8EZGgpS7w==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   345
daOFdBq5zvggMWI9VbHkcQ==,9p8kRd9PmxetK0F75mw3EA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   346
OFB,Encrypt,K34VFiiu0qar9xWICc9PPA==,AAECAwQFBgcICQoLDA0ODw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   347
4
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   348
a8G+4i5An5bpPX4Rc5MXKg==,Oz/ZLrctrSAzNEn46Dz7Sg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   349
ri2KVx4DrJyet2+sRa+OUQ==,d4lQjRaRjwP1PFLaxU7YJQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   350
MMgcRqNc5BHl+8EZGgpS7w==,l0AFHpxf7PZDRPeoImDtzA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   351
9p8kRd9PmxetK0F75mw3EA==,MExlKPZZx3hmpRDZwdauXg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   352
OFB,Decrypt,K34VFiiu0qar9xWICc9PPA==,AAECAwQFBgcICQoLDA0ODw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   353
4
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   354
Oz/ZLrctrSAzNEn46Dz7Sg==,a8G+4i5An5bpPX4Rc5MXKg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   355
d4lQjRaRjwP1PFLaxU7YJQ==,ri2KVx4DrJyet2+sRa+OUQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   356
l0AFHpxf7PZDRPeoImDtzA==,MMgcRqNc5BHl+8EZGgpS7w==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   357
MExlKPZZx3hmpRDZwdauXg==,9p8kRd9PmxetK0F75mw3EA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   358
OFB,Encrypt,jnOw99oOZFLIEPMrgJB55WL46tJSLGt7,AAECAwQFBgcICQoLDA0ODw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   359
4
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   360
a8G+4i5An5bpPX4Rc5MXKg==,zcgNb93xjKs0wlkJyZpBdA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   361
ri2KVx4DrJyet2+sRa+OUQ==,/MKLjUxjg3wJ6BcAwRAEAQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   362
MMgcRqNc5BHl+8EZGgpS7w==,jZqa6sD2WW9VnG1Nr1ml8g==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   363
9p8kRd9PmxetK0F75mw3EA==,bZ8gCFfKbD6crFJL2azJKg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   364
OFB,Decrypt,jnOw99oOZFLIEPMrgJB55WL46tJSLGt7,AAECAwQFBgcICQoLDA0ODw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   365
4
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   366
zcgNb93xjKs0wlkJyZpBdA==,a8G+4i5An5bpPX4Rc5MXKg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   367
/MKLjUxjg3wJ6BcAwRAEAQ==,ri2KVx4DrJyet2+sRa+OUQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   368
jZqa6sD2WW9VnG1Nr1ml8g==,MMgcRqNc5BHl+8EZGgpS7w==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   369
bZ8gCFfKbD6crFJL2azJKg==,9p8kRd9PmxetK0F75mw3EA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   370
OFB,Encrypt,YD3rEBXKcb4rc67whX13gR81LAc7YQjXLZgQowkU3/Q=,AAECAwQFBgcICQoLDA0ODw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   371
4
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   372
a8G+4i5An5bpPX4Rc5MXKg==,3H6Ev9p5Fkt+zYSGmF04YA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   373
ri2KVx4DrJyet2+sRa+OUQ==,T+vcZ0DSCzrIj2rYKk+wjQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   374
MMgcRqNc5BHl+8EZGgpS7w==,catHoIbobu3znRxbupfECA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   375
9p8kRd9PmxetK0F75mw3EA==,ASYUHWfze+hTj1qL50DkhA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   376
OFB,Decrypt,YD3rEBXKcb4rc67whX13gR81LAc7YQjXLZgQowkU3/Q=,AAECAwQFBgcICQoLDA0ODw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   377
4
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   378
3H6Ev9p5Fkt+zYSGmF04YA==,a8G+4i5An5bpPX4Rc5MXKg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   379
T+vcZ0DSCzrIj2rYKk+wjQ==,ri2KVx4DrJyet2+sRa+OUQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   380
catHoIbobu3znRxbupfECA==,MMgcRqNc5BHl+8EZGgpS7w==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   381
ASYUHWfze+hTj1qL50DkhA==,9p8kRd9PmxetK0F75mw3EA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   382
CTR,Encrypt,K34VFiiu0qar9xWICc9PPA==,8PHy8/T19vf4+fr7/P3+/w==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   383
4
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   384
a8G+4i5An5bpPX4Rc5MXKg==,h01hkbYg4yYb72hkmQ22zg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   385
ri2KVx4DrJyet2+sRa+OUQ==,mAb2a3lw/f+GFxh7uf/9/w==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   386
MMgcRqNc5BHl+8EZGgpS7w==,WuTfPtvV015bTwkCDbA+qw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   387
9p8kRd9PmxetK0F75mw3EA==,HgMd2i++A9F5IXCg8wCc7g==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   388
CTR,Decrypt,K34VFiiu0qar9xWICc9PPA==,8PHy8/T19vf4+fr7/P3+/w==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   389
4
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   390
h01hkbYg4yYb72hkmQ22zg==,a8G+4i5An5bpPX4Rc5MXKg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   391
mAb2a3lw/f+GFxh7uf/9/w==,ri2KVx4DrJyet2+sRa+OUQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   392
WuTfPtvV015bTwkCDbA+qw==,MMgcRqNc5BHl+8EZGgpS7w==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   393
HgMd2i++A9F5IXCg8wCc7g==,9p8kRd9PmxetK0F75mw3EA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   394
CTR,Encrypt,jnOw99oOZFLIEPMrgJB55WL46tJSLGt7,8PHy8/T19vf4+fr7/P3+/w==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   395
4
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   396
a8G+4i5An5bpPX4Rc5MXKg==,GryTJBdSHKJPKwRZ/n5uCw==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   397
ri2KVx4DrJyet2+sRa+OUQ==,CQM57Aqm+u/VzMLG9M6OlA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   398
MMgcRqNc5BHl+8EZGgpS7w==,Hjaya9HrxnDRvR1mViCr9w==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   399
9p8kRd9PmxetK0F75mw3EA==,T3in9tKYCVhal9rsWMawUA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   400
CTR,Decrypt,jnOw99oOZFLIEPMrgJB55WL46tJSLGt7,8PHy8/T19vf4+fr7/P3+/w==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   401
4
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   402
GryTJBdSHKJPKwRZ/n5uCw==,a8G+4i5An5bpPX4Rc5MXKg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   403
CQM57Aqm+u/VzMLG9M6OlA==,ri2KVx4DrJyet2+sRa+OUQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   404
Hjaya9HrxnDRvR1mViCr9w==,MMgcRqNc5BHl+8EZGgpS7w==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   405
T3in9tKYCVhal9rsWMawUA==,9p8kRd9PmxetK0F75mw3EA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   406
CTR,Encrypt,YD3rEBXKcb4rc67whX13gR81LAc7YQjXLZgQowkU3/Q=,8PHy8/T19vf4+fr7/P3+/w==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   407
4
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   408
a8G+4i5An5bpPX4Rc5MXKg==,YB7DE3dXiaW3p/UEu/PSKA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   409
ri2KVx4DrJyet2+sRa+OUQ==,9EPjyk1itZrKhOmQysr1xQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   410
MMgcRqNc5BHl+8EZGgpS7w==,Kwkw2qI96UzocBe6LYSYjQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   411
9p8kRd9PmxetK0F75mw3EA==,38nFjbZ6raYTwt0IRXlBpg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   412
CTR,Decrypt,YD3rEBXKcb4rc67whX13gR81LAc7YQjXLZgQowkU3/Q=,8PHy8/T19vf4+fr7/P3+/w==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   413
4
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   414
YB7DE3dXiaW3p/UEu/PSKA==,a8G+4i5An5bpPX4Rc5MXKg==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   415
9EPjyk1itZrKhOmQysr1xQ==,ri2KVx4DrJyet2+sRa+OUQ==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   416
Kwkw2qI96UzocBe6LYSYjQ==,MMgcRqNc5BHl+8EZGgpS7w==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   417
38nFjbZ6raYTwt0IRXlBpg==,9p8kRd9PmxetK0F75mw3EA==
f15ab863d6ec 8006259: Add Test Vectors for NIST 800-38A to the JCE Unit Tests
apetcher
parents:
diff changeset
   418