Home
last modified time | relevance | path

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

/external/cronet/stable/third_party/boringssl/src/include/openssl/
Dcipher.h562 struct evp_cipher_ctx_st { struct
564 const EVP_CIPHER *cipher;
567 void *app_data; // application stuff
570 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 …]
/external/cronet/tot/third_party/boringssl/src/include/openssl/
Dcipher.h562 struct evp_cipher_ctx_st { struct
564 const EVP_CIPHER *cipher;
567 void *app_data; // application stuff
570 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 …]
/external/boringssl/src/include/openssl/
Dcipher.h515 struct evp_cipher_ctx_st { struct
517 const EVP_CIPHER *cipher;
520 void *app_data; // application stuff
523 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 …]
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/include/openssl/
Dcipher.h518 struct evp_cipher_ctx_st { struct
520 const EVP_CIPHER *cipher;
523 void *app_data; // application stuff
526 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 …]