Lines Matching refs:ret
37 ASN1_PCTX *ret;
39 ret = OPENSSL_zalloc(sizeof(*ret));
40 if (ret == NULL) {
44 return ret;
396 int ret = 1;
401 ret = 0;
403 return ret;
440 int ret = 1, needlf = 1;
493 ret = asn1_print_boolean(out, boolval);
499 ret = asn1_print_integer(out, str);
503 ret = ASN1_UTCTIME_print(out, str);
507 ret = ASN1_GENERALIZEDTIME_print(out, str);
511 ret = asn1_print_oid(out, (const ASN1_OBJECT *)*fld);
516 ret = asn1_print_obstring(out, str, indent);
526 ret = 0;
531 ret = ASN1_STRING_print_ex(out, str, pctx->str_flags);
534 if (!ret)