Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

ossldata Struct Reference

Data Fields

union {
   struct {
      BF_KEY   key
      int   num
   }   bf
   struct {
      DES_key_schedule   key_schedule
   }   des
   struct {
      DES_key_schedule   k1
      DES_key_schedule   k2
      DES_key_schedule   k3
   }   des3
   CAST_KEY   cast_key
   AES_KEY   aes_key
u
uint8 key [MAX_KEY]
uint8 iv [MAX_IV]
unsigned klen
unsigned init
struct ossl_cipherciph

Detailed Description

Definition at line 322 of file openssl.c.


Field Documentation

struct { ... } ossldata::bf
struct { ... } ossldata::des
struct { ... } ossldata::des3
unsigned ossldata::init
DES_key_schedule ossldata::k1

Definition at line 337 of file openssl.c.

DES_key_schedule ossldata::k2

Definition at line 337 of file openssl.c.

DES_key_schedule ossldata::k3

Definition at line 337 of file openssl.c.

uint8 ossldata::key[MAX_KEY]

Definition at line 344 of file openssl.c.

BF_KEY ossldata::key

Definition at line 328 of file openssl.c.

Referenced by ossl_aes_init(), and ossl_aes_key_init().

DES_key_schedule ossldata::key_schedule

Definition at line 333 of file openssl.c.

unsigned ossldata::klen

Definition at line 346 of file openssl.c.

Referenced by ossl_aes_init(), and ossl_aes_key_init().

Definition at line 329 of file openssl.c.

union { ... } ossldata::u

The documentation for this struct was generated from the following file: