Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/npppd/npppd/
H A Dmppe.c90 static void *rc4_create_ctx(void);
168 keychg = rc4_create_ctx(); in mppe_key_change()
585 rc4_create_ctx(void) in rc4_create_ctx() function
627 if ((_this->rc4ctx = rc4_create_ctx()) == NULL) { in mppe_rc4_init()