HomeSort by: relevance | last modified time | path
    Searched defs:check_key_usage (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
cert.c 813 check_key_usage(hx509_context context, const Certificate *cert, function
867 return check_key_usage(context, _hx509_get_cert(cert), flags, req_present);
2082 ret = check_key_usage(context, c, 1 << 5,
3032 if (ku && check_key_usage(context, c, ku, TRUE))
cert.c 813 check_key_usage(hx509_context context, const Certificate *cert, function
867 return check_key_usage(context, _hx509_get_cert(cert), flags, req_present);
2082 ret = check_key_usage(context, c, 1 << 5,
3032 if (ku && check_key_usage(context, c, ku, TRUE))

Completed in 48 milliseconds