Searched defs:ctr (Results 1 – 16 of 16) sorted by relevance
/openssl-master/providers/implementations/rands/ |
A D | drbg_ctr.c | 59 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 D | cipher_aes_siv.h | 30 EVP_CIPHER *ctr; /* These are fetched - so we need to free them */ member
|
A D | cipher_chacha20_poly1305_hw.c | 127 unsigned char *buf, *tohash, *ctr, storage[sizeof(zero) + 32]; in chacha20_poly1305_tls_cipher() local
|
/openssl-master/crypto/modes/ |
A D | siv128.c | 144 EVP_CIPHER *cbc, EVP_CIPHER *ctr, in ossl_siv128_new() 164 const EVP_CIPHER *cbc, const EVP_CIPHER *ctr, in ossl_siv128_init()
|
A D | gcm128.c | 819 unsigned int ctr; local 971 unsigned int n, ctr, mres; local 1203 unsigned int n, ctr, mres; local
|
/openssl-master/test/ |
A D | tls13encryptiontest.c | 312 size_t ivlen, ctr; in test_tls13_encryption() local
|
A D | asynctest.c | 19 static int ctr = 0; variable
|
A D | sslapitest.c | 704 int *ctr = arg; in full_client_hello_callback() local
|
/openssl-master/providers/implementations/kdfs/ |
A D | x942kdf.c | 267 unsigned char *ctr, in x942kdf_hash_kdm() 401 unsigned char *ctr; in x942kdf_derive() local
|
A D | hkdf.c | 495 const unsigned char ctr = i; in HKDF_Expand() local
|
/openssl-master/providers/implementations/include/prov/ |
A D | ciphercommon_gcm.h | 77 ctr128_f ctr; member
|
A D | ciphercommon.h | 48 ctr128_f ctr; member
|
/openssl-master/crypto/evp/ |
A D | e_camellia.c | 37 ctr128_f ctr; member
|
A D | e_chacha20_poly1305.c | 219 unsigned char *buf, *tohash, *ctr, storage[sizeof(zero) + 32]; in chacha20_poly1305_tls_cipher() local
|
A D | e_aes.c | 40 ctr128_f ctr; member 59 ctr128_f ctr; member
|
/openssl-master/ssl/record/ |
A D | ssl3_record.c | 953 size_t bs, ctr, padnum, loop; in tls1_enc() local
|
Completed in 54 milliseconds