Home
last modified time | relevance | path

Searched defs:from (Results 1 – 25 of 294) sorted by relevance

12345678910>>...12

/minix3/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dder_copy.c43 der_copy_general_string (const heim_general_string *from, in der_copy_general_string()
53 der_copy_integer (const int *from, int *to) in der_copy_integer()
60 der_copy_unsigned (const unsigned *from, unsigned *to) in der_copy_unsigned()
67 der_copy_generalized_time (const time_t *from, time_t *to) in der_copy_generalized_time()
74 der_copy_utctime (const time_t *from, time_t *to) in der_copy_utctime()
81 der_copy_utf8string (const heim_utf8_string *from, heim_utf8_string *to) in der_copy_utf8string()
87 der_copy_printable_string (const heim_printable_string *from, in der_copy_printable_string()
100 der_copy_ia5_string (const heim_ia5_string *from, in der_copy_ia5_string()
107 der_copy_bmp_string (const heim_bmp_string *from, heim_bmp_string *to) in der_copy_bmp_string()
118 der_copy_universal_string (const heim_universal_string *from, in der_copy_universal_string()
[all …]
H A Dgen_copy.c43 copy_primitive (const char *typename, const char *from, const char *to) in copy_primitive()
51 copy_type (const char *from, const char *to, const Type *t, int preserve) in copy_type()
/minix3/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/include/mdn/
H A Dapi.h69 #define mdn_localtoutf8(from, to, tolen) \ argument
71 #define mdn_delimitermap(from, to, tolen) \ argument
73 #define mdn_localmap(from, to, tolen) \ argument
75 #define mdn_nameprep(from, to, tolen) \ argument
77 #define mdn_utf8toidn(from, to, tolen) \ argument
79 #define mdn_idntoutf8(from, to, tolen) \ argument
81 #define mdn_utf8tolocal(from, to, tolen) \ argument
84 #define mdn_localtoidn(from, to, tolen) \ argument
86 #define mdn_idntolocal(from, to, tolen) \ argument
/minix3/crypto/external/bsd/openssl/dist/crypto/rsa/
H A Drsa_null.c109 static int RSA_null_public_encrypt(int flen, const unsigned char *from, in RSA_null_public_encrypt()
116 static int RSA_null_private_encrypt(int flen, const unsigned char *from, in RSA_null_private_encrypt()
124 static int RSA_null_private_decrypt(int flen, const unsigned char *from, in RSA_null_private_decrypt()
132 static int RSA_null_public_decrypt(int flen, const unsigned char *from, in RSA_null_public_decrypt()
H A Drsa_none.c66 const unsigned char *from, int flen) in RSA_padding_add_none()
83 const unsigned char *from, int flen, int num) in RSA_padding_check_none()
H A Drsa_pk1.c68 const unsigned char *from, int flen) in RSA_padding_add_PKCS1_type_1()
94 const unsigned char *from, int flen, in RSA_padding_check_PKCS1_type_1()
146 const unsigned char *from, int flen) in RSA_padding_add_PKCS1_type_2()
183 const unsigned char *from, int flen, in RSA_padding_check_PKCS1_type_2()
H A Drsa_crpt.c75 int RSA_public_encrypt(int flen, const unsigned char *from, unsigned char *to, in RSA_public_encrypt()
88 int RSA_private_encrypt(int flen, const unsigned char *from, in RSA_private_encrypt()
101 int RSA_private_decrypt(int flen, const unsigned char *from, in RSA_private_decrypt()
114 int RSA_public_decrypt(int flen, const unsigned char *from, unsigned char *to, in RSA_public_decrypt()
H A Drsa_ssl.c66 const unsigned char *from, int flen) in RSA_padding_add_SSLv23()
105 const unsigned char *from, int flen, int num) in RSA_padding_check_SSLv23()
H A Drsa_x931.c68 const unsigned char *from, int flen) in RSA_padding_add_X931()
105 const unsigned char *from, int flen, int num) in RSA_padding_check_X931()
/minix3/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/lib/
H A Dapi.c141 idn_encodename(idn_action_t actions, const char *from, char *to, size_t tolen) { in idn_encodename()
166 idn_decodename(idn_action_t actions, const char *from, char *to, size_t tolen) { in idn_decodename()
191 idn_decodename2(idn_action_t actions, const char *from, char *to, size_t tolen, in idn_decodename2()
228 mdn_encodename(int actions, const char *from, char *to, size_t tolen) { in mdn_encodename()
244 mdn_decodename(int actions, const char *from, char *to, size_t tolen) { in mdn_decodename()
/minix3/external/bsd/libc++/dist/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
H A Dwchar_t_out.pass.cpp30 const std::basic_string<F::intern_type> from(L"some text"); in main() local
43 std::basic_string<F::intern_type> from(L"some text"); in main() local
57 std::basic_string<F::intern_type> from(L"some text"); in main() local
/minix3/external/bsd/libc++/dist/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
H A Dwchar_t_out.pass.cpp30 const std::basic_string<F::intern_type> from(L"some text"); in main() local
43 std::basic_string<F::intern_type> from(L"some text"); in main() local
57 std::basic_string<F::intern_type> from(L"some text"); in main() local
H A Dchar32_t_length.pass.cpp26 const char from[] = "some text"; in main() local
H A Dchar16_t_length.pass.cpp26 const char from[] = "some text"; in main() local
/minix3/sys/arch/arm/include/
H A Dsljit_machdep.h52 #define SLJIT_CACHE_FLUSH(from, to) \ argument
55 #define SLJIT_CACHE_FLUSH(from, to) \ argument
/minix3/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dasn1_glue.c44 const krb5_principal from) in _krb5_principal2principalname()
52 const PrincipalName from, in _krb5_principalname2krb5_principal()
/minix3/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/wsock/common/
H A Dconvert.c135 idnConvReq(idn_resconf_t ctx, const char FAR *from, char FAR *to, size_t tolen) in idnConvReq()
166 idnConvRsp(idn_resconf_t ctx, const char FAR *from, char FAR *to, size_t tolen) in idnConvRsp()
/minix3/crypto/external/bsd/heimdal/dist/kdc/
H A Dprocess.c57 const char *from, in kdc_as_req()
84 const char *from, in kdc_tgs_req()
112 const char *from, in kdc_digest()
142 const char *from, in kdc_kx509()
190 const char *from, in krb5_kdc_process_request()
229 const char *from, in krb5_kdc_process_krb5_request()
/minix3/crypto/external/bsd/openssl/dist/demos/engines/rsaref/
H A Drsaref.c311 static int RSAref_bn2bin(BIGNUM *from, unsigned char *to, int max) in RSAref_bn2bin()
329 static BIGNUM *RSAref_bin2bn(unsigned char *from, BIGNUM *to, int max) in RSAref_bin2bn()
342 static int RSAref_Public_ref2eay(RSArefPublicKey * from, RSA *to) in RSAref_Public_ref2eay()
352 static int RSAref_Public_eay2ref(RSA *from, R_RSA_PUBLIC_KEY * to) in RSAref_Public_eay2ref()
363 static int RSAref_Private_ref2eay(RSArefPrivateKey * from, RSA *to) in RSAref_Private_ref2eay()
389 static int RSAref_Private_eay2ref(RSA *from, R_RSA_PRIVATE_KEY * to) in RSAref_Private_eay2ref()
411 static int rsaref_private_decrypt(int len, const unsigned char *from, in rsaref_private_decrypt()
430 static int rsaref_private_encrypt(int len, const unsigned char *from, in rsaref_private_encrypt()
454 static int rsaref_public_decrypt(int len, const unsigned char *from, in rsaref_public_decrypt()
473 static int rsaref_public_encrypt(int len, const unsigned char *from, in rsaref_public_encrypt()
/minix3/lib/libc/string/
H A Dstpcpy.c51 stpcpy(char * __restrict to, const char * __restrict from) in stpcpy()
/minix3/bin/mv/
H A Dmv.c154 do_move(char *from, char *to) in do_move()
256 fastcopy(char *from, char *to, struct stat *sbp) in fastcopy()
357 copy(char *from, char *to) in copy()
/minix3/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dnames.c163 const char *from, const char *to, void *x), in EVP_CIPHER_do_all()
173 const char *from, const char *to, in EVP_CIPHER_do_all_sorted()
198 const char *from, const char *to, void *x), in EVP_MD_do_all()
208 const char *from, const char *to, in EVP_MD_do_all_sorted()
/minix3/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dswab.c42 swab (char *from, char *to, int nbytes) in swab()
/minix3/common/lib/libc/string/
H A Dstrcpy.c51 strcpy(char *to, const char *from) in strcpy()
/minix3/lib/libc/gen/
H A Dextattr.c173 extattr_copy_file(const char *from, const char *to, int namespace) in extattr_copy_file()
245 extattr_copy_link(const char *from, const char *to, int namespace) in extattr_copy_link()
350 cpxattr(const char *from, const char *to) in cpxattr()
367 lcpxattr(const char *from, const char *to) in lcpxattr()

12345678910>>...12