/openbsd/lib/libfido2/src/ |
H A D | aes256.c | 114 aes256_gcm(const fido_blob_t *key, const fido_blob_t *nonce, in aes256_gcm() 204 aes256_gcm_enc(const fido_blob_t *key, const fido_blob_t *nonce, in aes256_gcm_enc() 211 aes256_gcm_dec(const fido_blob_t *key, const fido_blob_t *nonce, in aes256_gcm_dec()
|
/openbsd/lib/libcrypto/evp/ |
H A D | e_chacha20poly1305.c | 127 size_t *out_len, size_t max_out_len, const unsigned char *nonce, in aead_chacha20_poly1305_seal() 177 size_t *out_len, size_t max_out_len, const unsigned char *nonce, in aead_chacha20_poly1305_open() 234 size_t *out_len, size_t max_out_len, const unsigned char *nonce, in aead_xchacha20_poly1305_seal() 282 size_t *out_len, size_t max_out_len, const unsigned char *nonce, in aead_xchacha20_poly1305_open() 378 unsigned char nonce[CHACHA20_NONCE_LEN]; member
|
H A D | evp_aead.c | 115 size_t max_out_len, const unsigned char *nonce, size_t nonce_len, in EVP_AEAD_CTX_seal() 148 size_t max_out_len, const unsigned char *nonce, size_t nonce_len, in EVP_AEAD_CTX_open()
|
/openbsd/sys/crypto/ |
H A D | chachapoly.h | 29 uint8_t nonce[CHACHA20_NONCE]; member 52 uint8_t nonce[CHACHA20_NONCE]; member
|
H A D | chachapoly.c | 125 const uint64_t nonce, in chacha20poly1305_encrypt() 166 const uint64_t nonce, in chacha20poly1305_decrypt()
|
/openbsd/usr.sbin/acme-client/ |
H A D | acctproc.c | 185 op_sign_rsa(char **prot, EVP_PKEY *pkey, const char *nonce, const char *url) in op_sign_rsa() 215 op_sign_ec(char **prot, EVP_PKEY *pkey, const char *nonce, const char *url) in op_sign_ec() 261 char *nonce = NULL, *pay = NULL, *pay64 = NULL; in op_sign() local
|
/openbsd/usr.sbin/unbound/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
|
H A D | dnscrypt.h | 87 uint8_t nonce[crypto_box_HALF_NONCEBYTES]; member
|
/openbsd/lib/libcrypto/ts/ |
H A D | ts_req_print.c | 73 const ASN1_INTEGER *nonce; in TS_REQ_print_bio() local
|
H A D | ts_local.h | 91 ASN1_INTEGER *nonce; /* OPTIONAL */ member 137 ASN1_INTEGER *nonce; member 289 ASN1_INTEGER *nonce; member
|
H A D | ts_verify_ctx.c | 192 const ASN1_INTEGER *nonce; in TS_REQ_to_TS_VERIFY_CTX() local
|
H A D | ts_rsp_print.c | 207 const ASN1_INTEGER *nonce; in TS_TST_INFO_print_bio() local
|
H A D | ts_req_utils.c | 172 TS_REQ_set_nonce(TS_REQ *a, const ASN1_INTEGER *nonce) in TS_REQ_set_nonce()
|
/openbsd/usr.sbin/ocspcheck/ |
H A D | ocspcheck.c | 52 int nonce; member 312 ocsp_request_new_from_cert(const char *cadir, char *file, int nonce) in ocsp_request_new_from_cert() 557 int i, ch, staplefd = -1, infd = -1, nonce = 1; in main() local
|
/openbsd/usr.sbin/tcpdump/ |
H A D | print-wg.c | 55 uint64_t nonce; member
|
/openbsd/sys/dev/pci/drm/radeon/ |
H A D | vce_v1_0.c | 47 uint32_t nonce[4]; member
|
/openbsd/sys/net/ |
H A D | wg_noise.c | 560 noise_remote_encrypt(struct noise_remote *r, uint32_t *r_idx, uint64_t *nonce, in noise_remote_encrypt() 610 noise_remote_decrypt(struct noise_remote *r, uint32_t r_idx, uint64_t nonce, in noise_remote_decrypt() 1008 static uint64_t nonce; variable
|
/openbsd/usr.bin/openssl/ |
H A D | speed.c | 1884 static const unsigned char nonce[32] = {0}; in speed_main() local 1912 static const unsigned char nonce[32] = {0}; in speed_main() local 1941 static const unsigned char nonce[32] = {0}; in speed_main() local
|
/openbsd/usr.bin/ssh/ |
H A D | mac.c | 169 u_char nonce[8]; in mac_compute() local
|
/openbsd/regress/lib/libcrypto/chacha/ |
H A D | chachatest.c | 305 static const unsigned char nonce[16] = { in crypto_hchacha_20_test() local
|
/openbsd/sbin/unwind/libunbound/dnscrypt/ |
H A D | dnscrypt.h | 87 uint8_t nonce[crypto_box_HALF_NONCEBYTES]; member
|
/openbsd/lib/libcrypto/x509/ |
H A D | x509_ocsp.c | 371 i2r_ocsp_nonce(const X509V3_EXT_METHOD *method, void *nonce, BIO *out, in i2r_ocsp_nonce()
|
/openbsd/sys/net80211/ |
H A D | ieee80211_crypto_ccmp.c | 84 u_int8_t auth[32], nonce[13]; in ieee80211_ccmp_phase1() local
|
/openbsd/lib/libcrypto/modes/ |
H A D | modes_local.h | 115 } nonce, cmac; member
|
H A D | ccm128.c | 80 const unsigned char *nonce, size_t nlen, size_t mlen) in CRYPTO_ccm128_setiv()
|