Searched defs:nonce (Results 1 - 25 of 159) sorted by relevance

1234567

/netbsd-current/sys/external/isc/libsodium/dist/test/default/
H A Dsecretbox.c11 static unsigned char nonce[24] = { 0x69, 0x69, 0x6e, 0xe9, 0x55, 0xb6, variable
H A Dsecretbox2.c11 static unsigned char nonce[24] = { 0x69, 0x69, 0x6e, 0xe9, 0x55, 0xb6, variable
H A Dstream4.c11 static unsigned char nonce[24] = { 0x69, 0x69, 0x6e, 0xe9, 0x55, 0xb6, variable
H A Dsecretbox_easy.c11 static unsigned char nonce[24] = { 0x69, 0x69, 0x6e, 0xe9, 0x55, 0xb6, variable
[all...]
H A Dstream3.c11 static unsigned char nonce[24] = { 0x69, 0x69, 0x6e, 0xe9, 0x55, 0xb6, variable
H A Dbox.c23 static const unsigned char nonce[24] = { 0x69, 0x69, 0x6e, 0xe9, 0x55, 0xb6, variable
H A Dbox2.c23 static unsigned char nonce[24] = { 0x69, 0x69, 0x6e, 0xe9, 0x55, 0xb6, variable
H A Dbox_easy.c17 static unsigned char nonce[24] = { 0x69, 0x69, 0x6e, 0xe9, 0x55, 0xb6, variable
H A Dsecretbox_easy2.c11 unsigned char *nonce; local
[all...]
H A Dstream.c11 static unsigned char nonce[24] = { 0x69, 0x69, 0x6e, 0xe9, 0x55, 0xb6, variable
H A Dchacha20.c23 unsigned char nonce[crypto_stream_chacha20_NONCEBYTES]; local
110 unsigned char nonce[crypto_stream_chacha20_IETF_NONCEBYTES]; local
[all...]
H A Dsodium_utils.c12 unsigned char nonce[24]; local
[all...]
H A Daead_chacha20poly1305.c20 static const unsigned char nonce[crypto_aead_chacha20poly1305_NPUBBYTES] local
200 static const unsigned char nonce[crypto_aead_chacha20poly1305_ietf_NPUBBYTES] local
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/poly1305/
H A Dpoly1305_local.h20 unsigned int nonce[4]; member in struct:poly1305_context
/netbsd-current/crypto/external/cpl/trousers/dist/src/include/daa/
H A Dverifier.h27 BYTE *nonce; member in struct:__anon7
/netbsd-current/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc_tick.c74 TPM_NONCE nonce; local
/netbsd-current/external/bsd/wpa/dist/src/crypto/
H A Daes-ctr.c25 int aes_ctr_encrypt(const u8 *key, size_t key_len, const u8 *nonce, argument
67 int aes_128_ctr_encrypt(const u8 *key, const u8 *nonce, argument
H A Daes-eax.c28 int aes_128_eax_encrypt(const u8 *key, const u8 *nonce, size_t nonce_len, argument
92 int aes_128_eax_decrypt(const u8 *key, const u8 *nonce, size_t nonce_len, argument
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/
H A Dcrypto_box_seal.c10 _crypto_box_seal_nonce(unsigned char *nonce, argument
27 unsigned char nonce[crypto_box_NONCEBYTES]; local
51 unsigned char nonce[crypto_box_NONCEBYTES]; local
[all...]
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/curve25519xchacha20poly1305/
H A Dbox_seal_curve25519xchacha20poly1305.c10 _crypto_box_curve25519xchacha20poly1305_seal_nonce(unsigned char *nonce, argument
33 unsigned char nonce[crypto_box_curve25519xchacha20poly1305_NONCEBYTES]; local
59 unsigned char nonce[crypto_box_curve25519xchacha20poly1305_NONCEBYTES]; local
[all...]
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
H A Dcrypto_secretstream_xchacha20poly1305.h57 unsigned char nonce[crypto_stream_chacha20_ietf_NONCEBYTES]; member in struct:crypto_secretstream_xchacha20poly1305_state
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
H A Dcipher_aes_ccm.h36 } nonce; member in struct:prov_aes_ccm_ctx_st::__anon480::__anon482
/netbsd-current/crypto/external/bsd/openssl/dist/include/crypto/
H A Dpoly1305.h32 unsigned int nonce[4]; member in struct:poly1305_context
/netbsd-current/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcs_caps.c103 TCPA_NONCE nonce; local
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_sign/ed25519/ref10/
H A Dobsolete.c38 unsigned char nonce[64]; local

Completed in 169 milliseconds

1234567