Home
last modified time | relevance | path

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 Dtspi_sign.c123 if ((result = obj_rsakey_get_modulus(hKey, &pubKeySize, &pubKey))) in Tspi_Hash_VerifySignature()
H A Dtspi_key.c383 if ((result = obj_rsakey_get_modulus(hWrappingKey, &wrappingPubKeyLen, &wrappingPubKey))) in Tspi_Key_WrapKey()
H A Dtspi_getset.c908 result = obj_rsakey_get_modulus(hObject, pulAttribDataSize, in Tspi_GetAttribData()
H A Dobj_rsakey.c1122 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 Dobj_rsakey.h79 TSS_RESULT obj_rsakey_get_modulus(TSS_HKEY, UINT32 *, BYTE **);
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_platform/
H A Dplatform.c532 if ((result = obj_rsakey_get_modulus(issuerAuthPKs[i], &modulus_length, &modulus))) in Tspi_TPM_DAA_JoinInit_internal()