Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/include/prov/
H A Dciphercommon_gcm.h47 typedef struct prov_gcm_ctx_st { struct
48 unsigned int mode; /* The mode that we are using */
49 size_t keylen;
50 size_t ivlen;
51 size_t taglen;
52 size_t tls_aad_pad_sz;
53 size_t tls_aad_len; /* TLS AAD length */
54 uint64_t tls_enc_records; /* Number of TLS records encrypted */
60 size_t num;
61 size_t bufsz; /* Number of bytes in buf */
[all …]