Home
last modified time | relevance | path

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

/openssl/providers/implementations/rands/
H A Ddrbg_ctr.c60 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
620 PROV_DRBG_CTR *ctr; in drbg_ctr_new() local
643 PROV_DRBG_CTR *ctr; in drbg_ctr_free() local
[all …]
/openssl/providers/implementations/ciphers/
H A Dcipher_aes_siv.h30 EVP_CIPHER *ctr; /* These are fetched - so we need to free them */ member
H A Dcipher_chacha20_poly1305_hw.c125 unsigned char *buf, *tohash, *ctr, storage[sizeof(zero) + 32]; in chacha20_poly1305_tls_cipher() local
/openssl/crypto/modes/
H A Dgcm128.c631 unsigned int ctr; in CRYPTO_gcm128_setiv() local
773 unsigned int n, ctr, mres; in CRYPTO_gcm128_encrypt() local
998 unsigned int n, ctr, mres; in CRYPTO_gcm128_decrypt() local
H 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()
/openssl/test/
H A Dtls13encryptiontest.c313 size_t ivlen, ctr; in test_tls13_encryption() local
H A Dasynctest.c19 static int ctr = 0; variable
H A Dsslapitest.c713 int *ctr = arg; in full_client_hello_callback() local
/openssl/crypto/evp/
H A De_sm4.c32 ctr128_f ctr; member
H A De_camellia.c37 ctr128_f ctr; member
H A De_chacha20_poly1305.c219 unsigned char *buf, *tohash, *ctr, storage[sizeof(zero) + 32]; in chacha20_poly1305_tls_cipher() local
H A De_aes.c40 ctr128_f ctr; member
59 ctr128_f ctr; member
/openssl/providers/implementations/kdfs/
H A Dx942kdf.c269 unsigned char *ctr, in x942kdf_hash_kdm()
438 unsigned char *ctr; in x942kdf_derive() local
H A Dhkdf.c526 const unsigned char ctr = i; in HKDF_Expand() local
/openssl/ssl/record/methods/
H A Dtls1_meth.c176 size_t bs, ctr, padnum, loop; in tls1_cipher() local
/openssl/providers/implementations/include/prov/
H A Dciphercommon_gcm.h81 ctr128_f ctr; member
H A Dciphercommon.h59 ctr128_f ctr; member

Completed in 101 milliseconds