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

/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dks_p11.c72 #define P11FUNC(module,f,args) (*(module)->funcs->C_##f)args macro
149 ret = P11FUNC(p11rsa->p, SignInit, (session, &mechanism, key));
155 ret = P11FUNC(p11rsa->p, Sign,
187 ret = P11FUNC(p11rsa->p, DecryptInit, (session, &mechanism, key));
193 ret = P11FUNC(p11rsa->p, Decrypt,
246 ret = P11FUNC(p, GetMechanismList, (slot->id, NULL_PTR, &i));
265 ret = P11FUNC(p, GetMechanismList, (slot->id, slot->mechs.list, &i));
288 ret = P11FUNC(p, GetMechanismInfo, (slot->id, slot->mechs.list[i],
317 ret = P11FUNC(p, GetSlotInfo, (slot->id, &slot_info));
339 ret = P11FUNC(
[all...]

Completed in 94 milliseconds