HomeSort by relevance Sort by last modified time
    Searched refs:PubKey (Results 1 - 5 of 5) sorted by null

  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MyKeyPairGenerator3.java 45 PublicKey pubK = (new MyKeyPairGenerator1()).new PubKey();
MyKeyPairGenerator1.java 75 return new KeyPair(new PubKey(), new PrivKey());
94 public class PubKey implements PublicKey {
101 public PubKey() {
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
AuthService.c 207 @param[in] PubKey The input pointer to Public Key data.
216 IN UINT8 *PubKey
225 if (PubKey == NULL) {
242 if (CompareMem (Ptr, PubKey, EFI_CERT_TYPE_RSA2048_SIZE) == 0) {
260 CopyMem (Global->PubKeyStore + mPubKeyNumber * EFI_CERT_TYPE_RSA2048_SIZE, PubKey, EFI_CERT_TYPE_RSA2048_SIZE);
291 @param[in] PubKey The public key used for verification.
304 IN UINT8 *PubKey
318 if (Data == NULL || PubKey == NULL) {
371 Status = RsaSetKey (Rsa, RsaKeyN, PubKey, EFI_CERT_TYPE_RSA2048_SIZE);
771 UINT8 *PubKey;
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/AuthVariableLib/
AuthService.c     [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
Sa.c     [all...]

Completed in 815 milliseconds