/openssl/include/crypto/ |
H A D | poly1305.h | 32 unsigned int nonce[4]; member
|
H A D | modes.h | 168 } nonce, cmac; member
|
/openssl/crypto/ts/ |
H A D | ts_local.h | 46 ASN1_INTEGER *nonce; member 90 ASN1_INTEGER *nonce; member 149 ASN1_INTEGER *nonce; member
|
H A D | ts_verify_ctx.c | 144 const ASN1_INTEGER *nonce; in TS_REQ_to_TS_VERIFY_CTX() local
|
H A D | ts_req_utils.c | 100 int TS_REQ_set_nonce(TS_REQ *a, const ASN1_INTEGER *nonce) in TS_REQ_set_nonce()
|
H A D | ts_rsp_utils.c | 251 int TS_TST_INFO_set_nonce(TS_TST_INFO *a, const ASN1_INTEGER *nonce) in TS_TST_INFO_set_nonce()
|
H A D | ts_rsp_sign.c | 534 const ASN1_INTEGER *nonce; in ts_RESP_create_tst_info() local
|
/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon_ccm_hw.c | 13 int ossl_ccm_generic_setiv(PROV_CCM_CTX *ctx, const unsigned char *nonce, in ossl_ccm_generic_setiv()
|
H A D | cipher_aes_ccm.h | 36 } nonce; member
|
H A D | cipher_chacha20_poly1305.h | 22 unsigned int nonce[12 / 4]; member
|
H A D | cipher_aes_gcm_siv.h | 46 uint8_t nonce[NONCE_SIZE]; /* from user */ member
|
/openssl/crypto/ocsp/ |
H A D | v3_ocsp.c | 215 static int i2r_ocsp_nonce(const X509V3_EXT_METHOD *method, void *nonce, in i2r_ocsp_nonce()
|
/openssl/crypto/ |
H A D | deterministic_nonce.c | 133 const unsigned char *nonce, size_t noncelen, in kdf_setup()
|
/openssl/providers/implementations/rands/ |
H A D | drbg_hmac.c | 116 const unsigned char *nonce, size_t nonce_len, in ossl_drbg_hmac_init() 134 const unsigned char *nonce, size_t nonce_len, in drbg_hmac_instantiate()
|
H A D | drbg.c | 352 unsigned char *nonce = NULL, *entropy = NULL; in ossl_prov_drbg_instantiate() local 788 const unsigned char *nonce, size_t noncelen, in ossl_rand_drbg_new()
|
H A D | drbg_ctr.c | 264 const unsigned char *nonce, size_t noncelen) in ctr_update() 309 const unsigned char *nonce, size_t noncelen, in drbg_ctr_instantiate()
|
H A D | test_rng.c | 48 unsigned char *entropy, *nonce; member
|
H A D | drbg_hash.c | 252 const unsigned char *nonce, size_t nonce_len, in drbg_hash_instantiate()
|
/openssl/ssl/record/methods/ |
H A D | tls13_meth.c | 94 unsigned char *nonce; in tls13_cipher() local
|
/openssl/providers/implementations/kdfs/ |
H A D | hmacdrbg_kdf.c | 35 unsigned char *entropy, *nonce; member
|
/openssl/crypto/modes/ |
H A D | ccm128.c | 41 const unsigned char *nonce, size_t nlen, size_t mlen) in CRYPTO_ccm128_setiv()
|
H A D | ocb128.c | 217 unsigned char stretch[24], nonce[16]; in CRYPTO_ocb128_setiv() local
|
/openssl/crypto/evp/ |
H A D | e_chacha20_poly1305.c | 155 unsigned int nonce[12/4]; member
|
/openssl/crypto/ec/curve448/ |
H A D | eddsa.c | 203 uint8_t nonce[2 * EDDSA_448_PRIVATE_BYTES]; in ossl_c448_ed448_sign() local
|
/openssl/providers/fips/ |
H A D | self_test_kats.c | 658 const unsigned char *nonce, size_t nonce_len, in set_kat_drbg()
|