Searched defs:rsaKey (Results 1 - 9 of 9) sorted by relevance

/external/tpm2/
H A DRSA_Decrypt.c32 OBJECT *rsaKey; local
38 rsaKey = ObjectGet(in->keyHandle);
41 if(rsaKey->publicArea.type != TPM_ALG_RSA)
45 if( rsaKey->publicArea.objectAttributes.restricted == SET
46 || rsaKey->publicArea.objectAttributes.decrypt == CLEAR)
75 result = CryptDecryptRSA(&out->message.t.size, out->message.t.buffer, rsaKey,
H A DRSA_Encrypt.c30 OBJECT *rsaKey; local
36 rsaKey = ObjectGet(in->keyHandle);
39 if(rsaKey->publicArea.type != TPM_ALG_RSA)
43 if(rsaKey->publicArea.objectAttributes.decrypt != SET)
66 result = CryptEncryptRSA(&out->outData.t.size, out->outData.t.buffer, rsaKey,
H A DCryptUtil.c784 OBJECT *rsaKey,
788 key->exponent = rsaKey->publicArea.parameters.rsaDetail.exponent;
791 key->publicKey = &rsaKey->publicArea.unique.rsa.b;
792 if(rsaKey->attributes.publicOnly || rsaKey->privateExponent.t.size == 0)
795 key->privateKey = &(rsaKey->privateExponent.b);
899 // TPM_RC_BINDING public and private parts of rsaKey are not matched
903 OBJECT *rsaKey // IN: the RSA key object
907 TPMT_PUBLIC *publicArea = &rsaKey->publicArea;
908 TPMT_SENSITIVE *sensitive = &rsaKey
783 BuildRSA( OBJECT *rsaKey, RSA_KEY *key ) argument
989 CryptDecryptRSA( UINT16 *dataOutSize, BYTE *dataOut, OBJECT *rsaKey, TPMT_RSA_DECRYPT *scheme, UINT16 cipherInSize, BYTE *cipherIn, const char *label ) argument
1067 CryptEncryptRSA( UINT16 *cipherOutSize, BYTE *cipherOut, OBJECT *rsaKey, TPMT_RSA_DECRYPT *scheme, UINT16 dataInSize, BYTE *dataIn, const char *label ) argument
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 118 milliseconds