Home
last modified time | relevance | path

Searched defs:evp_cipher_ctx_st (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/include/openssl/
Dcipher.h448 struct evp_cipher_ctx_st { struct
450 const EVP_CIPHER *cipher;
453 void *app_data; /* application stuff */
456 void *cipher_data;
460 unsigned key_len;
463 int encrypt;
466 uint32_t flags;
469 uint8_t oiv[EVP_MAX_IV_LENGTH];
472 uint8_t iv[EVP_MAX_IV_LENGTH];
476 uint8_t buf[EVP_MAX_BLOCK_LENGTH];
[all …]