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

/freebsd-10.1-release/crypto/openssl/crypto/rc5/
H A Drc5test.c108 # define RC5_CBC_NUM 27 macro
109 static unsigned char rc5_cbc_cipher[RC5_CBC_NUM][8] = {
139 static unsigned char rc5_cbc_key[RC5_CBC_NUM][17] = {
172 static unsigned char rc5_cbc_plain[RC5_CBC_NUM][8] = {
202 static int rc5_cbc_rounds[RC5_CBC_NUM] = {
209 static unsigned char rc5_cbc_iv[RC5_CBC_NUM][8] = {
279 for (n = 0; n < RC5_CBC_NUM; n++) {

Completed in 38 milliseconds