Searched refs:crypto_encrypt (Results 1 – 3 of 3) sorted by relevance
134 extern void crypto_encrypt(struct keystate *, u_int8_t *, u_int16_t);
339 crypto_encrypt(struct keystate *ks, u_int8_t *buf, u_int16_t len) in crypto_encrypt() function
2008 crypto_encrypt(exchange->keystate, buf, msg->iov[1].iov_len); in message_encrypt()