Searched refs:algorithm_ref (Results 1 – 1 of 1) sorted by relevance
37 ScopedJavaLocalRef<jstring> algorithm_ref = in PrivateKeySupportsSignature() local39 DCHECK(!algorithm_ref.is_null()); in PrivateKeySupportsSignature()42 Java_AndroidKeyStore_privateKeySupportsSignature(env, key, algorithm_ref); in PrivateKeySupportsSignature()50 ScopedJavaLocalRef<jstring> algorithm_ref = in PrivateKeySupportsCipher() local52 DCHECK(!algorithm_ref.is_null()); in PrivateKeySupportsCipher()55 Java_AndroidKeyStore_privateKeySupportsCipher(env, key, algorithm_ref); in PrivateKeySupportsCipher()65 ScopedJavaLocalRef<jstring> algorithm_ref = in SignWithPrivateKey() local67 DCHECK(!algorithm_ref.is_null()); in SignWithPrivateKey()77 algorithm_ref, input_ref); in SignWithPrivateKey()92 ScopedJavaLocalRef<jstring> algorithm_ref = in EncryptWithPrivateKey() local[all …]