Symbol: PROV_DRBG_CTR
crypto/openssl/providers/implementations/rands/drbg_ctr.c
108
__owur static int ctr_BCC_block(PROV_DRBG_CTR *ctr, unsigned char *out,
crypto/openssl/providers/implementations/rands/drbg_ctr.c
125
__owur static int ctr_BCC_blocks(PROV_DRBG_CTR *ctr, const unsigned char *in)
crypto/openssl/providers/implementations/rands/drbg_ctr.c
143
__owur static int ctr_BCC_init(PROV_DRBG_CTR *ctr)
crypto/openssl/providers/implementations/rands/drbg_ctr.c
158
__owur static int ctr_BCC_update(PROV_DRBG_CTR *ctr,
crypto/openssl/providers/implementations/rands/drbg_ctr.c
193
__owur static int ctr_BCC_final(PROV_DRBG_CTR *ctr)
crypto/openssl/providers/implementations/rands/drbg_ctr.c
203
__owur static int ctr_df(PROV_DRBG_CTR *ctr,
crypto/openssl/providers/implementations/rands/drbg_ctr.c
271
PROV_DRBG_CTR *ctr = (PROV_DRBG_CTR *)drbg->data;
crypto/openssl/providers/implementations/rands/drbg_ctr.c
317
PROV_DRBG_CTR *ctr = (PROV_DRBG_CTR *)drbg->data;
crypto/openssl/providers/implementations/rands/drbg_ctr.c
360
PROV_DRBG_CTR *ctr = (PROV_DRBG_CTR *)drbg->data;
crypto/openssl/providers/implementations/rands/drbg_ctr.c
397
PROV_DRBG_CTR *ctr = (PROV_DRBG_CTR *)drbg->data;
crypto/openssl/providers/implementations/rands/drbg_ctr.c
479
PROV_DRBG_CTR *ctr = (PROV_DRBG_CTR *)drbg->data;
crypto/openssl/providers/implementations/rands/drbg_ctr.c
508
PROV_DRBG_CTR *ctr = (PROV_DRBG_CTR *)drbg->data;
crypto/openssl/providers/implementations/rands/drbg_ctr.c
530
PROV_DRBG_CTR *ctr = (PROV_DRBG_CTR *)drbg->data;
crypto/openssl/providers/implementations/rands/drbg_ctr.c
563
PROV_DRBG_CTR *ctr = (PROV_DRBG_CTR *)drbg->data;
crypto/openssl/providers/implementations/rands/drbg_ctr.c
624
PROV_DRBG_CTR *ctr;
crypto/openssl/providers/implementations/rands/drbg_ctr.c
64
static void inc_128(PROV_DRBG_CTR *ctr)
crypto/openssl/providers/implementations/rands/drbg_ctr.c
648
PROV_DRBG_CTR *ctr;
crypto/openssl/providers/implementations/rands/drbg_ctr.c
650
if (drbg != NULL && (ctr = (PROV_DRBG_CTR *)drbg->data) != NULL) {
crypto/openssl/providers/implementations/rands/drbg_ctr.c
665
PROV_DRBG_CTR *ctr = (PROV_DRBG_CTR *)drbg->data;
crypto/openssl/providers/implementations/rands/drbg_ctr.c
714
PROV_DRBG_CTR *ctr = (PROV_DRBG_CTR *)ctx->data;
crypto/openssl/providers/implementations/rands/drbg_ctr.c
77
static void ctr_XOR(PROV_DRBG_CTR *ctr, const unsigned char *in, size_t inlen)