Searched refs:C_GenerateRandom (Results 1 – 15 of 15) sorted by relevance
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | pkcs11Rand.c | 91 C_GenerateRandom(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pRandomData, in C_GenerateRandom() function 105 return (fast_funcs->C_GenerateRandom(hSession, pRandomData, in C_GenerateRandom() 127 rv = FUNCLIST(sessp->se_slotid)->C_GenerateRandom(sessp->se_handle, in C_GenerateRandom()
|
H A D | mapfile-vers | 72 C_GenerateRandom;
|
H A D | pkcs11General.c | 107 C_GenerateRandom,
|
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/ |
H A D | prng.c | 96 rv = C_GenerateRandom(krb_ctx_hSession(context), (CK_BYTE_PTR)data->data, in krb5_c_random_make_octets()
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softRand.c | 67 C_GenerateRandom(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pRandomData, in C_GenerateRandom() function
|
H A D | mapfile-vers | 72 C_GenerateRandom;
|
H A D | softGeneral.c | 115 C_GenerateRandom,
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelRand.c | 79 C_GenerateRandom(CK_SESSION_HANDLE hSession, CK_BYTE_PTR pRandomData, in C_GenerateRandom() function
|
H A D | mapfile-vers | 72 C_GenerateRandom;
|
H A D | kernelGeneral.c | 105 C_GenerateRandom,
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | mapfile-vers | 69 C_GenerateRandom;
|
H A D | api_interface.c | 1186 C_GenerateRandom(CK_SESSION_HANDLE hSession, in C_GenerateRandom() function 1310 PK11_Functions.C_GenerateRandom = C_GenerateRandom; in C_GetFunctionList()
|
/illumos-gate/usr/src/lib/pkcs11/libkcfd/common/ |
H A D | mapfile-vers | 159 C_GenerateRandom {
|
/illumos-gate/usr/src/lib/pkcs11/include/ |
H A D | pkcs11f.h | 892 CK_PKCS11_FUNCTION_INFO(C_GenerateRandom)
|
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/ |
H A D | adm_uef.c | 1632 rv = prov_funcs->C_GenerateRandom(hSession, test_byte_ptr, in check_random()
|