Home
last modified time | relevance | path

Searched refs:cipher_testvec (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/crypto/
Dtcrypt.h47 struct cipher_testvec { struct
814 struct cipher_testvec des_enc_tv_template[] = {
918 struct cipher_testvec des_dec_tv_template[] = {
958 struct cipher_testvec des_cbc_enc_tv_template[] = {
1013 struct cipher_testvec des_cbc_dec_tv_template[] = {
1054 struct cipher_testvec des3_ede_enc_tv_template[] = {
1085 struct cipher_testvec des3_ede_dec_tv_template[] = {
1124 struct cipher_testvec bf_enc_tv_template[] = {
1179 struct cipher_testvec bf_dec_tv_template[] = {
1234 struct cipher_testvec bf_cbc_enc_tv_template[] = {
[all …]
Dtcrypt.c260 test_cipher(char * algo, int mode, int enc, struct cipher_testvec * template, unsigned int tcount) in test_cipher()
267 struct cipher_testvec *cipher_tv; in test_cipher()
282 tsize = sizeof (struct cipher_testvec); in test_cipher()