Home
last modified time | relevance | path

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

12

/external/openssl/crypto/rsa/
Drsa_null.c107 static int RSA_null_public_encrypt(int flen, const unsigned char *from, in RSA_null_public_encrypt()
114 static int RSA_null_private_encrypt(int flen, const unsigned char *from, in RSA_null_private_encrypt()
121 static int RSA_null_private_decrypt(int flen, const unsigned char *from, in RSA_null_private_decrypt()
128 static int RSA_null_public_decrypt(int flen, const unsigned char *from, in RSA_null_public_decrypt()
Drsa_pk1.c66 const unsigned char *from, int flen) in RSA_padding_add_PKCS1_type_1()
92 const unsigned char *from, int flen, int num) in RSA_padding_check_PKCS1_type_1()
144 const unsigned char *from, int flen) in RSA_padding_add_PKCS1_type_2()
182 const unsigned char *from, int flen, int num) in RSA_padding_check_PKCS1_type_2()
Drsa_none.c66 const unsigned char *from, int flen) in RSA_padding_add_none()
85 const unsigned char *from, int flen, int num) in RSA_padding_check_none()
Drsa_ssl.c66 const unsigned char *from, int flen) in RSA_padding_add_SSLv23()
106 const unsigned char *from, int flen, int num) in RSA_padding_check_SSLv23()
Drsa_x931.c67 const unsigned char *from, int flen) in RSA_padding_add_X931()
106 const unsigned char *from, int flen, int num) in RSA_padding_check_X931()
Drsa_lib.c288 int RSA_public_encrypt(int flen, const unsigned char *from, unsigned char *to, in RSA_public_encrypt()
294 int RSA_private_encrypt(int flen, const unsigned char *from, unsigned char *to, in RSA_private_encrypt()
300 int RSA_private_decrypt(int flen, const unsigned char *from, unsigned char *to, in RSA_private_decrypt()
306 int RSA_public_decrypt(int flen, const unsigned char *from, unsigned char *to, in RSA_public_decrypt()
Drsa_oaep.c35 const unsigned char *from, int flen, in RSA_padding_add_PKCS1_OAEP()
94 const unsigned char *from, int flen, int num, in RSA_padding_check_PKCS1_OAEP()
Drsa_eay.c153 static int RSA_eay_public_encrypt(int flen, const unsigned char *from, in RSA_eay_public_encrypt()
348 static int RSA_eay_private_encrypt(int flen, const unsigned char *from, in RSA_eay_private_encrypt()
480 static int RSA_eay_private_decrypt(int flen, const unsigned char *from, in RSA_eay_private_decrypt()
611 static int RSA_eay_public_decrypt(int flen, const unsigned char *from, in RSA_eay_public_decrypt()
/external/dropbear/
Dcompat.c238 int flen; in initshells() local
/external/kernel-headers/original/linux/nfsd/
Dxdr.h55 int flen; member
76 int flen; member
/external/libpng/contrib/gregbook/
Drpng-win.c145 int rc, alen, flen; in WinMain() local
Drpng-x.c168 int rc, alen, flen; in main() local
Drpng2-win.c253 int rc, alen, flen; in WinMain() local
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DOutputStreamWriterTest.java438 long flen = f.length(); in testHandleEarlyEOFChar_2() local
/external/wpa_supplicant/wpa_gui-qt4/
Dwpagui.cpp152 int flen; in openCtrlConnection() local
/external/wpa_supplicant/
Dtls_openssl.c193 static int cryptoapi_rsa_pub_enc(int flen, const unsigned char *from, in cryptoapi_rsa_pub_enc()
201 static int cryptoapi_rsa_pub_dec(int flen, const unsigned char *from, in cryptoapi_rsa_pub_dec()
209 static int cryptoapi_rsa_priv_enc(int flen, const unsigned char *from, in cryptoapi_rsa_priv_enc()
288 static int cryptoapi_rsa_priv_dec(int flen, const unsigned char *from, in cryptoapi_rsa_priv_dec()
Deap_pax.c359 u16 flen; in eap_pax_process() local
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
Dwpagui.ui.h113 int flen; in openCtrlConnection() local
/external/wpa_supplicant/wpa_gui/
Dwpagui.ui.h113 int flen; in openCtrlConnection() local
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui/
Dwpagui.ui.h113 int flen; in openCtrlConnection() local
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
Dtls_openssl.c149 static int cryptoapi_rsa_pub_enc(int flen, const unsigned char *from, in cryptoapi_rsa_pub_enc()
157 static int cryptoapi_rsa_pub_dec(int flen, const unsigned char *from, in cryptoapi_rsa_pub_dec()
165 static int cryptoapi_rsa_priv_enc(int flen, const unsigned char *from, in cryptoapi_rsa_priv_enc()
244 static int cryptoapi_rsa_priv_dec(int flen, const unsigned char *from, in cryptoapi_rsa_priv_dec()
/external/wpa_supplicant_8/src/eap_peer/
Deap_pax.c338 u16 flen, mlen; in eap_pax_process() local
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
Deap_pax.c339 u16 flen, mlen; in eap_pax_process() local
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c156 static int cryptoapi_rsa_pub_enc(int flen, const unsigned char *from, in cryptoapi_rsa_pub_enc()
164 static int cryptoapi_rsa_pub_dec(int flen, const unsigned char *from, in cryptoapi_rsa_pub_dec()
172 static int cryptoapi_rsa_priv_enc(int flen, const unsigned char *from, in cryptoapi_rsa_priv_enc()
251 static int cryptoapi_rsa_priv_dec(int flen, const unsigned char *from, in cryptoapi_rsa_priv_dec()
/external/qemu/distrib/sdl-1.2.12/src/file/
DSDL_rwops.c386 int flen = SDL_strlen(file); in unix_to_mac() local

12