OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CKA_CLASS
(Results
1 - 6
of
6
) sorted by null
/external/openssh/
ssh-pkcs11.c
235
{
CKA_CLASS
, NULL, sizeof(private_key_class) },
402
{
CKA_CLASS
, NULL, sizeof(pubkey_class) }
pkcs11.h
372
#define
CKA_CLASS
(0)
[
all
...]
/device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
keymaster_grouper.cpp
276
{
CKA_CLASS
, &obj_class, sizeof(obj_class) },
469
{
CKA_CLASS
, &pubClass, sizeof(pubClass)},
501
*
CKA_CLASS
541
set_attribute(&privateKeyTemplate[templateOffset++],
CKA_CLASS
, &privClass, sizeof(privClass));
pkcs11.h
151
#define
CKA_CLASS
0x00000000
/device/samsung/tuna/keymaster/
keymaster_tuna.cpp
272
{
CKA_CLASS
, &obj_class, sizeof(obj_class) },
465
{
CKA_CLASS
, &pubClass, sizeof(pubClass)},
497
*
CKA_CLASS
537
set_attribute(&privateKeyTemplate[templateOffset++],
CKA_CLASS
, &privClass, sizeof(privClass));
/hardware/ti/omap4xxx/security/tf_sdk/include/
pkcs11.h
151
#define
CKA_CLASS
0x00000000
Completed in 182 milliseconds