Searched defs:evp_cipher_ctx_st (Results 1 – 5 of 5) sorted by relevance
561 struct evp_cipher_ctx_st { struct563 const EVP_CIPHER *cipher;566 void *app_data; // application stuff569 void *cipher_data;573 unsigned key_len;576 int encrypt;579 uint32_t flags;582 uint8_t oiv[EVP_MAX_IV_LENGTH];585 uint8_t iv[EVP_MAX_IV_LENGTH];589 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 …]
669 class evp_cipher_ctx_st(Structure): class