Searched refs:P11FUNC (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dks_p11.c74 #define P11FUNC(module,f,args) (*(module)->funcs->C_##f)args macro
151 ret = P11FUNC(p11rsa->p, SignInit, (session, &mechanism, key));
157 ret = P11FUNC(p11rsa->p, Sign,
189 ret = P11FUNC(p11rsa->p, DecryptInit, (session, &mechanism, key));
195 ret = P11FUNC(p11rsa->p, Decrypt,
252 ret = P11FUNC(p, GetMechanismList, (slot->id, NULL_PTR, &i));
271 ret = P11FUNC(p, GetMechanismList, (slot->id, slot->mechs.list, &i));
294 ret = P11FUNC(p, GetMechanismInfo, (slot->id, slot->mechs.list[i],
324 ret = P11FUNC(p, GetSlotInfo, (slot->id, &slot_info));
348 ret = P11FUNC(
[all...]

Completed in 136 milliseconds