Searched refs:hashRef (Results 1 - 1 of 1) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOAEPParameters.java76 long hashRef = 0;
78 hashRef = NativeCrypto.asn1_read_tagged(seqRef);
79 hash = getHashName(hashRef);
81 NativeCrypto.asn1_read_free(hashRef);
145 private static String getHashName(long hashRef) throws IOException { argument
148 hashSeqRef = NativeCrypto.asn1_read_sequence(hashRef);
183 long hashRef = 0;
186 hashRef = NativeCrypto.asn1_write_tag(seqRef, 0);
188 hashRef, NAME_TO_OID.get(spec.getDigestAlgorithm()));
193 NativeCrypto.asn1_write_free(hashRef);
[all...]

Completed in 371 milliseconds