Home
last modified time | relevance | path

Searched defs:flen (Results 1 – 25 of 45) sorted by relevance

12

/openbsd-src/lib/libcrypto/rsa/
H A Drsa_pk1.c71 const unsigned char *from, int flen) in RSA_padding_add_PKCS1_type_1()
127 const unsigned char *from, int flen, int num) in RSA_padding_check_PKCS1_type_1()
177 const unsigned char *from, int flen) in RSA_padding_add_PKCS1_type_2()
247 const unsigned char *from, int flen, int num) in RSA_padding_check_PKCS1_type_2()
H A Drsa_eay.c125 rsa_public_encrypt(int flen, const unsigned char *from, unsigned char *to, in rsa_public_encrypt()
305 rsa_private_encrypt(int flen, const unsigned char *from, unsigned char *to, in rsa_private_encrypt()
433 rsa_private_decrypt(int flen, const unsigned char *from, unsigned char *to, in rsa_private_decrypt()
558 rsa_public_decrypt(int flen, const unsigned char *from, unsigned char *to, in rsa_public_decrypt()
866 RSA_public_encrypt(int flen, const unsigned char *from, unsigned char *to, in RSA_public_encrypt()
874 RSA_private_encrypt(int flen, const unsigned char *from, unsigned char *to, in RSA_private_encrypt()
882 RSA_private_decrypt(int flen, const unsigned char *from, unsigned char *to, in RSA_private_decrypt()
890 RSA_public_decrypt(int flen, const unsigned char *from, unsigned char *to, in RSA_public_decrypt()
H A Drsa_none.c68 int flen) in RSA_padding_add_none()
87 int flen, int num) in RSA_padding_check_none()
H A Drsa_oaep.c88 const unsigned char *from, int flen, const unsigned char *param, int plen) in RSA_padding_add_PKCS1_OAEP()
97 const unsigned char *from, int flen, const unsigned char *param, int plen, in RSA_padding_add_PKCS1_OAEP_mgf1()
164 const unsigned char *from, int flen, int num, const unsigned char *param, in RSA_padding_check_PKCS1_OAEP()
174 const unsigned char *from, int flen, int num, const unsigned char *param, in RSA_padding_check_PKCS1_OAEP_mgf1()
H A Drsa_x931.c69 int flen) in RSA_padding_add_X931()
106 int flen, int num) in RSA_padding_check_X931()
H A Drsa_meth.c92 RSA_meth_set_priv_enc(RSA_METHOD *meth, int (*priv_enc)(int flen, in RSA_meth_set_priv_enc()
101 RSA_meth_set_priv_dec(RSA_METHOD *meth, int (*priv_dec)(int flen, in RSA_meth_set_priv_dec()
118 RSA_meth_set_pub_enc(RSA_METHOD *meth, int (*pub_enc)(int flen, in RSA_meth_set_pub_enc()
127 RSA_meth_set_pub_dec(RSA_METHOD *meth, int (*pub_dec)(int flen, in RSA_meth_set_pub_dec()
/openbsd-src/usr.sbin/smtpd/
H A Dca.c183 size_t flen, tlen, padding; in ca_imsg() local
294 rsae_send_imsg(int flen, const unsigned char *from, unsigned char *to, in rsae_send_imsg() argument
372 rsae_priv_enc(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, in rsae_priv_enc() argument
383 rsae_priv_dec(int flen,const unsigned char * from,unsigned char * to,RSA * rsa,int padding) rsae_priv_dec() argument
[all...]
/openbsd-src/usr.sbin/relayd/
H A Dca.c296 rsae_send_imsg(int flen, const u_char *from, u_char *to, RSA *rsa, in rsae_send_imsg() argument
408 rsae_priv_enc(int flen, const u_char *from, u_char *to, RSA *rsa, int padding) in rsae_priv_enc() argument
415 rsae_priv_dec(int flen, const u_char *from, u_char *to, RSA *rsa, int padding) in rsae_priv_dec() argument
/openbsd-src/usr.sbin/rpki-client/
H A Dfilemode.c103 size_t flen; parse_load_crl() local
137 size_t flen; parse_load_cert() local
247 size_t flen, i; parse_load_ta() local
H A Dparser.c296 size_t flen; parse_load_crl_from_mft() local
813 parse_load_file(struct entity * entp,unsigned char ** f,size_t * flen) parse_load_file() argument
847 size_t flen; parse_entity() local
[all...]
/openbsd-src/usr.bin/vi/cl/
H A Dcl_term.c157 cl_fmap(SCR *sp, seq_t stype, CHAR_T *from, size_t flen, CHAR_T *to, in cl_fmap()
174 cl_pfmap(SCR *sp, seq_t stype, CHAR_T *from, size_t flen, CHAR_T *to, in cl_pfmap()
/openbsd-src/gnu/gcc/libcpp/
H A Dcharset.c457 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()
552 convert_using_iconv (iconv_t cd, const uchar *from, size_t flen, in convert_using_iconv()
/openbsd-src/usr.sbin/unbound/testcode/
H A Dpetal.c191 process_one_header(char* buf, char* file, size_t flen, char* host, size_t hlen, in process_one_header() argument
215 read_http_headers(SSL* ssl, char* file, size_t flen, char* host, size_t hlen, in read_http_headers() argument
589 socklen_t flen = (socklen_t)sizeof(from); in do_service() local
/openbsd-src/regress/usr.bin/mandoc/db/mlinks/
H A Dmlinks.c36 size_t flen, nlen; in main() local
/openbsd-src/regress/sys/netinet/pmtu/
H A Dudp_echo6.py82 flen = frag.plen + len(IPv6()) variable
/openbsd-src/usr.bin/dig/lib/dns/rdata/generic/
H A Dkeydata_65533.c33 size_t flen; in isc_time_formathttptimestamp() local
/openbsd-src/games/number/
H A Dnumber.c120 int flen, len, rval; in convert() local
/openbsd-src/gnu/gcc/gcc/
H A Dvmsdbgout.c72 char flen; member
1063 int flen = file_info_entry.flen; in write_srccorr() local
1448 char flen; in lookup_filename() local
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dvmsdbgout.c67 char flen; member
1071 int flen = file_info_entry.flen; local
1467 char flen; local
/openbsd-src/usr.bin/cvs/
H A Dclient.c695 size_t flen; in cvs_client_updated() local
798 size_t flen; in cvs_client_merged() local
/openbsd-src/sys/dev/usb/
H A Dutrh.c203 int temp, rh, flen, olen; in utrh_refresh() local
/openbsd-src/bin/ls/
H A Dls.c440 int bcfile, flen, glen, ulen, maxflags, maxgroup, maxuser, maxlen; in display() local
/openbsd-src/libexec/tradcpp/
H A Dfiles.c321 size_t dlen, flen, rlen; in mkfilename() local
/openbsd-src/sys/dev/fdt/
H A Dmvpinctrl.c229 int i, flen, plen, node; in mvpinctrl_pinctrl() local
/openbsd-src/sys/dev/sdmmc/
H A Dif_bwfm_sdio.c1206 size_t flen; in bwfm_sdio_rx_frames() local
1321 size_t flen; in bwfm_sdio_rx_glom() local

12