Lines Matching defs:out
29 * of permissible ASN1 string types. It then works out the minimal type
36 int ASN1_mbstring_copy(ASN1_STRING **out, const unsigned char *in, int len,
39 return ASN1_mbstring_ncopy(out, in, len, inform, mask, 0, 0);
42 int ASN1_mbstring_ncopy(ASN1_STRING **out, const unsigned char *in, int len,
61 /* First do a string check and work out the number of characters */
111 /* Now work out minimal type (if any) */
117 /* Now work out output format and string type */
137 if (!out)
139 if (*out) {
141 dest = *out;
151 *out = dest;
158 *out = NULL;
166 /* Work out how much space the destination will need */
192 *out = NULL;