Searched defs:encr (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/usr.sbin/snmpd/
H A Dusm.c585 usm_decrypt(struct snmp_message *msg, struct ber_element *encr) argument
/openbsd-current/sbin/iked/
H A Dikev2_msg.c412 struct ibuf *encr, *dst = NULL, *out = NULL; local
576 struct ibuf *integr, *encr, *tmp = NULL, *out = NULL; local
[all...]
H A Dcrypto.c370 struct iked_cipher *encr; local
488 cipher_setkey(struct iked_cipher *encr, const void *key, size_t keylen) argument
499 cipher_setiv(struct iked_cipher *encr, const void *iv, size_t len) argument
535 cipher_settag(struct iked_cipher *encr, uint8_t *data, size_t len) argument
542 cipher_gettag(struct iked_cipher *encr, uint8_t *data, size_t len) argument
549 cipher_free(struct iked_cipher *encr) argument
560 cipher_init(struct iked_cipher *encr, int enc) argument
592 cipher_init_encrypt(struct iked_cipher *encr) argument
598 cipher_init_decrypt(struct iked_cipher *encr) argument
604 cipher_aad(struct iked_cipher *encr, const void *in, size_t inlen, size_t *outlen) argument
618 cipher_update(struct iked_cipher *encr, const void *in, size_t inlen, void *out, size_t *outlen) argument
634 cipher_final(struct iked_cipher *encr) argument
650 cipher_length(struct iked_cipher *encr) argument
656 cipher_keylength(struct iked_cipher *encr) argument
666 cipher_ivlength(struct iked_cipher *encr) argument
672 cipher_outlength(struct iked_cipher *encr, size_t inlen) argument
[all...]
H A Dikev2.c5677 struct iked_cipher *encr; local

Completed in 193 milliseconds