Home
last modified time | relevance | path

Searched refs:out_type (Results 1 – 3 of 3) sorted by relevance

/openbsd/lib/libcrypto/asn1/
H A Dx_algor.c240 X509_ALGOR_get0(const ASN1_OBJECT **out_aobj, int *out_type, in X509_ALGOR_get0() argument
253 if (out_type == NULL) in X509_ALGOR_get0()
261 *out_type = type; in X509_ALGOR_get0()
/openbsd/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/
H A DParseXS.pm398 my $out_type = '';
402 $out_type = $type if $type ne 'IN';
424 $only_C_inlist_ref->{$_} = 1 if $out_type eq "OUTLIST" or $islength;
425 push @{ $outlist_ref }, $len_name if $out_type =~ /OUTLIST$/;
426 $self->{in_out}->{$len_name} = $out_type if $out_type;
439 my $out_type = $1;
440 next if $out_type eq 'IN';
441 $only_C_inlist_ref->{$_} = 1 if $out_type eq "OUTLIST";
442 if ($out_type =~ /OUTLIST$/) {
445 $self->{in_out}->{$_} = $out_type;
/openbsd/lib/libcrypto/ec/
H A Dec_ameth.c194 eckey_to_params(EC_KEY *eckey, int *out_type, void **out_val) in eckey_to_params() argument
198 *out_type = NID_undef; in eckey_to_params()
205 *out_type = V_ASN1_SEQUENCE; in eckey_to_params()
208 *out_type = V_ASN1_OBJECT; in eckey_to_params()