HomeSort by: relevance | last modified time | path
    Searched refs:OSSL_ (Results 1 - 7 of 7) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/util/
mkerr.pl 204 $lib =~ s/^((?:OSSL_|OPENSSL_)?[^_]{2,}).*$/$1/;
211 if ( $name =~ /^(?:OSSL_|OPENSSL_)?[A-Z0-9]{2,}_R_/ ) {
219 } elsif ( $name =~ /^(?:OSSL_|OPENSSL_)?[A-Z0-9]{2,}_F_/ ) {
384 if ( /(((?:OSSL_|OPENSSL_)?[A-Z0-9]{2,})_F_([A-Z0-9_]+))/ ) {
401 if ( /(((?:OSSL_|OPENSSL_)?[A-Z0-9]{2,})_R_[A-Z0-9_]+)/ ) {
  /src/crypto/external/apache2/openssl/dist/util/
mkerr.pl 212 $lib =~ s/^((?:OSSL_|OPENSSL_)?[^_]{2,}).*$/$1/;
220 if ( $name =~ /^(?:OSSL_|OPENSSL_)?[A-Z0-9]{2,}_R_/ ) {
228 } elsif ( $name =~ /^(?:OSSL_|OPENSSL_)?[A-Z0-9]{2,}_F_/ ) {
273 if ( /(((?:OSSL_|OPENSSL_)?[A-Z0-9]{2,})_R_[A-Z0-9_]+)/ ) {
327 $guard = "OSSL_" . join('_', split(m|[./]|, uc $guard));
418 $guard = "OSSL_" . $guard unless $internal;
find-doc-nits 112 | ^OSSL_[BL]E(16|32|64)TOH # undefed
  /src/crypto/external/bsd/openssl/dist/util/
mkerr.pl 211 $lib =~ s/^((?:OSSL_|OPENSSL_)?[^_]{2,}).*$/$1/;
219 if ( $name =~ /^(?:OSSL_|OPENSSL_)?[A-Z0-9]{2,}_R_/ ) {
227 } elsif ( $name =~ /^(?:OSSL_|OPENSSL_)?[A-Z0-9]{2,}_F_/ ) {
272 if ( /(((?:OSSL_|OPENSSL_)?[A-Z0-9]{2,})_R_[A-Z0-9_]+)/ ) {
326 $guard = "OSSL_" . join('_', split(m|[./]|, uc $guard));
417 $guard = "OSSL_" . $guard unless $internal;
check-format.pl 907 $contents_before_ =~ m/(^|^.*\W)(if|else|while|for|(OSSL_)?LIST_FOREACH(_\w+)?|switch|do)(\W.*$|$)/) {
969 report("more than one stmt") if !m/(^|\W)(for|(OSSL_)?LIST_FOREACH(_\w+)?)(\W.*|$)/ && # no 'for' - TODO improve matching
1007 if (m/^((^|.*\W)(if|while|for|(OSSL_)?LIST_FOREACH(_\w+)?|switch))(\W.*|$)$/) { # (last) if/for/while/switch
1138 $line_opening_brace = $line if $keyword_opening_brace =~ m/if|do|while|for|(OSSL_)?LIST_FOREACH(_\w+)?/;
1155 (my ($head, $mid, $tail) = ($contents_before_ =~ m/(^|^.*\W)(if|while|for|(OSSL_)?LIST_FOREACH(_\w+)?|switch|do)(\W.*$|$)/))) {
  /src/crypto/external/apache2/openssl/dist/providers/implementations/include/prov/
ciphercommon.h 30 #define PROV_CIPHER_FUNC(type, name, args) typedef type(*OSSL_##name##_fn) args
138 const OSSL_DISPATCH ossl_##alg##kbits##lcmode##_functions[] = { \
167 const OSSL_DISPATCH ossl_##alg##kbits##lcmode##_functions[] = { \
  /src/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/
ciphercommon.h 26 #define PROV_CIPHER_FUNC(type, name, args) typedef type (* OSSL_##name##_fn)args
132 const OSSL_DISPATCH ossl_##alg##kbits##lcmode##_functions[] = { \
159 const OSSL_DISPATCH ossl_##alg##kbits##lcmode##_functions[] = { \

Completed in 40 milliseconds