Home
last modified time | relevance | path

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

/netbsd-src/bin/ed/
H A Dcbc.c106 des_error("des_setkey");
109 des_error("des_cipher");
145 static void des_error(const char *);
253 des_error(const char *s /* the message */) in des_error() function
308 des_error("bad hex digit in key"); in expand_des_key()
328 des_error("bad binary digit in key"); in expand_des_key()
447 des_error("decryption failed (block corrupted)"); in cbc_decode()
455 des_error("decryption failed (incomplete block)"); in cbc_decode()
457 des_error("cannot read file"); in cbc_decode()