Searched defs:evp_cipher_st (Results 1 – 1 of 1) sorted by relevance
300 struct evp_cipher_st { struct301 int nid;303 int block_size;305 int key_len;306 int iv_len;310 unsigned long flags;312 int origin;314 int (*init) (EVP_CIPHER_CTX *ctx, const unsigned char *key,317 int (*do_cipher) (EVP_CIPHER_CTX *ctx, unsigned char *out,320 int (*cleanup) (EVP_CIPHER_CTX *);[all …]