Home
last modified time | relevance | path

Searched refs:CKM_KEY_WRAP_SET_OAEP (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Dmechkeytype.c173 case CKM_KEY_WRAP_SET_OAEP: /* wrap/unwarp DES key w/ RSA key */ in pkcs11_mech2keytype()
H A Dmechkeygen.c215 case CKM_KEY_WRAP_SET_OAEP: /* wrap/unwarp DES key w/ RSA key */ in pkcs11_mech2keygen()
H A Dmechstr.c264 { "CKM_KEY_WRAP_SET_OAEP", CKM_KEY_WRAP_SET_OAEP },
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h831 #define CKM_KEY_WRAP_SET_OAEP 0x00000401UL macro