Searched refs:obj_rsakey_get_modulus (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/ |
H A D | tspi_sign.c | 123 if ((result = obj_rsakey_get_modulus(hKey, &pubKeySize, &pubKey))) in Tspi_Hash_VerifySignature()
|
H A D | tspi_key.c | 383 if ((result = obj_rsakey_get_modulus(hWrappingKey, &wrappingPubKeyLen, &wrappingPubKey))) in Tspi_Key_WrapKey()
|
H A D | tspi_getset.c | 908 result = obj_rsakey_get_modulus(hObject, pulAttribDataSize, in Tspi_GetAttribData()
|
H A D | obj_rsakey.c | 1122 obj_rsakey_get_modulus(TSS_HKEY hKey, UINT32 *size, BYTE **data) in obj_rsakey_get_modulus() function
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/ |
H A D | obj_rsakey.h | 79 TSS_RESULT obj_rsakey_get_modulus(TSS_HKEY, UINT32 *, BYTE **);
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_platform/ |
H A D | platform.c | 532 if ((result = obj_rsakey_get_modulus(issuerAuthPKs[i], &modulus_length, &modulus))) in Tspi_TPM_DAA_JoinInit_internal()
|