Home
last modified time | relevance | path

Searched refs:unprovide (Results 1 – 3 of 3) sorted by relevance

/external/conscrypt/libcore-stub/src/main/java/libcore/java/security/
DStandardNames.java118 private static void unprovide(String type, String algorithm) { in unprovide() method in StandardNames
355 unprovide("SSLContext", "TLSv1.1");
356 unprovide("SSLContext", "TLSv1.2");
363 unprovide("KeyManagerFactory", "PKIX");
382 unprovide("AlgorithmParameterGenerator", "DiffieHellman");
384 unprovide("AlgorithmParameters", "DiffieHellman");
386 unprovide("KeyAgreement", "DiffieHellman");
388 unprovide("KeyFactory", "DiffieHellman");
390 unprovide("KeyPairGenerator", "DiffieHellman");
394 unprovide("AlgorithmParameters", "PBEWithSHA1AndDESede");
[all …]
/external/libnl/python/doc/
Dcore.rst102 .. py:method:: unprovide()
/external/libnl/python/netlink/
Dcore.py591 def unprovide(self): member in Cache