Lines Matching refs:algorithm_ref
37 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
94 DCHECK(!algorithm_ref.is_null()); in EncryptWithPrivateKey()
104 algorithm_ref, input_ref); in EncryptWithPrivateKey()