Home
last modified time | relevance | path

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

/openbsd/sbin/iked/
H A Dcrypto.c598 cipher_init_decrypt(struct iked_cipher *encr) in cipher_init_decrypt() function
H A Diked.h1013 int cipher_init_decrypt(struct iked_cipher *);
H A Dikev2_msg.c654 if (cipher_init_decrypt(sa->sa_encr) == -1) { in ikev2_msg_decrypt()