Home | History | Annotate | Download | only in cipher

Lines Matching defs:null_cipher

2  * null_cipher.c
48 #include "null_cipher.h"
51 /* the null_cipher uses the cipher debug module */
57 extern cipher_type_t null_cipher;
63 /* allocate memory a cipher of type null_cipher */
70 (*c)->type = &null_cipher;
77 null_cipher.ref_count++;
85 extern cipher_type_t null_cipher;
91 /* free memory of type null_cipher */
95 null_cipher.ref_count--;
140 cipher_type_t null_cipher = {