Home | History | Annotate | Download | only in test

Lines Matching defs:cfbCiphertext

790 static const unsigned char cfbCiphertext[] = {
4844 cfbCiphertext, NULL, 0, sizeof(cfbPlaintext), sizeof(cfbCiphertext),
4851 cfbCiphertext, NULL, 0, sizeof(cfbPlaintext), sizeof(cfbCiphertext),
4857 { "aes-128-cfb", kCFBDefaultKey, iCFBIV, cfbCiphertext,
4858 cfbPlaintext, NULL, 0, sizeof(cfbCiphertext), sizeof(cfbPlaintext),
4864 { "aes-128-cfb", kCFBDefaultKey, iCFBIV, cfbCiphertext,
4865 cfbPlaintext, NULL, 0, sizeof(cfbCiphertext), sizeof(cfbPlaintext),
5041 { cfbPlaintext, cfbCiphertext,
5042 sizeof(cfbPlaintext), sizeof(cfbCiphertext), 1 },
5043 { cfbCiphertext, cfbPlaintext,
5044 sizeof(cfbCiphertext), sizeof(cfbPlaintext), 0 }