Searched defs:evp_cipher_st (Results 1 – 1 of 1) sorted by relevance
136 struct evp_cipher_st { struct137 int nid;138 int block_size;139 int key_len; /* Default value for variable length ciphers */140 int iv_len;141 unsigned long flags; /* Various flags */142 int (*init)(EVP_CIPHER_CTX *ctx, const unsigned char *key,144 int (*do_cipher)(EVP_CIPHER_CTX *ctx, unsigned char *out,146 void (*cleanup)(EVP_CIPHER_CTX *); /* cleanup ctx */147 int ctx_size; /* how big ctx->cipher_data needs to be */[all …]