Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/cpl/trousers/dist/src/include/trousers/
Dtrousers.h203 int Trspi_RSA_Public_Encrypt(unsigned char *in, unsigned int inlen,
213 Trspi_RSA_Public_Encrypt(in,inlen,out,outlen,pubKey,pubSize,65537,TR_RSA_PKCS1_PADDING)
216 Trspi_RSA_Public_Encrypt(in,inlen,out,outlen,pubKey,pubSize,65537, \
/netbsd/src/crypto/external/cpl/trousers/dist/src/trspi/crypto/openssl/
Drsa.c227 Trspi_RSA_Public_Encrypt(unsigned char *in, unsigned int inlen, in Trspi_RSA_Public_Encrypt() function
/netbsd/src/crypto/external/cpl/trousers/lib/libtspi/
Dtspi.expsym429 Trspi_RSA_Public_Encrypt
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/
Dtspi_aik.c365 … if ((result = Trspi_RSA_Public_Encrypt(hashblob, offset, encSymKey, &encSymKeySize, in Tspi_TPM_CollateIdentityRequest()