Home
last modified time | relevance | path

Searched refs:TCPA_ALG_RSA (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/crypto/external/cpl/trousers/dist/src/include/tss/
Dcompat11b.h108 #define TCPA_ALG_RSA TPM_ALG_RSA macro
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/
Dtspi_ps.c330 tcsAlgID = TCPA_ALG_RSA; in Tspi_Context_GetKeyByPublicInfo()
Dobj_rsakey.c92 rsakey->key.algorithmParms.algorithmID = TCPA_ALG_RSA; in obj_rsakey_add()
623 case TCPA_ALG_RSA: in obj_rsakey_get_alg()
654 rsakey->key.algorithmParms.algorithmID = TCPA_ALG_RSA; in obj_rsakey_set_alg()
/netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/
Dtcsi_ps.c618 if (algID == TCPA_ALG_RSA) { in TCSP_GetRegisteredKeyByPublicInfo_Internal()