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

/illumos-gate/usr/src/lib/libm/common/Q/
H A Datanl.c95 p11 = -4.347345005832274022681019724553538135922e-0002L, variable
143 z * (p10 + z * (p11 + z * (p12 + z * p13)))))))))))));
157 z * (p8 + z * (p9 + z * (p10 + z * (p11 +
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c779 ctx->p11 = NULL;
795 if (ctx->p11 != NULL) {
797 ctx->p11->C_CloseSession(ctx->session);
805 ctx->p11->C_Finalize(NULL_PTR);
807 ctx->p11 = NULL;
3505 r = id_cryptoctx->p11->C_Login(id_cryptoctx->session, CKU_USER,
3776 r = id_cryptoctx->p11->C_FindObjectsInit(session, attrs, nattrs);
3794 if ((r = id_cryptoctx->p11->C_FindObjects(session, &obj, 1, &count))
3809 if ((r = id_cryptoctx->p11->C_GetAttributeValue(session,
3840 if ((r = id_cryptoctx->p11
[all...]
H A Dpkinit_crypto_openssl.h87 CK_FUNCTION_LIST_PTR p11; member in struct:_pkinit_identity_crypto_context

Completed in 71 milliseconds