|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <cipher.h>
Public Attributes | |
| int | nid |
| unsigned | block_size |
| unsigned | key_len |
| unsigned | iv_len |
| unsigned | ctx_size |
| uint32_t | flags |
| void * | app_data |
| int(* | init )(EVP_CIPHER_CTX *ctx, const uint8_t *key, const uint8_t *iv, int enc) |
| int(* | cipher )(EVP_CIPHER_CTX *ctx, uint8_t *out, const uint8_t *in, size_t inl) |
| void(* | cleanup )(EVP_CIPHER_CTX *) |
| int(* | ctrl )(EVP_CIPHER_CTX *, int type, int arg, void *ptr) |
| void* evp_cipher_st::app_data |
| unsigned evp_cipher_st::block_size |
| void(* evp_cipher_st::cleanup) (EVP_CIPHER_CTX *) |
| int(* evp_cipher_st::ctrl) (EVP_CIPHER_CTX *, int type, int arg, void *ptr) |
| unsigned evp_cipher_st::ctx_size |
| uint32_t evp_cipher_st::flags |
| int(* evp_cipher_st::init) (EVP_CIPHER_CTX *ctx, const uint8_t *key, const uint8_t *iv, int enc) |
| unsigned evp_cipher_st::iv_len |
| unsigned evp_cipher_st::key_len |
| int evp_cipher_st::nid |
1.8.13