Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_des.h15 typedef struct prov_des_ctx_st { struct
16 PROV_CIPHER_CTX base; /* Must be first */
17 union {
20 } dks;
21 union {
24 } dstream;