Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/include/prov/
H A Dciphercommon_gcm.h25 typedef struct S390X_kma_params_st { struct
26 unsigned char reserved[12];
27 union {
30 } cv; /* 32 bit counter value */
31 union {
34 } t; /* tag */
35 unsigned char h[16]; /* hash subkey */
36 unsigned long long taadl; /* total AAD length */
37 unsigned long long tpcl; /* total plaintxt/ciphertxt len */
38 union {
[all …]