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

  /cts/tests/tests/security/tools/
format_cert.sh 29 # openssl x509 -in cert_file -subject_hash -noout
34 subject_hash=$("$OPENSSL" x509 -in "$in_file" -inform $in_form -subject_hash \
38 subject_hash=$("$OPENSSL" x509 -in "$in_file" -inform $in_form -subject_hash \
48 out_file="$subject_hash.0"
  /external/openssl/apps/
x509.c 101 " -subject_hash - print subject hash value\n",
109 " -hash - synonym for -subject_hash\n",
189 int subject_hash=0,issuer_hash=0,ocspid=0; local
418 || strcmp(*argv,"-subject_hash") == 0)
419 subject_hash= ++num;
784 else if (subject_hash == i)
    [all...]

Completed in 140 milliseconds