Home
last modified time | relevance | path

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

/openbsd/sbin/iked/
H A Dikev2_msg.c390 blocklen = cipher_length(sa->sa_encr); in ikev2_msg_encrypt_prepare()
434 blocklen = cipher_length(sa->sa_encr); in ikev2_msg_encrypt()
597 blocklen = cipher_length(sa->sa_encr); in ikev2_msg_decrypt()
739 blocklen = cipher_length(sa->sa_encr); in ikev2_check_frag_oversize()
841 blocklen = cipher_length(sa->sa_encr); in ikev2_send_encrypted_fragments()
H A Dcrypto.c650 cipher_length(struct iked_cipher *encr) in cipher_length() function
H A Diked.h1124 size_t cipher_length(struct iked_cipher *);