Searched defs:encr (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/sbin/iked/ |
H A D | crypto.c | 370 struct iked_cipher *encr; in cipher_new() local 488 cipher_setkey(struct iked_cipher * encr,const void * key,size_t keylen) cipher_setkey() argument 499 cipher_setiv(struct iked_cipher * encr,const void * iv,size_t len) cipher_setiv() argument 535 cipher_settag(struct iked_cipher * encr,uint8_t * data,size_t len) cipher_settag() argument 542 cipher_gettag(struct iked_cipher * encr,uint8_t * data,size_t len) cipher_gettag() argument 549 cipher_free(struct iked_cipher * encr) cipher_free() argument 560 cipher_init(struct iked_cipher * encr,int enc) cipher_init() argument 592 cipher_init_encrypt(struct iked_cipher * encr) cipher_init_encrypt() argument 598 cipher_init_decrypt(struct iked_cipher * encr) cipher_init_decrypt() argument 604 cipher_aad(struct iked_cipher * encr,const void * in,size_t inlen,size_t * outlen) cipher_aad() argument 618 cipher_update(struct iked_cipher * encr,const void * in,size_t inlen,void * out,size_t * outlen) cipher_update() argument 634 cipher_final(struct iked_cipher * encr) cipher_final() argument 650 cipher_length(struct iked_cipher * encr) cipher_length() argument 656 cipher_keylength(struct iked_cipher * encr) cipher_keylength() argument 666 cipher_ivlength(struct iked_cipher * encr) cipher_ivlength() argument 672 cipher_outlength(struct iked_cipher * encr,size_t inlen) cipher_outlength() argument [all...] |
H A D | ikev2_msg.c | 414 struct ibuf *encr, *dst = NULL, *out = NULL; in ikev2_msg_encrypt() local 578 struct ibuf *integr, *encr, *tmp = NULL, *out = NULL; in ikev2_msg_decrypt() local [all...] |
H A D | ikev2.c | 5704 struct iked_cipher *encr; ikev2_sa_keys() local
|
/openbsd-src/usr.sbin/snmpd/ |
H A D | usm.c | 585 usm_decrypt(struct snmp_message *msg, struct ber_element *encr) in usm_decrypt()
|