Home
last modified time | relevance | path

Searched defs:supportedKeyFormats (Results 1 – 2 of 2) sorted by relevance

/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DOpenSSLProvider.java524 String supportedKeyFormats = "RAW"; in putMacImplClass() local
536 String supportedKeyFormats = "RAW"; in putSymmetricCipherImplClass() local
552 String supportedKeyFormats = null; // ignored -- filtered based on class only in putRSACipherImplClass() local
572 String supportedKeyFormats = "PKCS#8|X.509"; in putSignatureImplClass() local
588 String supportedKeyFormats = null; // ignored -- filtered based on class only in putRAWRSASignatureImplClass() local
603 String supportedKeyFormats = "PKCS#8"; in putECDHKeyAgreementImplClass() local
619 String supportedKeyFormats = "PKCS#8"; in putXDHKeyAgreementImplClass() local
627 String supportedKeyFormats) { in putImplClassWithKeyConstraints()
/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLProvider.java523 String supportedKeyFormats = "RAW"; in putMacImplClass() local
535 String supportedKeyFormats = "RAW"; in putSymmetricCipherImplClass() local
551 String supportedKeyFormats = null; // ignored -- filtered based on class only in putRSACipherImplClass() local
571 String supportedKeyFormats = "PKCS#8|X.509"; in putSignatureImplClass() local
587 String supportedKeyFormats = null; // ignored -- filtered based on class only in putRAWRSASignatureImplClass() local
602 String supportedKeyFormats = "PKCS#8"; in putECDHKeyAgreementImplClass() local
618 String supportedKeyFormats = "PKCS#8"; in putXDHKeyAgreementImplClass() local
629 String supportedKeyFormats) { in putImplClassWithKeyConstraints()