Searched defs:evp_cipher_st (Results 1 – 1 of 1) sorted by relevance
307 struct evp_cipher_st { struct308 int nid;309 int block_size;311 int key_len;312 int iv_len;314 unsigned long flags;316 int (*init) (EVP_CIPHER_CTX *ctx, const unsigned char *key,319 int (*do_cipher) (EVP_CIPHER_CTX *ctx, unsigned char *out,322 int (*cleanup) (EVP_CIPHER_CTX *);324 int ctx_size;[all …]