Home
last modified time | relevance | path

Searched refs:CK_FUNCTION_LIST_PTR_PTR (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssh/
H A Dpkcs11.h1258 typedef struct ck_function_list **CK_FUNCTION_LIST_PTR_PTR; typedef
/freebsd/crypto/heimdal/lib/hx509/ref/
H A Dpkcs11.h1258 typedef struct ck_function_list **CK_FUNCTION_LIST_PTR_PTR; typedef
/freebsd/crypto/krb5/src/plugins/preauth/pkinit/
H A Dpkcs11.h1255 typedef struct ck_function_list **CK_FUNCTION_LIST_PTR_PTR; typedef
H A Dpkinit_crypto_openssl.c3399 CK_FUNCTION_LIST_PTR_PTR p11_out) in load_pkcs11_module()
3402 CK_RV rv, (*getflist)(CK_FUNCTION_LIST_PTR_PTR); in load_pkcs11_module()
3421 getflist = (CK_RV (*)(CK_FUNCTION_LIST_PTR_PTR))sym; in load_pkcs11_module()
/freebsd/crypto/heimdal/lib/hx509/
H A Dsoftp11.c967 C_GetFunctionList(CK_FUNCTION_LIST_PTR_PTR ppFunctionList) in C_GetFunctionList()