Home
last modified time | relevance | path

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

/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLProvider.java489 String supportedKeyFormats = "RAW"; in putMacImplClass() local
501 String supportedKeyFormats = "RAW"; in putSymmetricCipherImplClass() local
517 String supportedKeyFormats = null; // ignored -- filtered based on class only in putRSACipherImplClass() local
537 String supportedKeyFormats = "PKCS#8|X.509"; in putSignatureImplClass() local
553 String supportedKeyFormats = null; // ignored -- filtered based on class only in putRAWRSASignatureImplClass() local
568 String supportedKeyFormats = "PKCS#8"; in putECDHKeyAgreementImplClass() local
579 String supportedKeyFormats) { in putImplClassWithKeyConstraints()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DOpenSSLProvider.java494 String supportedKeyFormats = "RAW"; in putMacImplClass() local
506 String supportedKeyFormats = "RAW"; in putSymmetricCipherImplClass() local
522 String supportedKeyFormats = null; // ignored -- filtered based on class only in putRSACipherImplClass() local
542 String supportedKeyFormats = "PKCS#8|X.509"; in putSignatureImplClass() local
558 String supportedKeyFormats = null; // ignored -- filtered based on class only in putRAWRSASignatureImplClass() local
573 String supportedKeyFormats = "PKCS#8"; in putECDHKeyAgreementImplClass() local
584 String supportedKeyFormats) { in putImplClassWithKeyConstraints()