Home
last modified time | relevance | path

Searched defs:mlen (Results 1 – 25 of 178) sorted by relevance

12345678

/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ref10/
HDopen.c16 unsigned long long mlen, in _crypto_sign_ed25519_verify_detached()
60 unsigned long long mlen, in crypto_sign_ed25519_verify_detached()
71 unsigned long long mlen; in crypto_sign_ed25519_open() local
HDsign.c66 const unsigned char *m, unsigned long long mlen, in _crypto_sign_ed25519_detached()
114 const unsigned char *m, unsigned long long mlen, in crypto_sign_ed25519_detached()
122 const unsigned char *m, unsigned long long mlen, in crypto_sign_ed25519()
HDobsolete.c34 unsigned long long mlen, in crypto_sign_edwards25519sha512batch()
77 unsigned long long mlen; in crypto_sign_edwards25519sha512batch_open() local
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/
HDaead_chacha20poly1305.c24 unsigned long long mlen, in crypto_aead_chacha20poly1305_encrypt_detached()
63 unsigned long long mlen, in crypto_aead_chacha20poly1305_encrypt()
95 unsigned long long mlen, in crypto_aead_chacha20poly1305_ietf_encrypt_detached()
138 unsigned long long mlen, in crypto_aead_chacha20poly1305_ietf_encrypt()
180 unsigned long long mlen; in crypto_aead_chacha20poly1305_decrypt_detached() local
226 unsigned long long mlen = 0ULL; in crypto_aead_chacha20poly1305_decrypt() local
260 unsigned long long mlen; in crypto_aead_chacha20poly1305_ietf_decrypt_detached() local
310 unsigned long long mlen = 0ULL; in crypto_aead_chacha20poly1305_ietf_decrypt() local
/freebsd-13-stable/sys/contrib/libsodium/test/default/
HDmetamorphic.c17 size_t mlen; in mm_generichash() local
63 size_t mlen; in mm_onetimeauth() local
103 size_t mlen; in mm_hmacsha256() local
143 size_t mlen; in mm_hmacsha512() local
HDsecretbox7.c14 size_t mlen; in main() local
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/
HDstream_chacha20.c68 unsigned long long mlen, in crypto_stream_chacha20_xor_ic()
77 unsigned long long mlen, in crypto_stream_chacha20_ietf_xor_ic()
86 unsigned long long mlen, const unsigned char *n, in crypto_stream_chacha20_xor()
94 unsigned long long mlen, const unsigned char *n, in crypto_stream_chacha20_ietf_xor()
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_sign/
HDcrypto_sign.c61 const unsigned char *m, unsigned long long mlen, in crypto_sign()
77 const unsigned char *m, unsigned long long mlen, in crypto_sign_detached()
85 unsigned long long mlen, const unsigned char *pk) in crypto_sign_verify_detached()
98 unsigned long long mlen) in crypto_sign_update()
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_box/
HDcrypto_box_easy.c14 const unsigned char *m, unsigned long long mlen, in crypto_box_detached_afternm()
22 const unsigned char *m, unsigned long long mlen, in crypto_box_detached()
41 unsigned long long mlen, const unsigned char *n, in crypto_box_easy_afternm()
53 unsigned long long mlen, const unsigned char *n, in crypto_box_easy()
/freebsd-13-stable/sys/contrib/ngatm/netnatm/msg/
HDuni_msg.c73 u_int mlen; in encode_alerting() local
230 u_int mlen; in encode_call_proc() local
402 u_int mlen; in encode_connect() local
675 u_int mlen; in encode_connect_ack() local
787 u_int mlen; in encode_release() local
967 u_int mlen; in encode_release_compl() local
1248 u_int mlen; in encode_setup() local
1746 u_int mlen; in encode_status() local
1858 u_int mlen; in encode_status_enq() local
1940 u_int mlen; in encode_notify() local
[all …]
/freebsd-13-stable/crypto/libecc/src/examples/sig/rsa/
HDrsa.c834 int emsa_pss_encode(const u8 *m, u32 mlen, u8 *em, u32 embits, in emsa_pss_encode()
955 int emsa_pss_verify(const u8 *m, u32 mlen, const u8 *em, in emsa_pss_verify()
1077 int emsa_pkcs1_v1_5_encode(const u8 *m, u32 mlen, u8 *em, u16 emlen, in emsa_pkcs1_v1_5_encode()
1135 int rsaes_pkcs1_v1_5_encrypt(const rsa_pub_key *pub, const u8 *m, u32 mlen, in rsaes_pkcs1_v1_5_encrypt()
1203 u8 *m, u32 *mlen, u32 modbits) in _rsaes_pkcs1_v1_5_decrypt()
1282 u8 *m, u32 *mlen, u32 modbits) in rsaes_pkcs1_v1_5_decrypt()
1291 u8 *m, u32 *mlen, u32 modbits) in rsaes_pkcs1_v1_5_decrypt_hardened()
1299 int rsaes_oaep_encrypt(const rsa_pub_key *pub, const u8 *m, u32 mlen, in rsaes_oaep_encrypt()
1419 u8 *m, u32 *mlen, u32 modbits, in _rsaes_oaep_decrypt()
1554 u8 *m, u32 *mlen, u32 modbits, in rsaes_oaep_decrypt()
[all …]
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/
HDbox_curve25519xchacha20poly1305.c57 unsigned long long mlen, const unsigned char *n, const unsigned char *k) in crypto_box_curve25519xchacha20poly1305_detached_afternm()
65 unsigned long long mlen, const unsigned char *n, const unsigned char *pk, in crypto_box_curve25519xchacha20poly1305_detached()
86 unsigned long long mlen, in crypto_box_curve25519xchacha20poly1305_easy_afternm()
99 unsigned char *c, const unsigned char *m, unsigned long long mlen, in crypto_box_curve25519xchacha20poly1305_easy()
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_stream/xchacha20/
HDstream_xchacha20.c46 unsigned long long mlen, const unsigned char *n, in crypto_stream_xchacha20_xor_ic()
58 unsigned long long mlen, const unsigned char *n, in crypto_stream_xchacha20_xor()
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium/
HDaead_xchacha20poly1305.c21 unsigned long long mlen, in crypto_aead_xchacha20poly1305_ietf_encrypt_detached()
46 unsigned long long mlen, in crypto_aead_xchacha20poly1305_ietf_encrypt()
107 unsigned long long mlen = 0ULL; in crypto_aead_xchacha20poly1305_ietf_decrypt() local
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/
HDstream_salsa20.c56 unsigned long long mlen, in crypto_stream_salsa20_xor_ic()
65 unsigned long long mlen, const unsigned char *n, in crypto_stream_salsa20_xor()
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_stream/xsalsa20/
HDstream_xsalsa20.c23 unsigned long long mlen, const unsigned char *n, in crypto_stream_xsalsa20_xor_ic()
38 unsigned long long mlen, const unsigned char *n, in crypto_stream_xsalsa20_xor()
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_secretbox/
HDcrypto_secretbox_easy.c19 unsigned long long mlen, const unsigned char *n, in crypto_secretbox_detached()
72 unsigned long long mlen, const unsigned char *n, in crypto_secretbox_easy()
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
HDlzjb.c57 int mlen, offset, hash; in lzjb_compress() local
120 int mlen = (src[0] >> (NBBY - MATCH_BITS)) + MATCH_MIN; in lzjb_decompress() local
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/
HDsecretbox_xchacha20poly1305.c22 unsigned long long mlen, in crypto_secretbox_xchacha20poly1305_detached()
77 unsigned long long mlen, in crypto_secretbox_xchacha20poly1305_easy()
/freebsd-13-stable/contrib/bearssl/src/int/
HDi32_reduce.c32 size_t mlen, alen, u; in br_i32_reduce() local
HDi31_reduce.c32 size_t mlen, alen, u; in br_i31_reduce() local
HDi15_reduce.c32 size_t mlen, alen, u; in br_i15_reduce() local
HDi31_modpow.c33 size_t mlen; in br_i31_modpow() local
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/
HDchacha20_dolbeau-ssse3.c123 unsigned long long mlen, const unsigned char *n, uint64_t ic, in stream_ref_xor_ic()
148 unsigned long long mlen, const unsigned char *n, in stream_ietf_ref_xor_ic()
HDchacha20_dolbeau-avx2.c129 unsigned long long mlen, const unsigned char *n, uint64_t ic, in stream_ref_xor_ic()
154 unsigned long long mlen, const unsigned char *n, in stream_ietf_ref_xor_ic()

12345678