Home
last modified time | relevance | path

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

/mirbsd/src/sbin/isakmpd/
Dcrypto.h134 extern void crypto_encrypt(struct keystate *, u_int8_t *, u_int16_t);
Dcrypto.c339 crypto_encrypt(struct keystate *ks, u_int8_t *buf, u_int16_t len) in crypto_encrypt() function
Dmessage.c2008 crypto_encrypt(exchange->keystate, buf, msg->iov[1].iov_len); in message_encrypt()