Lines Matching refs:cipher
51 #include "cipher.h"
492 buffer_get(&b, &enc->cipher, sizeof(enc->cipher));
501 if (enc->name == NULL || cipher_by_name(enc->name) != enc->cipher)
502 fatal("%s: bad cipher name %s or pointer %p", __func__,
503 enc->name, enc->cipher);
551 /* The cipher struct is constant and shared, you export pointer */
552 buffer_append(&b, &enc->cipher, sizeof(enc->cipher));