Home
last modified time | relevance | path

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

/third_party/openssl/crypto/engine/
Deng_devcrypto.c69 static const struct cipher_data_st { struct
70 int nid;
71 int blocksize;
72 int keylen;
73 int ivlen;
74 int flags;
75 int devcryptoid;
/third_party/openssl/test/
Devp_test.c469 typedef struct cipher_data_st { struct
470 const EVP_CIPHER *cipher;
471 int enc;
473 int aead;
474 unsigned char *key;
475 size_t key_len;
476 unsigned char *iv;
477 size_t iv_len;
478 unsigned char *plaintext;
479 size_t plaintext_len;
[all …]