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.h449 struct evp_cipher_ctx_st { struct
451 const EVP_CIPHER *cipher;
454 void *app_data; /* application stuff */
457 void *cipher_data;
461 unsigned key_len;
464 int encrypt;
467 uint32_t flags;
470 uint8_t oiv[EVP_MAX_IV_LENGTH];
473 uint8_t iv[EVP_MAX_IV_LENGTH];
477 uint8_t buf[EVP_MAX_BLOCK_LENGTH];
[all …]