Lines Matching refs:key
77 /* max byte length of a symmetric key we support */
102 RSA *rsa_pub; /* pub key addr */
105 RSA *rsa_priv; /* priv key addr */
113 DSA *dsa_pub; /* pub key addr */
114 BIGNUM *dsa_pub_num; /* pub key */
115 DSA *dsa_priv; /* priv key addr */
116 BIGNUM *dsa_priv_num; /* priv key */
121 CK_OBJECT_HANDLE dh_key; /* key handle */
122 DH *dh; /* dh key addr */
123 BIGNUM *dh_priv_num; /* priv dh key */
127 CK_OBJECT_HANDLE cipher_key; /* key handle */
128 unsigned char key[PK11_KEY_LEN_MAX];
129 int key_len; /* priv key len */
152 #define opdata_key opdata_u.u_cipher.key
193 /* structure for tracking handles of asymmetric key objects */