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.h51 typedef struct prov_gcm_ctx_st { struct
52 unsigned int mode; /* The mode that we are using */
53 size_t keylen;
54 size_t ivlen;
55 size_t taglen;
56 size_t tls_aad_pad_sz;
57 size_t tls_aad_len; /* TLS AAD length */
58 uint64_t tls_enc_records; /* Number of TLS records encrypted */
64 size_t num;
65 size_t bufsz; /* Number of bytes in buf */
[all …]