Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/rands/
H A Ddrbg_ctr.c45 typedef struct rand_drbg_ctr_st { struct
46 EVP_CIPHER_CTX *ctx_ecb;
47 EVP_CIPHER_CTX *ctx_ctr;
48 EVP_CIPHER_CTX *ctx_df;
49 EVP_CIPHER *cipher_ecb;
50 EVP_CIPHER *cipher_ctr;
51 size_t keylen;
52 int use_df;
53 unsigned char K[32];
54 unsigned char V[16];
[all …]