Searched refs:algorithm_ref (Results 1 – 1 of 1) sorted by relevance
38 ScopedJavaLocalRef<jstring> algorithm_ref = in PrivateKeySupportsSignature() local40 DCHECK(!algorithm_ref.is_null()); in PrivateKeySupportsSignature()43 Java_AndroidKeyStore_privateKeySupportsSignature(env, key, algorithm_ref); in PrivateKeySupportsSignature()51 ScopedJavaLocalRef<jstring> algorithm_ref = in PrivateKeySupportsCipher() local53 DCHECK(!algorithm_ref.is_null()); in PrivateKeySupportsCipher()56 Java_AndroidKeyStore_privateKeySupportsCipher(env, key, algorithm_ref); in PrivateKeySupportsCipher()66 ScopedJavaLocalRef<jstring> algorithm_ref = in SignWithPrivateKey() local68 DCHECK(!algorithm_ref.is_null()); in SignWithPrivateKey()77 algorithm_ref, input_ref); in SignWithPrivateKey()92 ScopedJavaLocalRef<jstring> algorithm_ref = in EncryptWithPrivateKey() local[all …]