Home
last modified time | relevance | path

Searched defs:clen (Results 1 – 25 of 62) sorted by relevance

123

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_box/
H A Dcrypto_box_easy.c66 unsigned long long clen, in crypto_box_open_detached_afternm()
76 unsigned long long clen, const unsigned char *n, in crypto_box_open_detached()
93 unsigned long long clen, const unsigned char *n, in crypto_box_open_easy_afternm()
106 unsigned long long clen, const unsigned char *n, in crypto_box_open_easy()
H A Dcrypto_box.c94 unsigned long long clen, const unsigned char *n, in crypto_box_open_afternm()
110 unsigned long long clen, const unsigned char *n, in crypto_box_open()
H A Dcrypto_box_seal.c48 unsigned long long clen, in crypto_box_seal_open()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/
H A Daead_chacha20poly1305.c70 unsigned long long clen = 0ULL; in crypto_aead_chacha20poly1305_encrypt() local
145 unsigned long long clen = 0ULL; in crypto_aead_chacha20poly1305_ietf_encrypt() local
169 unsigned long long clen, in crypto_aead_chacha20poly1305_decrypt_detached()
220 unsigned long long clen, in crypto_aead_chacha20poly1305_decrypt()
249 unsigned long long clen, in crypto_aead_chacha20poly1305_ietf_decrypt_detached()
304 unsigned long long clen, in crypto_aead_chacha20poly1305_ietf_decrypt()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/
H A Dbox_curve25519xchacha20poly1305.c113 unsigned long long clen, const unsigned char *n, const unsigned char *k) in crypto_box_curve25519xchacha20poly1305_open_detached_afternm()
122 unsigned long long clen, const unsigned char *n, const unsigned char *pk, in crypto_box_curve25519xchacha20poly1305_open_detached()
140 unsigned char *m, const unsigned char *c, unsigned long long clen, in crypto_box_curve25519xchacha20poly1305_open_easy_afternm()
153 unsigned char *m, const unsigned char *c, unsigned long long clen, in crypto_box_curve25519xchacha20poly1305_open_easy()
H A Dbox_seal_curve25519xchacha20poly1305.c55 unsigned long long clen, in crypto_box_curve25519xchacha20poly1305_seal_open()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium/
H A Daead_xchacha20poly1305.c53 unsigned long long clen = 0ULL; in crypto_aead_xchacha20poly1305_ietf_encrypt() local
74 unsigned long long clen, in crypto_aead_xchacha20poly1305_ietf_decrypt_detached()
101 unsigned long long clen, in crypto_aead_xchacha20poly1305_ietf_decrypt()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_secretbox/
H A Dcrypto_secretbox_easy.c85 unsigned long long clen, in crypto_secretbox_open_detached()
135 unsigned long long clen, const unsigned char *n, in crypto_secretbox_open_easy()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/
H A Dsecretbox_xchacha20poly1305.c92 unsigned long long clen, in crypto_secretbox_xchacha20poly1305_open_detached()
143 unsigned long long clen, in crypto_secretbox_xchacha20poly1305_open_easy()
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dauth7.c12 size_t clen; in main() local
H A Donetimeauth7.c12 int clen; in main() local
H A Dauth5.c12 size_t clen; in main() local
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/
H A Dchacha20_dolbeau-ssse3.c84 stream_ref(unsigned char *c, unsigned long long clen, const unsigned char *n, in stream_ref()
103 stream_ietf_ref(unsigned char *c, unsigned long long clen, in stream_ietf_ref()
H A Dchacha20_dolbeau-avx2.c90 stream_ref(unsigned char *c, unsigned long long clen, const unsigned char *n, in stream_ref()
109 stream_ietf_ref(unsigned char *c, unsigned long long clen, in stream_ietf_ref()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/chacha20/
H A Dstream_chacha20.c53 crypto_stream_chacha20(unsigned char *c, unsigned long long clen, in crypto_stream_chacha20()
60 crypto_stream_chacha20_ietf(unsigned char *c, unsigned long long clen, in crypto_stream_chacha20_ietf()
/f-stack/freebsd/kern/
H A Dtty_outq.c149 size_t cbegin, cend, clen; in ttyoutq_read() local
210 size_t cbegin, cend, clen; in ttyoutq_read_uio() local
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/
H A Dbox_curve25519xsalsa20poly1305.c61 unsigned long long clen, in crypto_box_curve25519xsalsa20poly1305_open_afternm()
89 unsigned char *m, const unsigned char *c, unsigned long long clen, in crypto_box_curve25519xsalsa20poly1305_open()
/f-stack/tools/ifconfig/
H A Difvlan.c88 size_t clen = sizeof(*vreq); in getvlan() local
173 size_t clen = sizeof(params); in vlan_create() local
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
H A Dpbkdf2-sha256.c57 size_t clen; in PBKDF2_SHA256() local
/f-stack/tools/compat/
H A Dioctl.c55 size_t offset, clen; in ioctl_va() local
/f-stack/dpdk/lib/librte_ipsec/
H A Desp_outb.c112 uint32_t clen, hlen, l2len, pdlen, pdofs, plen, tlen; in outb_tun_pkt_prepare() local
280 uint32_t clen, hlen, pdlen, pdofs, plen, tlen, uhlen; in outb_trs_pkt_prepare() local
422 uint32_t clen; in outb_cpu_crypto_prepare() local
457 uint32_t clen[num]; in cpu_outb_pkt_prepare() local
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/
H A Daead_aes256gcm_aesni.c644 const unsigned char *c, unsigned long long clen, in crypto_aead_aes256gcm_decrypt_detached_afternm()
802 const unsigned char *c, unsigned long long clen, in crypto_aead_aes256gcm_decrypt_afternm()
874 unsigned long long clen, in crypto_aead_aes256gcm_decrypt_detached()
895 unsigned long long clen, in crypto_aead_aes256gcm_decrypt()
953 unsigned long long clen, in crypto_aead_aes256gcm_decrypt_detached()
967 unsigned long long clen, const unsigned char *ad, in crypto_aead_aes256gcm_decrypt()
1009 const unsigned char *c, unsigned long long clen, in crypto_aead_aes256gcm_decrypt_detached_afternm()
1022 const unsigned char *c, unsigned long long clen, in crypto_aead_aes256gcm_decrypt_afternm()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/salsa2012/ref/
H A Dstream_salsa2012_ref.c14 crypto_stream_salsa2012(unsigned char *c, unsigned long long clen, in crypto_stream_salsa2012()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/salsa208/ref/
H A Dstream_salsa208_ref.c14 crypto_stream_salsa208(unsigned char *c, unsigned long long clen, in crypto_stream_salsa208()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/
H A Dcrypto_stream.c30 crypto_stream(unsigned char *c, unsigned long long clen, in crypto_stream()

123