Home
last modified time | relevance | path

Searched refs:pIVServer (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSSL.c678 ((kmo->pIVClient == NULL) || (kmo->pIVServer == NULL))) in soft_ssl_key_and_mac_derive()
718 bcopy(key_block, kmo->pIVServer, iv_bytes); in soft_ssl_key_and_mac_derive()
731 bcopy(iv_block + 8, kmo->pIVServer, 8); in soft_ssl_key_and_mac_derive()
930 bcopy(kb, kmo->pIVServer, iv_bytes); in soft_ssl_key_and_mac_derive()
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h1601 CK_BYTE_PTR pIVServer; member