Searched defs:rand_drbg_ctr_st (Results 1 – 1 of 1) sorted by relevance
45 typedef struct rand_drbg_ctr_st { struct46 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 …]