Searched defs:ctr (Results 1 – 17 of 17) sorted by relevance
/openssl/providers/implementations/rands/ |
H A D | drbg_ctr.c | 60 static void inc_128(PROV_DRBG_CTR *ctr) in inc_128() 138 __owur static int ctr_BCC_init(PROV_DRBG_CTR *ctr) in ctr_BCC_init() 153 __owur static int ctr_BCC_update(PROV_DRBG_CTR *ctr, in ctr_BCC_update() 188 __owur static int ctr_BCC_final(PROV_DRBG_CTR *ctr) in ctr_BCC_final() 198 __owur static int ctr_df(PROV_DRBG_CTR *ctr, in ctr_df() 266 PROV_DRBG_CTR *ctr = (PROV_DRBG_CTR *)drbg->data; in ctr_update() local 312 PROV_DRBG_CTR *ctr = (PROV_DRBG_CTR *)drbg->data; in drbg_ctr_instantiate() local 355 PROV_DRBG_CTR *ctr = (PROV_DRBG_CTR *)drbg->data; in drbg_ctr_reseed() local 392 PROV_DRBG_CTR *ctr = (PROV_DRBG_CTR *)drbg->data; in drbg_ctr_generate() local 620 PROV_DRBG_CTR *ctr; in drbg_ctr_new() local [all …]
|
/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_siv.h | 30 EVP_CIPHER *ctr; /* These are fetched - so we need to free them */ member
|
H A D | cipher_chacha20_poly1305_hw.c | 125 unsigned char *buf, *tohash, *ctr, storage[sizeof(zero) + 32]; in chacha20_poly1305_tls_cipher() local
|
/openssl/crypto/modes/ |
H A D | gcm128.c | 635 unsigned int ctr; in CRYPTO_gcm128_setiv() local 777 unsigned int n, ctr, mres; in CRYPTO_gcm128_encrypt() local 1002 unsigned int n, ctr, mres; in CRYPTO_gcm128_decrypt() local
|
H 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()
|
/openssl/test/ |
H A D | tls13encryptiontest.c | 313 size_t ivlen, ctr; in test_tls13_encryption() local
|
H A D | asynctest.c | 19 static int ctr = 0; variable
|
H A D | sslapitest.c | 713 int *ctr = arg; in full_client_hello_callback() local
|
/openssl/crypto/evp/ |
H A D | e_sm4.c | 32 ctr128_f ctr; member
|
H A D | e_camellia.c | 37 ctr128_f ctr; member
|
H A D | e_chacha20_poly1305.c | 219 unsigned char *buf, *tohash, *ctr, storage[sizeof(zero) + 32]; in chacha20_poly1305_tls_cipher() local
|
H A D | e_aes.c | 40 ctr128_f ctr; member 59 ctr128_f ctr; member
|
/openssl/providers/implementations/kdfs/ |
H A D | x942kdf.c | 271 unsigned char *ctr, in x942kdf_hash_kdm() 462 unsigned char *ctr; in x942kdf_derive() local
|
H A D | hkdf.c | 597 const unsigned char ctr = i; in HKDF_Expand() local
|
/openssl/ssl/record/methods/ |
H A D | tls1_meth.c | 176 size_t bs, ctr, padnum, loop; in tls1_cipher() local
|
/openssl/providers/implementations/include/prov/ |
H A D | ciphercommon_gcm.h | 81 ctr128_f ctr; member
|
H A D | ciphercommon.h | 59 ctr128_f ctr; member
|
Completed in 91 milliseconds