| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_box/ |
| H A D | crypto_box_easy.c | 66 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 D | crypto_box.c | 94 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 D | crypto_box_seal.c | 48 unsigned long long clen, in crypto_box_seal_open()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/ |
| H A D | aead_chacha20poly1305.c | 70 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 D | box_curve25519xchacha20poly1305.c | 113 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 D | box_seal_curve25519xchacha20poly1305.c | 55 unsigned long long clen, in crypto_box_curve25519xchacha20poly1305_seal_open()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium/ |
| H A D | aead_xchacha20poly1305.c | 53 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 D | crypto_secretbox_easy.c | 85 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 D | secretbox_xchacha20poly1305.c | 92 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 D | auth7.c | 12 size_t clen; in main() local
|
| H A D | onetimeauth7.c | 12 int clen; in main() local
|
| H A D | auth5.c | 12 size_t clen; in main() local
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/ |
| H A D | chacha20_dolbeau-ssse3.c | 84 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 D | chacha20_dolbeau-avx2.c | 90 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 D | stream_chacha20.c | 53 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 D | tty_outq.c | 149 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 D | box_curve25519xsalsa20poly1305.c | 61 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 D | ifvlan.c | 88 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 D | pbkdf2-sha256.c | 57 size_t clen; in PBKDF2_SHA256() local
|
| /f-stack/tools/compat/ |
| H A D | ioctl.c | 55 size_t offset, clen; in ioctl_va() local
|
| /f-stack/dpdk/lib/librte_ipsec/ |
| H A D | esp_outb.c | 112 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 D | aead_aes256gcm_aesni.c | 644 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 D | stream_salsa2012_ref.c | 14 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 D | stream_salsa208_ref.c | 14 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 D | crypto_stream.c | 30 crypto_stream(unsigned char *c, unsigned long long clen, in crypto_stream()
|