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

  /external/openssl/crypto/x509v3/
v3_purp.c 363 EXTENDED_KEY_USAGE *extusage; local
414 if((extusage=X509_get_ext_d2i(x, NID_ext_key_usage, NULL, NULL))) {
416 for(i = 0; i < sk_ASN1_OBJECT_num(extusage); i++) {
417 switch(OBJ_obj2nid(sk_ASN1_OBJECT_value(extusage,i))) {
452 sk_ASN1_OBJECT_pop_free(extusage, ASN1_OBJECT_free);
  /external/openssh/
channels.c 225 int extusage, int nonblock, int is_tty)
243 c->extended_usage = extusage;
266 u_int window, u_int maxpack, int extusage, char *remote_name, int nonblock)
308 channel_register_fds(c, rfd, wfd, efd, extusage, nonblock, 0);
760 int extusage, int nonblock, int is_tty, u_int window_max)
766 channel_register_fds(c, rfd, wfd, efd, extusage, nonblock, is_tty);
    [all...]

Completed in 1172 milliseconds