Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/compat/
H A Dchacha_private.h93 u8 *ctarget = NULL; in chacha_encrypt_bytes() local
120 ctarget = c; in chacha_encrypt_bytes()
210 for (i = 0;i < bytes;++i) ctarget[i] = c[i]; in chacha_encrypt_bytes()
/freebsd/crypto/openssh/openbsd-compat/
H A Dchacha_private.h95 u8 *ctarget = NULL; in chacha_encrypt_bytes() local
122 ctarget = c; in chacha_encrypt_bytes()
212 for (i = 0;i < bytes;++i) ctarget[i] = c[i]; in chacha_encrypt_bytes()
/freebsd/crypto/openssh/
H A Dchacha.c93 u8 *ctarget = NULL; in chacha_encrypt_bytes() local
120 ctarget = c; in chacha_encrypt_bytes()
208 for (i = 0;i < bytes;++i) ctarget[i] = c[i]; in chacha_encrypt_bytes()
/freebsd/sys/crypto/chacha20/
H A Dchacha.c115 u8 *ctarget = NULL; in chacha_encrypt_bytes() local
144 ctarget = c; in chacha_encrypt_bytes()
243 for (i = 0;i < bytes;++i) ctarget[i] = c[i]; in chacha_encrypt_bytes()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/ref/
H A Dchacha20_ref.c88 uint8_t *ctarget = NULL; in chacha20_encrypt_bytes() local
122 ctarget = c; in chacha20_encrypt_bytes()
212 ctarget[i] = c[i]; /* ctarget cannot be NULL */ in chacha20_encrypt_bytes()
/freebsd/contrib/unbound/services/
H A Dlocalzone.c1522 uint8_t* ctarget; in local_data_answer() local
1535 get_cname_target(lr->rrset, &ctarget, &ctargetlen); in local_data_answer()
1538 if(dname_is_wild(ctarget)) { in local_data_answer()
1586 qinfo->qname_len - 1, ctarget + 2, in local_data_answer()