Searched refs:Modulus (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/ |
H A D | pkcs11_spi.c | 779 KMF_DATA Modulus, Exponent, Prime, Subprime, Base, Value; local 799 (void) memset(&Modulus, 0, sizeof (Modulus)); 812 SETATTR(rsaTemplate, 2, CKA_MODULUS, Modulus.Data, 813 Modulus.Length); 824 Modulus.Length = rsaTemplate[2].ulValueLen; 825 Modulus.Data = malloc(Modulus.Length); 826 if (Modulus.Data == NULL) 832 free(Modulus [all...] |
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaObjectManager.c | 121 static CK_BYTE Modulus[128] = { variable 928 /* Modulus is the same for rsa public and private key */ 931 template[i].pValue = Modulus; 932 template[i].ulValueLen = sizeof (Modulus);
|
Completed in 21 milliseconds