/netbsd-src/sys/external/isc/libsodium/dist/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
|
/netbsd-src/sys/external/isc/libsodium/dist/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
|
/netbsd-src/sys/external/isc/libsodium/dist/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 | secretbox2.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 | stream4.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 | secretbox_easy.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
|
/netbsd-src/external/bsd/wpa/dist/src/crypto/ |
H A D | aes-ctr.c | 25 int aes_ctr_encrypt(const u8 *key, size_t key_len, const u8 *nonce, in aes_ctr_encrypt() 67 int aes_128_ctr_encrypt(const u8 *key, const u8 *nonce, in aes_128_ctr_encrypt()
|
H A D | aes-ccm.c | 28 static void aes_ccm_auth_start(void *aes, size_t M, size_t L, const u8 *nonce, in aes_ccm_auth_start() 84 static void aes_ccm_encr_start(size_t L, const u8 *nonce, u8 *a) in aes_ccm_encr_start() 148 int aes_ccm_ae(const u8 *key, size_t key_len, const u8 *nonce, in aes_ccm_ae() 178 int aes_ccm_ad(const u8 *key, size_t key_len, const u8 *nonce, in aes_ccm_ad()
|
H A D | aes-eax.c | 28 int aes_128_eax_encrypt(const u8 *key, const u8 *nonce, size_t nonce_len, in aes_128_eax_encrypt() 92 int aes_128_eax_decrypt(const u8 *key, const u8 *nonce, size_t nonce_len, in aes_128_eax_decrypt()
|
/netbsd-src/external/bsd/libfido2/dist/src/ |
H A D | aes256.c | 115 aes256_gcm(const fido_blob_t *key, const fido_blob_t *nonce, in aes256_gcm() 205 aes256_gcm_enc(const fido_blob_t *key, const fido_blob_t *nonce, in aes256_gcm_enc() 212 aes256_gcm_dec(const fido_blob_t *key, const fido_blob_t *nonce, in aes256_gcm_dec()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | drbg_cavs_data.h | 34 const unsigned char *nonce; member 44 const unsigned char *nonce; member 56 const unsigned char *nonce; member
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/ |
H A D | tspi_maint.c | 147 TCPA_NONCE nonce; in Tspi_TPM_LoadMaintenancePubKey() local 214 TCPA_NONCE nonce; in Tspi_TPM_CheckMaintenancePubKey() local
|
/netbsd-src/sys/netinet6/ |
H A D | nd6_nbr.c | 406 const uint8_t *nonce /* duplicate address detection */) in nd6_ns_output() argument 1105 nd6_dad_find(struct ifaddr * ifa,struct nd_opt_nonce * nonce,bool * found_nonce) nd6_dad_find() argument 1160 nd6_dad_ownnonce(struct ifaddr * ifa,struct nd_opt_nonce * nonce) nd6_dad_ownnonce() argument 1452 uint8_t *nonce; nd6_dad_ns_output() local 1477 nd6_dad_input(struct ifaddr * ifa,struct nd_opt_nonce * nonce,const struct sockaddr_dl * from) nd6_dad_input() argument [all...] |
/netbsd-src/external/bsd/libfido2/dist/tools/ |
H A D | largeblob.c | 359 decode(const struct blob *ciphertext, const struct blob *nonce, in decode() 418 const struct blob *nonce, uint64_t origsiz) in try_rp() 447 struct blob *nonce, uint64_t *origsiz) in decode_blob_entry() 489 struct blob ciphertext, nonce; in print_blob_entry() local
|
/netbsd-src/external/bsd/unbound/dist/dnscrypt/ |
H A D | dnscrypt.c | 66 uint8_t nonce[crypto_box_HALF_NONCEBYTES]; member 252 uint8_t nonce[crypto_box_NONCEBYTES]; in dnscrypt_server_uncurve() local 393 const uint8_t *nonce, const uint8_t *secretkey) in dnscrypt_pad() 443 add_server_nonce(uint8_t *nonce) in add_server_nonce() 472 uint8_t nonce[crypto_box_NONCEBYTES]; in dnscrypt_server_curve() local
|
/netbsd-src/sys/crypto/cprng_fast/ |
H A D | cprng_fast.c | 54 uint8_t nonce[CHACHA_STREAM_NONCEBYTES]; global() member 210 uint8_t nonce[CHACHA_STREAM_NONCEBYTES] = {0}; cprng_fast_buf_long() local
|