Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/engine/
H A 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;
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Devp_test.c518 typedef struct cipher_data_st { struct
519 const EVP_CIPHER *cipher;
520 EVP_CIPHER *fetched_cipher;
521 int enc;
523 int aead;
524 unsigned char *key;
525 size_t key_len;
526 size_t key_bits; /* Used by RC2 */
527 unsigned char *iv;
528 unsigned char *next_iv; /* Expected IV state after operation */
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A 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 …]
/netbsd-src/crypto/external/bsd/openssl/dist/engines/
H A De_devcrypto.c115 static const struct cipher_data_st { struct
116 int nid;
117 int blocksize;
118 int keylen;
119 int ivlen;
120 int flags;
121 int devcryptoid;