Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Dcipher.h494 struct evp_cipher_ctx_st { struct
496 const EVP_CIPHER *cipher;
499 void *app_data; // application stuff
502 void *cipher_data;
506 unsigned key_len;
509 int encrypt;
512 uint32_t flags;
515 uint8_t oiv[EVP_MAX_IV_LENGTH];
518 uint8_t iv[EVP_MAX_IV_LENGTH];
522 uint8_t buf[EVP_MAX_BLOCK_LENGTH];
[all …]
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py669 class evp_cipher_ctx_st(Structure): class
/external/python/cpython3/Lib/lib2to3/tests/data/
Dinfinite_recursion.py669 class evp_cipher_ctx_st(Structure): class