| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/ |
| H A D | box_seal_curve25519xchacha20poly1305.c | 10 _crypto_box_curve25519xchacha20poly1305_seal_nonce(unsigned char *nonce, in _crypto_box_curve25519xchacha20poly1305_seal_nonce() 33 unsigned char nonce[crypto_box_curve25519xchacha20poly1305_NONCEBYTES]; in crypto_box_curve25519xchacha20poly1305_seal() local 59 unsigned char nonce[crypto_box_curve25519xchacha20poly1305_NONCEBYTES]; in crypto_box_curve25519xchacha20poly1305_seal_open() local
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_box/ |
| H A D | crypto_box_seal.c | 10 _crypto_box_seal_nonce(unsigned char *nonce, in _crypto_box_seal_nonce() 27 unsigned char nonce[crypto_box_NONCEBYTES]; in crypto_box_seal() local 51 unsigned char nonce[crypto_box_NONCEBYTES]; in crypto_box_seal_open() local
|
| /f-stack/freebsd/contrib/libsodium/test/default/ |
| H A D | xchacha20.c | 85 const char nonce[crypto_stream_xchacha20_NONCEBYTES * 2 + 1]; member 107 unsigned char *nonce; in tv_stream_xchacha20() local 194 const char nonce[crypto_secretbox_xchacha20poly1305_NONCEBYTES * 2 + 1]; member 216 unsigned char *nonce; in tv_secretbox_xchacha20poly1305() local 308 unsigned char *nonce; in tv_box_xchacha20poly1305() local
|
| H A D | chacha20.c | 23 unsigned char nonce[crypto_stream_chacha20_NONCEBYTES]; in tv() local 110 unsigned char nonce[crypto_stream_chacha20_IETF_NONCEBYTES]; in tv_ietf() local
|
| H A D | aead_chacha20poly1305.c | 20 static const unsigned char nonce[crypto_aead_chacha20poly1305_NPUBBYTES] in tv() local 200 static const unsigned char nonce[crypto_aead_chacha20poly1305_ietf_NPUBBYTES] in tv_ietf() local
|
| H A D | stream3.c | 11 static unsigned char nonce[24] = { 0x69, 0x69, 0x6e, 0xe9, 0x55, 0xb6, variable
|
| H A D | secretbox.c | 11 static unsigned char nonce[24] = { 0x69, 0x69, 0x6e, 0xe9, 0x55, 0xb6, variable
|
| H A D | secretbox2.c | 11 static unsigned char nonce[24] = { 0x69, 0x69, 0x6e, 0xe9, 0x55, 0xb6, variable
|
| H A D | stream4.c | 11 static unsigned char nonce[24] = { 0x69, 0x69, 0x6e, 0xe9, 0x55, 0xb6, variable
|
| H A D | secretbox_easy.c | 11 static unsigned char nonce[24] = { 0x69, 0x69, 0x6e, 0xe9, 0x55, 0xb6, variable
|
| H A D | stream.c | 11 static unsigned char nonce[24] = { 0x69, 0x69, 0x6e, 0xe9, 0x55, 0xb6, variable
|
| H A D | box_easy.c | 17 static unsigned char nonce[24] = { 0x69, 0x69, 0x6e, 0xe9, 0x55, 0xb6, variable
|
| H A D | secretbox_easy2.c | 11 unsigned char *nonce; in main() local
|
| H A D | box.c | 23 static const unsigned char nonce[24] = { 0x69, 0x69, 0x6e, 0xe9, 0x55, 0xb6, variable
|
| H A D | box2.c | 23 static unsigned char nonce[24] = { 0x69, 0x69, 0x6e, 0xe9, 0x55, 0xb6, variable
|
| H A D | sodium_utils.c | 12 unsigned char nonce[24]; in main() local
|
| H A D | box_easy2.c | 19 unsigned char *nonce; in main() local
|
| H A D | aead_xchacha20poly1305.c | 25 static const unsigned char nonce[crypto_aead_xchacha20poly1305_ietf_NPUBBYTES] in tv() local
|
| H A D | aead_aes256gcm.c | 3090 unsigned char *nonce; in tv() local
|
| /f-stack/freebsd/crypto/aesni/ |
| H A D | aesni_ccm.c | 90 const unsigned char *nonce, size_t nonce_len, in cbc_mac_start() 198 const unsigned char *addt, const unsigned char *nonce, in AES_CCM_encrypt() 380 const unsigned char *addt, const unsigned char *nonce, in AES_CCM_decrypt()
|
| /f-stack/dpdk/lib/librte_ipsec/ |
| H A D | crypto.h | 19 uint32_t nonce; member 55 aes_ctr_cnt_blk_fill(struct aesctr_cnt_blk *ctr, uint64_t iv, uint32_t nonce) in aes_ctr_cnt_blk_fill()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/ |
| H A D | crypto_secretstream_xchacha20poly1305.h | 57 unsigned char nonce[crypto_stream_chacha20_ietf_NONCEBYTES]; member
|
| /f-stack/freebsd/opencrypto/ |
| H A D | cbc_mac.h | 54 const uint8_t *nonce; member
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ |
| H A D | obsolete.c | 38 unsigned char nonce[64]; in crypto_sign_edwards25519sha512batch() local
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/randombytes/ |
| H A D | randombytes.c | 171 static const unsigned char nonce[crypto_stream_chacha20_ietf_NONCEBYTES] = { in randombytes_buf_deterministic() local
|