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

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Rand.c35 * C_SeedRandom will verify that the session handle is valid within
41 C_SeedRandom(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pSeed, CK_ULONG ulSeedLen) function
54 return (fast_funcs->C_SeedRandom(hSession, pSeed, ulSeedLen));
75 rv = FUNCLIST(slotid)->C_SeedRandom(sessp->se_handle, pSeed,
H A Dpkcs11General.c106 C_SeedRandom,
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/
H A Dprng.c54 (void) C_SeedRandom(krb_ctx_hSession(context),
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftRand.c36 C_SeedRandom(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pSeed, CK_ULONG ulSeedLen) function
H A DsoftGeneral.c110 C_SeedRandom,
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelRand.c36 C_SeedRandom(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pSeed, CK_ULONG ulSeedLen) function
H A DkernelGeneral.c104 C_SeedRandom,
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11f.h853 /* C_SeedRandom mixes additional seed material into the token's
855 CK_PKCS11_FUNCTION_INFO(C_SeedRandom)
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dapi_interface.c1309 PK11_Functions.C_SeedRandom = C_SeedRandom;
1803 C_SeedRandom(CK_SESSION_HANDLE hSession, function

Completed in 67 milliseconds