Searched defs:evp_cipher_ctx_st (Results 1 – 4 of 4) sorted by relevance
518 struct evp_cipher_ctx_st { struct520 const EVP_CIPHER *cipher;523 void *app_data; // application stuff526 void *cipher_data;530 unsigned key_len;533 int encrypt;536 uint32_t flags;539 uint8_t oiv[EVP_MAX_IV_LENGTH];542 uint8_t iv[EVP_MAX_IV_LENGTH];546 uint8_t buf[EVP_MAX_BLOCK_LENGTH];[all …]
497 struct evp_cipher_ctx_st { struct499 const EVP_CIPHER *cipher;502 void *app_data; // application stuff505 void *cipher_data;509 unsigned key_len;512 int encrypt;515 uint32_t flags;518 uint8_t oiv[EVP_MAX_IV_LENGTH];521 uint8_t iv[EVP_MAX_IV_LENGTH];525 uint8_t buf[EVP_MAX_BLOCK_LENGTH];[all …]
669 class evp_cipher_ctx_st(Structure): class