Searched defs:evp_cipher_ctx_st (Results 1 – 4 of 4) sorted by relevance
562 struct evp_cipher_ctx_st { struct564 const EVP_CIPHER *cipher;567 void *app_data; // application stuff570 void *cipher_data;574 unsigned key_len;577 int encrypt;580 uint32_t flags;583 uint8_t oiv[EVP_MAX_IV_LENGTH];586 uint8_t iv[EVP_MAX_IV_LENGTH];590 uint8_t buf[EVP_MAX_BLOCK_LENGTH];[all …]
515 struct evp_cipher_ctx_st { struct517 const EVP_CIPHER *cipher;520 void *app_data; // application stuff523 void *cipher_data;527 unsigned key_len;530 int encrypt;533 uint32_t flags;536 uint8_t oiv[EVP_MAX_IV_LENGTH];539 uint8_t iv[EVP_MAX_IV_LENGTH];543 uint8_t buf[EVP_MAX_BLOCK_LENGTH];[all …]
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 …]