HomeSort by relevance Sort by last modified time
    Searched refs:hashRef (Results 1 - 2 of 2) sorted by null

  /external/conscrypt/common/src/main/java/org/conscrypt/
OAEPParameters.java 76 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 {
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...]
  /tools/repohooks/tools/
checkpatch.pl 187 my ($hashRef, $arrayRef) = @_;
199 $hashRef->{$word}++;
204 my ($hashRef, $prefix) = @_;
206 if (keys %$hashRef) {
208 foreach my $word (sort keys %$hashRef) {
    [all...]

Completed in 74 milliseconds