/freebsd/sys/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ |
H A D | open.c | 67 crypto_sign_ed25519_open(unsigned char *m, unsigned long long *mlen_p, in crypto_sign_ed25519_open() argument 81 if (mlen_p != NULL) { in crypto_sign_ed25519_open() 82 *mlen_p = mlen; in crypto_sign_ed25519_open() 89 if (mlen_p != NULL) { in crypto_sign_ed25519_open() 90 *mlen_p = 0; in crypto_sign_ed25519_open()
|
H A D | obsolete.c | 70 unsigned long long *mlen_p, in crypto_sign_edwards25519sha512batch_open() argument 85 *mlen_p = 0; in crypto_sign_edwards25519sha512batch_open() 112 *mlen_p = mlen; in crypto_sign_edwards25519sha512batch_open()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/ |
H A D | aead_chacha20poly1305.c | 217 unsigned long long *mlen_p, in crypto_aead_chacha20poly1305_decrypt() argument 236 if (mlen_p != NULL) { in crypto_aead_chacha20poly1305_decrypt() 240 *mlen_p = mlen; in crypto_aead_chacha20poly1305_decrypt() 301 unsigned long long *mlen_p, in crypto_aead_chacha20poly1305_ietf_decrypt() argument 320 if (mlen_p != NULL) { in crypto_aead_chacha20poly1305_ietf_decrypt() 324 *mlen_p = mlen; in crypto_aead_chacha20poly1305_ietf_decrypt()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_secretstream/xchacha20poly1305/ |
H A D | secretstream_xchacha20poly1305.c | 179 unsigned char *m, unsigned long long *mlen_p, unsigned char *tag_p, in crypto_secretstream_xchacha20poly1305_pull() argument 192 if (mlen_p != NULL) { in crypto_secretstream_xchacha20poly1305_pull() 193 *mlen_p = 0U; in crypto_secretstream_xchacha20poly1305_pull() 250 if (mlen_p != NULL) { in crypto_secretstream_xchacha20poly1305_pull() 251 *mlen_p = mlen; in crypto_secretstream_xchacha20poly1305_pull()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium/ |
H A D | aead_xchacha20poly1305.c | 98 unsigned long long *mlen_p, in crypto_aead_xchacha20poly1305_ietf_decrypt() argument 117 if (mlen_p != NULL) { in crypto_aead_xchacha20poly1305_ietf_decrypt() 121 *mlen_p = mlen; in crypto_aead_xchacha20poly1305_ietf_decrypt()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_sign/ |
H A D | crypto_sign.c | 68 crypto_sign_open(unsigned char *m, unsigned long long *mlen_p, in crypto_sign_open() argument 72 return crypto_sign_ed25519_open(m, mlen_p, sm, smlen, pk); in crypto_sign_open()
|
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/ |
H A D | crypto_aead_aes256gcm.h | 77 unsigned long long *mlen_p, 130 unsigned long long *mlen_p,
|
H A D | crypto_aead_chacha20poly1305.h | 52 unsigned long long *mlen_p, 125 unsigned long long *mlen_p,
|
H A D | crypto_sign_edwards25519sha512batch.h | 40 unsigned long long *mlen_p,
|
H A D | crypto_aead_xchacha20poly1305.h | 48 unsigned long long *mlen_p,
|
H A D | crypto_secretstream_xchacha20poly1305.h | 90 unsigned char *m, unsigned long long *mlen_p, unsigned char *tag_p,
|
H A D | crypto_sign.h | 65 int crypto_sign_open(unsigned char *m, unsigned long long *mlen_p,
|
H A D | crypto_sign_ed25519.h | 48 int crypto_sign_ed25519_open(unsigned char *m, unsigned long long *mlen_p,
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/ |
H A D | aead_aes256gcm_aesni.c | 800 crypto_aead_aes256gcm_decrypt_afternm(unsigned char *m, unsigned long long *mlen_p, in crypto_aead_aes256gcm_decrypt_afternm() argument 816 if (mlen_p != NULL) { in crypto_aead_aes256gcm_decrypt_afternm() 820 *mlen_p = mlen; in crypto_aead_aes256gcm_decrypt_afternm() 892 unsigned long long *mlen_p, in crypto_aead_aes256gcm_decrypt() argument 907 (m, mlen_p, nsec, c, clen, ad, adlen, npub, in crypto_aead_aes256gcm_decrypt() 965 crypto_aead_aes256gcm_decrypt(unsigned char *m, unsigned long long *mlen_p, in crypto_aead_aes256gcm_decrypt() argument 1020 crypto_aead_aes256gcm_decrypt_afternm(unsigned char *m, unsigned long long *mlen_p, in crypto_aead_aes256gcm_decrypt_afternm() argument
|