Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Dcipher.h501 struct evp_cipher_st { struct
503 int nid;
507 unsigned block_size;
511 unsigned key_len;
514 unsigned iv_len;
518 unsigned ctx_size;
521 uint32_t flags;
524 void *app_data;
526 int (*init)(EVP_CIPHER_CTX *ctx, const uint8_t *key, const uint8_t *iv,
529 int (*cipher)(EVP_CIPHER_CTX *ctx, uint8_t *out, const uint8_t *in,
[all …]