Searched defs:evp_cipher_st (Results 1 – 1 of 1) sorted by relevance
492 struct evp_cipher_st { struct494 int nid;498 unsigned block_size;502 unsigned key_len;505 unsigned iv_len;509 unsigned ctx_size;512 uint32_t flags;515 void *app_data;517 int (*init)(EVP_CIPHER_CTX *ctx, const uint8_t *key, const uint8_t *iv,520 int (*cipher)(EVP_CIPHER_CTX *ctx, uint8_t *out, const uint8_t *in,[all …]