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.c388 blocklen = cipher_length(sa->sa_encr); in ikev2_msg_encrypt_prepare()
432 blocklen = cipher_length(sa->sa_encr); in ikev2_msg_encrypt()
595 blocklen = cipher_length(sa->sa_encr); in ikev2_msg_decrypt()
737 blocklen = cipher_length(sa->sa_encr); in ikev2_check_frag_oversize()
839 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.h1017 size_t cipher_length(struct iked_cipher *);