Home
last modified time | relevance | path

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

/optee_test/host/openssl/include/openssl/
A Devp.h308 struct evp_cipher_st { struct
309 int nid;
310 int block_size;
312 int key_len;
313 int iv_len;
315 unsigned long flags;
317 int (*init) (EVP_CIPHER_CTX *ctx, const unsigned char *key,
320 int (*do_cipher) (EVP_CIPHER_CTX *ctx, unsigned char *out,
323 int (*cleanup) (EVP_CIPHER_CTX *);
325 int ctx_size;
[all …]

Completed in 8 milliseconds