Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/cpl/tpm-tools/dist/src/data_mgmt/
H A Ddata_protect.c175 CK_OBJECT_CLASS tKeyClass = CKO_SECRET_KEY; in makeKey() local
180 { CKA_CLASS, &tKeyClass, sizeof( tKeyClass ) }, in makeKey()
221 CK_OBJECT_CLASS tKeyClass = CKO_SECRET_KEY; in getKey() local
223 { CKA_CLASS, &tKeyClass, sizeof( tKeyClass ) }, in getKey()