Searched refs:obj_rsakey_get_modulus (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/ |
| D | tspi_sign.c | 123 if ((result = obj_rsakey_get_modulus(hKey, &pubKeySize, &pubKey))) in Tspi_Hash_VerifySignature()
|
| D | tspi_key.c | 383 if ((result = obj_rsakey_get_modulus(hWrappingKey, &wrappingPubKeyLen, &wrappingPubKey))) in Tspi_Key_WrapKey()
|
| D | tspi_getset.c | 908 result = obj_rsakey_get_modulus(hObject, pulAttribDataSize, in Tspi_GetAttribData()
|
| 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/ |
| D | obj_rsakey.h | 79 TSS_RESULT obj_rsakey_get_modulus(TSS_HKEY, UINT32 *, BYTE **);
|
| /netbsd/src/crypto/external/cpl/trousers/lib/libtspi/ |
| D | tspi.expsym | 906 obj_rsakey_get_modulus
|
| /netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_platform/ |
| D | platform.c | 532 … if ((result = obj_rsakey_get_modulus(issuerAuthPKs[i], &modulus_length, &modulus))) in Tspi_TPM_DAA_JoinInit_internal()
|