/aosp_15_r20/external/boringssl/src/crypto/rsa_extra/ |
H A D | rsa_crypt.c | 349 int RSA_public_encrypt(size_t flen, const uint8_t *from, uint8_t *to, RSA *rsa, in RSA_public_encrypt() 364 int RSA_private_encrypt(size_t flen, const uint8_t *from, uint8_t *to, RSA *rsa, in RSA_private_encrypt() 544 int RSA_private_decrypt(size_t flen, const uint8_t *from, uint8_t *to, RSA *rsa, in RSA_private_decrypt() 558 int RSA_public_decrypt(size_t flen, const uint8_t *from, uint8_t *to, RSA *rsa, in RSA_public_decrypt()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/rsa_extra/ |
H A D | rsa_crypt.c | 349 int RSA_public_encrypt(size_t flen, const uint8_t *from, uint8_t *to, RSA *rsa, in RSA_public_encrypt() 364 int RSA_private_encrypt(size_t flen, const uint8_t *from, uint8_t *to, RSA *rsa, in RSA_private_encrypt() 544 int RSA_private_decrypt(size_t flen, const uint8_t *from, uint8_t *to, RSA *rsa, in RSA_private_decrypt() 558 int RSA_public_decrypt(size_t flen, const uint8_t *from, uint8_t *to, RSA *rsa, in RSA_public_decrypt()
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/rsa/ |
D | rsa.c | 285 int RSA_public_encrypt(size_t flen, const uint8_t *from, uint8_t *to, RSA *rsa, in RSA_public_encrypt() 309 int RSA_private_encrypt(size_t flen, const uint8_t *from, uint8_t *to, RSA *rsa, in RSA_private_encrypt() 333 int RSA_private_decrypt(size_t flen, const uint8_t *from, uint8_t *to, RSA *rsa, in RSA_private_decrypt() 348 int RSA_public_decrypt(size_t flen, const uint8_t *from, uint8_t *to, RSA *rsa, in RSA_public_decrypt()
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/rsa/ |
D | rsa.c | 285 int RSA_public_encrypt(size_t flen, const uint8_t *from, uint8_t *to, RSA *rsa, in RSA_public_encrypt() 309 int RSA_private_encrypt(size_t flen, const uint8_t *from, uint8_t *to, RSA *rsa, in RSA_private_encrypt() 333 int RSA_private_decrypt(size_t flen, const uint8_t *from, uint8_t *to, RSA *rsa, in RSA_private_decrypt() 348 int RSA_public_decrypt(size_t flen, const uint8_t *from, uint8_t *to, RSA *rsa, in RSA_public_decrypt()
|
/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/ |
H A D | mbedtls-server.c | 110 lws_filepos_t flen; in lws_tls_server_certs_load() local 190 lws_filepos_t flen; in lws_tls_server_vhost_backend_init() local
|
H A D | mbedtls-client.c | 177 lws_filepos_t flen; in lws_ssl_client_bio_create() local
|
/aosp_15_r20/external/curl/src/ |
H A D | var.c | 99 size_t flen, /* function string length */ in varfunc() 299 size_t flen = clp - funcp; in varexpand() local
|
H A D | tool_help.h | 35 size_t flen; member
|
/aosp_15_r20/external/libwebsockets/lib/tls/openssl/ |
H A D | openssl-client.c | 1054 lws_filepos_t flen; local 1105 lws_filepos_t flen; local
|
/aosp_15_r20/external/wpa_supplicant_8/src/ap/ |
H A D | wpa_auth_ie.c | 519 size_t flen; in wpa_write_rsnxe() local 551 size_t flen; in wpa_write_rsnxe_override() local
|
/aosp_15_r20/external/wpa_supplicant_8/src/common/ |
H A D | nan_de.c | 1058 u8 flen; in nan_de_rx_sda() local 1071 u8 flen; in nan_de_rx_sda() local 1082 u8 flen; in nan_de_rx_sda() local
|
H A D | wpa_helpers.c | 169 size_t len, flen; in get_wpa_status() local
|
/aosp_15_r20/external/libwebsockets/lib/misc/fts/ |
H A D | private-lib-misc-fts.h | 9 jg2_file_offset root, flen, filepath_table; member
|
/aosp_15_r20/external/toybox/toys/other/ |
H A D | modinfo.c | 43 int fd, flen, i; in modinfo_file() local
|
H A D | lsusb.c | 63 off_t flen = sizeof(toybuf); in scan_uevent() local
|
/aosp_15_r20/external/ltp/testcases/network/tcp_cmds/sendfile/ |
H A D | testsf_s.c | 39 int pid, nbytes, flen, count; in main() local
|
/aosp_15_r20/external/coreboot/util/nvramtool/ |
H A D | cbfs.c | 77 int flen = ntohl(file->len); in cbfs_find() local
|
/aosp_15_r20/external/fastrpc/src/ |
H A D | apps_std_imp.c | 99 int flen; member 204 static void apps_std_FILE_set_buffer_stream(struct apps_std_info* sinfo, char* fbuf, int flen, int … in apps_std_FILE_set_buffer_stream()
|
/aosp_15_r20/external/wpa_supplicant_8/src/rsn_supp/ |
H A D | wpa_ie.c | 377 size_t flen; in wpa_gen_rsnxe() local
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/io/ |
H A D | OldFileWriterTest.java | 129 long flen = f.length(); in test_handleEarlyEOFChar_2() local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/arm64/signal/ |
H A D | test_signals_utils.c | 39 size_t flen = MAX_FEATS_SZ - 1; in feats_to_string() local
|
/aosp_15_r20/external/iptables/extensions/ |
H A D | libebt_among.c | 126 long flen = 0; in bramong_parse() local
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/outline/glyf/hint/ |
H A D | math.rs | 320 let flen = (fx * fx + fy * fy).sqrt(); in normalize14() localVariable
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/shmem/unix/ |
H A D | shm.c | 54 apr_ssize_t flen; in make_shm_open_safe_name() local
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
H A D | OutputStreamWriterTest.java | 437 long flen = f.length(); in testHandleEarlyEOFChar_2() local
|