Home
last modified time | relevance | path

Searched refs:NSC_GetFunctionList (Results 1 – 21 of 21) sorted by relevance

/dports/www/firefox/firefox-99.0/security/nss/doc/rst/legacy/reference/fc_getfunctionlist/
H A Dindex.rst79 - `NSC_GetFunctionList </en-US/NSC_GetFunctionList>`__
/dports/security/nss/nss-3.76.1/nss/doc/rst/legacy/reference/fc_getfunctionlist/
H A Dindex.rst79 - `NSC_GetFunctionList </en-US/NSC_GetFunctionList>`__
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/softoken/
H A Dsoftokn.def24 NSC_GetFunctionList;
H A Dpkcs11.c2269 NSC_GetFunctionList(CK_FUNCTION_LIST_PTR *pFunctionList) in NSC_GetFunctionList() function
2279 return NSC_GetFunctionList(pFunctionList); in C_GetFunctionList()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/softoken/
H A Dsoftokn.def24 NSC_GetFunctionList;
H A Dpkcs11.c2266 NSC_GetFunctionList(CK_FUNCTION_LIST_PTR *pFunctionList) in NSC_GetFunctionList() function
2276 return NSC_GetFunctionList(pFunctionList); in C_GetFunctionList()
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/softoken/
H A Dsoftokn.def24 NSC_GetFunctionList;
H A Dpkcs11.c2492 NSC_GetFunctionList(CK_FUNCTION_LIST_PTR *pFunctionList) in NSC_GetFunctionList() function
2502 return NSC_GetFunctionList(pFunctionList); in C_GetFunctionList()
/dports/www/firefox/firefox-99.0/security/nss/lib/softoken/
H A Dsoftokn.def24 NSC_GetFunctionList;
H A Dpkcs11.c2473 NSC_GetFunctionList(CK_FUNCTION_LIST_PTR *pFunctionList) in NSC_GetFunctionList() function
2483 return NSC_GetFunctionList(pFunctionList); in C_GetFunctionList()
/dports/www/firefox/firefox-99.0/security/nss/doc/rst/legacy/reference/nss_cryptographic_module/
H A Dindex.rst18 - The standard PKCS #11 function C_GetFunctionList or the equivalent NSC_GetFunctionList
/dports/security/ca_root_nss/nss-3.71/nss/lib/softoken/
H A Dsoftokn.def24 NSC_GetFunctionList;
H A Dpkcs11.c2492 NSC_GetFunctionList(CK_FUNCTION_LIST_PTR *pFunctionList) in NSC_GetFunctionList() function
2502 return NSC_GetFunctionList(pFunctionList); in C_GetFunctionList()
/dports/security/nss/nss-3.76.1/nss/lib/softoken/
H A Dsoftokn.def24 NSC_GetFunctionList;
H A Dpkcs11.c2473 NSC_GetFunctionList(CK_FUNCTION_LIST_PTR *pFunctionList) in NSC_GetFunctionList() function
2483 return NSC_GetFunctionList(pFunctionList); in C_GetFunctionList()
/dports/security/nss/nss-3.76.1/nss/doc/rst/legacy/reference/nss_cryptographic_module/
H A Dindex.rst18 - The standard PKCS #11 function C_GetFunctionList or the equivalent NSC_GetFunctionList
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/softoken/
H A Dsoftokn.def24 NSC_GetFunctionList;
H A Dpkcs11.c2492 NSC_GetFunctionList(CK_FUNCTION_LIST_PTR *pFunctionList) in NSC_GetFunctionList() function
2502 return NSC_GetFunctionList(pFunctionList); in C_GetFunctionList()
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/softoken/
H A Dsoftokn.def24 NSC_GetFunctionList;
H A Dpkcs11.c2471 NSC_GetFunctionList(CK_FUNCTION_LIST_PTR *pFunctionList) in NSC_GetFunctionList() function
2481 return NSC_GetFunctionList(pFunctionList); in C_GetFunctionList()
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/pk11wrap/
H A Dpk11load.c383 CK_RV NSC_GetFunctionList(CK_FUNCTION_LIST_PTR *pFunctionList);
407 entry = (CK_C_GetFunctionList)NSC_GetFunctionList; in secmod_LoadPKCS11Module()