/dflybsd-src/crypto/libressl/crypto/rsa/ |
H A D | rsa_pk1.c | 69 const unsigned char *from, int flen) in RSA_padding_add_PKCS1_type_1() 96 const unsigned char *from, int flen, int num) in RSA_padding_check_PKCS1_type_1() 145 const unsigned char *from, int flen) in RSA_padding_add_PKCS1_type_2() 178 const unsigned char *from, int flen, int num) in RSA_padding_check_PKCS1_type_2()
|
H A D | rsa_crpt.c | 89 RSA_public_encrypt(int flen, const unsigned char *from, unsigned char *to, in RSA_public_encrypt() 96 RSA_private_encrypt(int flen, const unsigned char *from, unsigned char *to, in RSA_private_encrypt() 103 RSA_private_decrypt(int flen, const unsigned char *from, unsigned char *to, in RSA_private_decrypt() 110 RSA_public_decrypt(int flen, const unsigned char *from, unsigned char *to, in RSA_public_decrypt()
|
H A D | rsa_none.c | 68 int flen) in RSA_padding_add_none() 86 int flen, int num) in RSA_padding_check_none()
|
H A D | rsa_oaep.c | 88 const unsigned char *from, int flen, const unsigned char *param, int plen) in RSA_padding_add_PKCS1_OAEP() 96 const unsigned char *from, int flen, const unsigned char *param, int plen, in RSA_padding_add_PKCS1_OAEP_mgf1() 162 const unsigned char *from, int flen, int num, const unsigned char *param, in RSA_padding_check_PKCS1_OAEP() 171 const unsigned char *from, int flen, int num, const unsigned char *param, in RSA_padding_check_PKCS1_OAEP_mgf1()
|
H A D | rsa_x931.c | 69 int flen) in RSA_padding_add_X931() 106 int flen, int num) in RSA_padding_check_X931()
|
H A D | rsa_eay.c | 161 RSA_eay_public_encrypt(int flen, const unsigned char *from, unsigned char *to, in RSA_eay_public_encrypt() 350 RSA_eay_private_encrypt(int flen, const unsigned char *from, unsigned char *to, in RSA_eay_private_encrypt() 477 RSA_eay_private_decrypt(int flen, const unsigned char *from, unsigned char *to, in RSA_eay_private_decrypt() 601 RSA_eay_public_decrypt(int flen, const unsigned char *from, unsigned char *to, in RSA_eay_public_decrypt()
|
H A D | rsa_meth.c | 87 RSA_meth_set_priv_enc(RSA_METHOD *meth, int (*priv_enc)(int flen, in RSA_meth_set_priv_enc() 95 RSA_meth_set_priv_dec(RSA_METHOD *meth, int (*priv_dec)(int flen, in RSA_meth_set_priv_dec() 110 RSA_meth_set_pub_enc(RSA_METHOD *meth, int (*pub_enc)(int flen, in RSA_meth_set_pub_enc() 118 RSA_meth_set_pub_dec(RSA_METHOD *meth, int (*pub_dec)(int flen, in RSA_meth_set_pub_dec()
|
/dflybsd-src/contrib/nvi2/common/ |
H A D | line.c | 258 size_t flen; in db_append() local 329 size_t flen; in db_insert() local 392 size_t flen; in db_set() local
|
/dflybsd-src/contrib/gcc-4.7/libcpp/ |
H A D | charset.c | 457 iconv_t cd, const uchar *from, size_t flen, struct _cpp_strbuf *to) in conversion_loop() 506 convert_utf8_utf16 (iconv_t cd, const uchar *from, size_t flen, in convert_utf8_utf16() 513 convert_utf8_utf32 (iconv_t cd, const uchar *from, size_t flen, in convert_utf8_utf32() 520 convert_utf16_utf8 (iconv_t cd, const uchar *from, size_t flen, in convert_utf16_utf8() 527 convert_utf32_utf8 (iconv_t cd, const uchar *from, size_t flen, in convert_utf32_utf8() 536 const uchar *from, size_t flen, struct _cpp_strbuf *to) in convert_no_conversion() 561 convert_using_iconv (iconv_t cd, const uchar *from, size_t flen, in convert_using_iconv()
|
H A D | files.c | 282 size_t len, flen; in pch_open_file() local 1414 size_t dlen, flen; in append_file_to_dir() local
|
/dflybsd-src/contrib/nvi2/ex/ |
H A D | ex_mkexrc.c | 42 size_t flen; in ex_mkexrc() local
|
/dflybsd-src/test/stress/ |
H A D | t_mlock.c | 22 size_t flen; in main() local
|
/dflybsd-src/usr.sbin/ppp/ |
H A D | fsm.c | 470 int plen, flen; in FsmRecvConfigReq() local 614 int plen, flen; in FsmRecvConfigAck() local 677 int plen, flen; in FsmRecvConfigNak() local 808 int flen; in FsmRecvConfigRej() local
|
/dflybsd-src/contrib/nvi2/cl/ |
H A D | cl_term.c | 209 cl_fmap(SCR *sp, seq_t stype, CHAR_T *from, size_t flen, CHAR_T *to, size_t tlen) in cl_fmap() 225 cl_pfmap(SCR *sp, seq_t stype, CHAR_T *from, size_t flen, CHAR_T *to, size_t tlen) in cl_pfmap()
|
/dflybsd-src/contrib/gcc-8.0/libcpp/ |
H A D | charset.c | 456 iconv_t cd, const uchar *from, size_t flen, struct _cpp_strbuf *to) in conversion_loop() 505 convert_utf8_utf16 (iconv_t cd, const uchar *from, size_t flen, in convert_utf8_utf16() 512 convert_utf8_utf32 (iconv_t cd, const uchar *from, size_t flen, in convert_utf8_utf32() 519 convert_utf16_utf8 (iconv_t cd, const uchar *from, size_t flen, in convert_utf16_utf8() 526 convert_utf32_utf8 (iconv_t cd, const uchar *from, size_t flen, in convert_utf32_utf8() 535 const uchar *from, size_t flen, struct _cpp_strbuf *to) in convert_no_conversion() 561 convert_using_iconv (iconv_t cd, const uchar *from, size_t flen, in convert_using_iconv()
|
/dflybsd-src/usr.sbin/rip6query/ |
H A D | rip6query.c | 79 int i, n, len, flen; in main() local
|
/dflybsd-src/games/number/ |
H A D | number.c | 115 int flen, len, rval; in convert() local
|
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | completer.c | 418 int flen = strlen (fieldname); in VEC() local
|
/dflybsd-src/contrib/wpa_supplicant/src/common/ |
H A D | wpa_helpers.c | 169 size_t len, flen; in get_wpa_status() local
|
/dflybsd-src/contrib/lvm2/dist/libdm/ |
H A D | libdm-report.c | 366 static uint32_t _all_match(struct dm_report *rh, const char *field, size_t flen) in _all_match() 412 static int _field_match(struct dm_report *rh, const char *field, size_t flen, in _field_match()
|
/dflybsd-src/sbin/hammer2/ |
H A D | cmd_recover.c | 517 size_t flen) in check_filename() 1238 size_t flen; in dump_dir_data() local
|
/dflybsd-src/bin/ls/ |
H A D | ls.c | 551 size_t flen, ulen, glen; in display() local
|
/dflybsd-src/contrib/wpa_supplicant/src/eap_peer/ |
H A D | eap_pax.c | 342 u16 flen, mlen; in eap_pax_process() local
|
/dflybsd-src/contrib/tcpdump/ |
H A D | print-ptp.c | 286 print_field(netdissect_options *ndo, const char *st, uint32_t flen, in print_field()
|
/dflybsd-src/crypto/openssh/ |
H A D | ssh-pkcs11-client.c | 253 rsa_encrypt(int flen, const u_char *from, u_char *to, RSA *rsa, int padding) in rsa_encrypt()
|