Searched defs:evp_cipher_st (Results 1 – 1 of 1) sorted by relevance
501 struct evp_cipher_st { struct503 int nid;507 unsigned block_size;511 unsigned key_len;514 unsigned iv_len;518 unsigned ctx_size;521 uint32_t flags;524 void *app_data;526 int (*init)(EVP_CIPHER_CTX *ctx, const uint8_t *key, const uint8_t *iv,529 int (*cipher)(EVP_CIPHER_CTX *ctx, uint8_t *out, const uint8_t *in,[all …]