OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:obj_rsakey_get_modulus
(Results
1 - 6
of
6
) sorted by relevancy
/src/crypto/external/cpl/trousers/dist/src/tspi/
tspi_sign.c
123
if ((result =
obj_rsakey_get_modulus
(hKey, &pubKeySize, &pubKey)))
tspi_key.c
383
if ((result =
obj_rsakey_get_modulus
(hWrappingKey, &wrappingPubKeyLen, &wrappingPubKey)))
tspi_getset.c
908
result =
obj_rsakey_get_modulus
(hObject, pulAttribDataSize,
obj_rsakey.c
1122
obj_rsakey_get_modulus
(TSS_HKEY hKey, UINT32 *size, BYTE **data)
function
/src/crypto/external/cpl/trousers/dist/src/include/
obj_rsakey.h
79
TSS_RESULT
obj_rsakey_get_modulus
(TSS_HKEY, UINT32 *, BYTE **);
/src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_platform/
platform.c
532
if ((result =
obj_rsakey_get_modulus
(issuerAuthPKs[i], &modulus_length, &modulus)))
Completed in 23 milliseconds
Indexes created Thu Sep 03 00:25:33 UTC 2026