Symbol: P11FUNC
crypto/heimdal/lib/hx509/ks_p11.c
1010
P11FUNC(p, Finalize, (NULL));
crypto/heimdal/lib/hx509/ks_p11.c
148
ret = P11FUNC(p11rsa->p, SignInit, (session, &mechanism, key));
crypto/heimdal/lib/hx509/ks_p11.c
154
ret = P11FUNC(p11rsa->p, Sign,
crypto/heimdal/lib/hx509/ks_p11.c
186
ret = P11FUNC(p11rsa->p, DecryptInit, (session, &mechanism, key));
crypto/heimdal/lib/hx509/ks_p11.c
192
ret = P11FUNC(p11rsa->p, Decrypt,
crypto/heimdal/lib/hx509/ks_p11.c
271
ret = P11FUNC(p, GetMechanismList, (slot->id, NULL_PTR, &i));
crypto/heimdal/lib/hx509/ks_p11.c
290
ret = P11FUNC(p, GetMechanismList, (slot->id, slot->mechs.list, &i));
crypto/heimdal/lib/hx509/ks_p11.c
313
ret = P11FUNC(p, GetMechanismInfo, (slot->id, slot->mechs.list[i],
crypto/heimdal/lib/hx509/ks_p11.c
343
ret = P11FUNC(p, GetSlotInfo, (slot->id, &slot_info));
crypto/heimdal/lib/hx509/ks_p11.c
365
ret = P11FUNC(p, GetTokenInfo, (slot->id, &token_info));
crypto/heimdal/lib/hx509/ks_p11.c
411
ret = P11FUNC(p, OpenSession, (slot->id,
crypto/heimdal/lib/hx509/ks_p11.c
472
ret = P11FUNC(p, Login, (slot->session, CKU_USER,
crypto/heimdal/lib/hx509/ks_p11.c
531
ret = P11FUNC(p, FindObjectsInit, (session, search_data, num_search_data));
crypto/heimdal/lib/hx509/ks_p11.c
536
ret = P11FUNC(p, FindObjects, (session, &object, 1, &object_count));
crypto/heimdal/lib/hx509/ks_p11.c
546
ret = P11FUNC(p, GetAttributeValue,
crypto/heimdal/lib/hx509/ks_p11.c
558
ret = P11FUNC(p, GetAttributeValue,
crypto/heimdal/lib/hx509/ks_p11.c
583
ret2 = P11FUNC(p, FindObjectsFinal, (session));
crypto/heimdal/lib/hx509/ks_p11.c
606
ret = P11FUNC(p, GetAttributeValue,
crypto/heimdal/lib/hx509/ks_p11.c
613
ret = P11FUNC(p, GetAttributeValue,
crypto/heimdal/lib/hx509/ks_p11.c
893
ret = P11FUNC(p, Initialize, (NULL_PTR));
crypto/heimdal/lib/hx509/ks_p11.c
901
ret = P11FUNC(p, GetSlotList, (FALSE, NULL, &p->num_slots));
crypto/heimdal/lib/hx509/ks_p11.c
929
ret = P11FUNC(p, GetSlotList, (FALSE, slot_ids, &p->num_slots));
crypto/heimdal/lib/hx509/ks_p11.c
986
P11FUNC(p, CloseSession, (p->slot[i].session));