Searched refs:Trspi_RSA_Encrypt (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/ |
H A D | tsp_own.c | 111 if ((result = Trspi_RSA_Encrypt(ownerSecret.authdata, 20, encOwnerAuth, in secret_TakeOwnership() 119 if ((result = Trspi_RSA_Encrypt(srkSecret.authdata, 20, encSRKAuth, in secret_TakeOwnership()
|
H A D | tspi_bind.c | 118 if ((result = Trspi_RSA_Encrypt(bdblob, offset, encData, &encDataLength, in Tspi_Data_Bind()
|
H A D | tspi_changeauth.c | 278 Trspi_RSA_Encrypt(hashBlob, caValidSize, a1, &a1Size, in Tspi_ChangeAuthAsym()
|
H A D | tspi_key.c | 429 if ((result = Trspi_RSA_Encrypt(newPrivKey, newPrivKeyLen, encPrivKey, in Tspi_Key_WrapKey()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_issuer/ |
H A D | issuer_init.c | 111 result = Trspi_RSA_Encrypt( in Tspi_DAA_IssueInit_internal()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/trspi/crypto/openssl/ |
H A D | rsa.c | 69 Trspi_RSA_Encrypt(unsigned char *dataToEncrypt, /* in */ in Trspi_RSA_Encrypt() function
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/trousers/ |
H A D | trousers.h | 192 int Trspi_RSA_Encrypt(unsigned char *dataToEncrypt, 220 Trspi_RSA_Encrypt(in,inlen,out,outlen,pubKey,pubSize)
|