Searched defs:evp_cipher_ctx_st (Results 1 – 3 of 3) sorted by relevance
494 struct evp_cipher_ctx_st { struct496 const EVP_CIPHER *cipher;499 void *app_data; // application stuff502 void *cipher_data;506 unsigned key_len;509 int encrypt;512 uint32_t flags;515 uint8_t oiv[EVP_MAX_IV_LENGTH];518 uint8_t iv[EVP_MAX_IV_LENGTH];522 uint8_t buf[EVP_MAX_BLOCK_LENGTH];[all …]
669 class evp_cipher_ctx_st(Structure): class