Home
last modified time | relevance | path

Searched defs:ctr (Results 1 – 16 of 16) sorted by relevance

/openssl-master/providers/implementations/rands/
A Ddrbg_ctr.c59 static void inc_128(PROV_DRBG_CTR *ctr) in inc_128()
137 __owur static int ctr_BCC_init(PROV_DRBG_CTR *ctr) in ctr_BCC_init()
152 __owur static int ctr_BCC_update(PROV_DRBG_CTR *ctr, in ctr_BCC_update()
187 __owur static int ctr_BCC_final(PROV_DRBG_CTR *ctr) in ctr_BCC_final()
197 __owur static int ctr_df(PROV_DRBG_CTR *ctr, in ctr_df()
265 PROV_DRBG_CTR *ctr = (PROV_DRBG_CTR *)drbg->data; in ctr_update() local
311 PROV_DRBG_CTR *ctr = (PROV_DRBG_CTR *)drbg->data; in drbg_ctr_instantiate() local
345 PROV_DRBG_CTR *ctr = (PROV_DRBG_CTR *)drbg->data; in drbg_ctr_reseed() local
590 PROV_DRBG_CTR *ctr; in drbg_ctr_new() local
614 PROV_DRBG_CTR *ctr; in drbg_ctr_free() local
[all …]
/openssl-master/providers/implementations/ciphers/
A Dcipher_aes_siv.h30 EVP_CIPHER *ctr; /* These are fetched - so we need to free them */ member
A Dcipher_chacha20_poly1305_hw.c127 unsigned char *buf, *tohash, *ctr, storage[sizeof(zero) + 32]; in chacha20_poly1305_tls_cipher() local
/openssl-master/crypto/modes/
A Dsiv128.c144 EVP_CIPHER *cbc, EVP_CIPHER *ctr, in ossl_siv128_new()
164 const EVP_CIPHER *cbc, const EVP_CIPHER *ctr, in ossl_siv128_init()
A Dgcm128.c819 unsigned int ctr; local
971 unsigned int n, ctr, mres; local
1203 unsigned int n, ctr, mres; local
/openssl-master/test/
A Dtls13encryptiontest.c312 size_t ivlen, ctr; in test_tls13_encryption() local
A Dasynctest.c19 static int ctr = 0; variable
A Dsslapitest.c704 int *ctr = arg; in full_client_hello_callback() local
/openssl-master/providers/implementations/kdfs/
A Dx942kdf.c267 unsigned char *ctr, in x942kdf_hash_kdm()
401 unsigned char *ctr; in x942kdf_derive() local
A Dhkdf.c495 const unsigned char ctr = i; in HKDF_Expand() local
/openssl-master/providers/implementations/include/prov/
A Dciphercommon_gcm.h77 ctr128_f ctr; member
A Dciphercommon.h48 ctr128_f ctr; member
/openssl-master/crypto/evp/
A De_camellia.c37 ctr128_f ctr; member
A De_chacha20_poly1305.c219 unsigned char *buf, *tohash, *ctr, storage[sizeof(zero) + 32]; in chacha20_poly1305_tls_cipher() local
A De_aes.c40 ctr128_f ctr; member
59 ctr128_f ctr; member
/openssl-master/ssl/record/
A Dssl3_record.c953 size_t bs, ctr, padnum, loop; in tls1_enc() local

Completed in 54 milliseconds