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

/macosx-10.10/ruby-106/ruby/ext/openssl/
H A Dossl_x509name.c430 VALUE utf8str, ptrstr, ia5str, hash; local
454 ia5str = INT2NUM(V_ASN1_IA5STRING);
467 rb_hash_aset(hash, rb_str_new2("DC"), ia5str);
468 rb_hash_aset(hash, rb_str_new2("domainComponent"), ia5str);
469 rb_hash_aset(hash, rb_str_new2("emailAddress"), ia5str);

Completed in 110 milliseconds