Searched defs:evp_cipher_st (Results 1 – 2 of 2) sorted by relevance
131 struct evp_cipher_st { struct132 int nid;133 int block_size;135 int key_len;136 int iv_len;138 unsigned long flags;140 int (*init) (EVP_CIPHER_CTX *ctx, const unsigned char *key,143 int (*do_cipher) (EVP_CIPHER_CTX *ctx, unsigned char *out,146 int (*cleanup) (EVP_CIPHER_CTX *);148 int ctx_size;[all …]
667 class evp_cipher_st(Structure): class