Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObjectManager.c98 static CK_BYTE PubExpo[3] = {0x01, 0x00, 0x01}; variable
935 template[i].pValue = PubExpo; in create_wrap_unwrap_key()
936 template[i].ulValueLen = sizeof (PubExpo); in create_wrap_unwrap_key()
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c1518 static CK_BYTE PubExpo[3] = {0x01, 0x00, 0x01}; in genrsa_keypair() local
1537 CKA_PUBLIC_EXPONENT, &PubExpo, sizeof (PubExpo)); in genrsa_keypair()