Home
last modified time | relevance | path

Searched defs:nonce (Results 1 – 25 of 47) sorted by relevance

12

/openbsd/lib/libfido2/src/
H A Daes256.c114 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 De_chacha20poly1305.c127 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 Devp_aead.c115 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 Dchachapoly.h29 uint8_t nonce[CHACHA20_NONCE]; member
52 uint8_t nonce[CHACHA20_NONCE]; member
H A Dchachapoly.c125 const uint64_t nonce, in chacha20poly1305_encrypt()
166 const uint64_t nonce, in chacha20poly1305_decrypt()
/openbsd/usr.sbin/acme-client/
H A Dacctproc.c185 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 Ddnscrypt.c66 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 Ddnscrypt.h87 uint8_t nonce[crypto_box_HALF_NONCEBYTES]; member
/openbsd/lib/libcrypto/ts/
H A Dts_req_print.c73 const ASN1_INTEGER *nonce; in TS_REQ_print_bio() local
H A Dts_local.h91 ASN1_INTEGER *nonce; /* OPTIONAL */ member
137 ASN1_INTEGER *nonce; member
289 ASN1_INTEGER *nonce; member
H A Dts_verify_ctx.c192 const ASN1_INTEGER *nonce; in TS_REQ_to_TS_VERIFY_CTX() local
H A Dts_rsp_print.c207 const ASN1_INTEGER *nonce; in TS_TST_INFO_print_bio() local
H A Dts_req_utils.c172 TS_REQ_set_nonce(TS_REQ *a, const ASN1_INTEGER *nonce) in TS_REQ_set_nonce()
/openbsd/usr.sbin/ocspcheck/
H A Docspcheck.c52 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 Dprint-wg.c55 uint64_t nonce; member
/openbsd/sys/dev/pci/drm/radeon/
H A Dvce_v1_0.c47 uint32_t nonce[4]; member
/openbsd/sys/net/
H A Dwg_noise.c560 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 Dspeed.c1884 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 Dmac.c169 u_char nonce[8]; in mac_compute() local
/openbsd/regress/lib/libcrypto/chacha/
H A Dchachatest.c305 static const unsigned char nonce[16] = { in crypto_hchacha_20_test() local
/openbsd/sbin/unwind/libunbound/dnscrypt/
H A Ddnscrypt.h87 uint8_t nonce[crypto_box_HALF_NONCEBYTES]; member
/openbsd/lib/libcrypto/x509/
H A Dx509_ocsp.c371 i2r_ocsp_nonce(const X509V3_EXT_METHOD *method, void *nonce, BIO *out, in i2r_ocsp_nonce()
/openbsd/sys/net80211/
H A Dieee80211_crypto_ccmp.c84 u_int8_t auth[32], nonce[13]; in ieee80211_ccmp_phase1() local
/openbsd/lib/libcrypto/modes/
H A Dmodes_local.h115 } nonce, cmac; member
H A Dccm128.c80 const unsigned char *nonce, size_t nlen, size_t mlen) in CRYPTO_ccm128_setiv()

12