Home
last modified time | relevance | path

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

/external/cronet/net/android/
Dkeystore.cc37 ScopedJavaLocalRef<jstring> algorithm_ref = in PrivateKeySupportsSignature() local
39 DCHECK(!algorithm_ref.is_null()); in PrivateKeySupportsSignature()
42 Java_AndroidKeyStore_privateKeySupportsSignature(env, key, algorithm_ref); in PrivateKeySupportsSignature()
50 ScopedJavaLocalRef<jstring> algorithm_ref = in PrivateKeySupportsCipher() local
52 DCHECK(!algorithm_ref.is_null()); in PrivateKeySupportsCipher()
55 Java_AndroidKeyStore_privateKeySupportsCipher(env, key, algorithm_ref); in PrivateKeySupportsCipher()
65 ScopedJavaLocalRef<jstring> algorithm_ref = in SignWithPrivateKey() local
67 DCHECK(!algorithm_ref.is_null()); in SignWithPrivateKey()
77 algorithm_ref, input_ref); in SignWithPrivateKey()
92 ScopedJavaLocalRef<jstring> algorithm_ref = in EncryptWithPrivateKey() local
[all …]