Searched refs:ascii2ebcdic (Results 1 - 25 of 31) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Debcdic.h12 #define ascii2ebcdic _openssl_ascii2ebcdic macro
17 void *ascii2ebcdic(void *dest, const void *srce, size_t count);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Debcdic.h12 #define ascii2ebcdic _openssl_ascii2ebcdic macro
17 void *ascii2ebcdic(void *dest, const void *srce, size_t count);
H A Debcdic.c209 ascii2ebcdic(void *dest, const void *srce, size_t count) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Debcdic.h16 # define ascii2ebcdic _openssl_ascii2ebcdic macro
21 void *ascii2ebcdic(void *dest, const void *srce, size_t count);
H A Debcdic.c272 void *ascii2ebcdic(void *dest, const void *srce, size_t count) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Debcdic.h16 # define ascii2ebcdic _openssl_ascii2ebcdic macro
21 void *ascii2ebcdic(void *dest, const void *srce, size_t count);
H A Debcdic.c272 void *ascii2ebcdic(void *dest, const void *srce, size_t count) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509v3/
H A Dv3_prn.c105 ascii2ebcdic(tmp, nval->value, len);
155 ascii2ebcdic(tmp, value, len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_prn.c96 ascii2ebcdic(tmp, nval->value, len);
140 ascii2ebcdic(tmp, value, len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509v3/
H A Dv3_prn.c105 ascii2ebcdic(tmp, nval->value, len);
155 ascii2ebcdic(tmp, value, len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509/
H A Dx509_obj.c135 ascii2ebcdic(ebcdic_buf, q, num);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509_obj.c124 ascii2ebcdic(ebcdic_buf, q,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509/
H A Dx509_obj.c135 ascii2ebcdic(ebcdic_buf, q, num);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Da_gentm.c101 ascii2ebcdic(ret->data, ret->data, ret->length);
H A Da_utctm.c98 ascii2ebcdic(ret->data, ret->data, ret->length);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Da_gentm.c105 ascii2ebcdic(ret->data, ret->data, ret->length);
H A Da_utctm.c97 ascii2ebcdic(ret->data, ret->data, ret->length);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Da_gentm.c105 ascii2ebcdic(ret->data, ret->data, ret->length);
H A Da_utctm.c97 ascii2ebcdic(ret->data, ret->data, ret->length);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Dfcrypt.c92 ascii2ebcdic(ret, ret, strlen(ret));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/
H A Dfcrypt.c92 ascii2ebcdic(ret, ret, strlen(ret));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/
H A Dfcrypt.c92 ascii2ebcdic(ret, ret, strlen(ret));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dpasswd.c425 ascii2ebcdic(*salt_p, *salt_p, 2); /* des_crypt will convert back
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dpasswd.c425 ascii2ebcdic(*salt_p, *salt_p, 2); /* des_crypt will convert back
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dpasswd.c444 ascii2ebcdic(*salt_p, *salt_p, 2); /* des_crypt will convert

Completed in 118 milliseconds

12