Home
last modified time | relevance | path

Searched refs:pIVClient (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()
710 bcopy(key_block, kmo->pIVClient, iv_bytes); in soft_ssl_key_and_mac_derive()
730 bcopy(iv_block, kmo->pIVClient, 8); in soft_ssl_key_and_mac_derive()
928 bcopy(kb, kmo->pIVClient, iv_bytes); in soft_ssl_key_and_mac_derive()
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h1600 CK_BYTE_PTR pIVClient; member