/third_party/mbedtls/include/psa/ |
D | crypto_sizes.h | 455 #define PSA_AEAD_UPDATE_OUTPUT_SIZE(key_type, alg, input_length) \ argument 472 #define PSA_AEAD_UPDATE_OUTPUT_MAX_SIZE(input_length) \ argument 1026 #define PSA_CIPHER_ENCRYPT_OUTPUT_SIZE(key_type, alg, input_length) \ argument 1047 #define PSA_CIPHER_ENCRYPT_OUTPUT_MAX_SIZE(input_length) \ argument 1071 #define PSA_CIPHER_DECRYPT_OUTPUT_SIZE(key_type, alg, input_length) \ argument 1087 #define PSA_CIPHER_DECRYPT_OUTPUT_MAX_SIZE(input_length) \ argument 1108 #define PSA_CIPHER_UPDATE_OUTPUT_SIZE(key_type, alg, input_length) \ argument 1129 #define PSA_CIPHER_UPDATE_OUTPUT_MAX_SIZE(input_length) \ argument
|
/third_party/mbedtls/tests/src/drivers/ |
D | test_driver_cipher.c | 50 size_t input_length, in mbedtls_test_transparent_cipher_encrypt() 96 size_t input_length, in mbedtls_test_transparent_cipher_decrypt() 237 size_t input_length, in mbedtls_test_transparent_cipher_update() 318 const uint8_t *input, size_t input_length, in mbedtls_test_opaque_cipher_encrypt() 339 const uint8_t *input, size_t input_length, in mbedtls_test_opaque_cipher_decrypt() 403 size_t input_length, in mbedtls_test_opaque_cipher_update()
|
D | test_driver_mac.c | 40 size_t input_length, in mbedtls_test_transparent_mac_compute() 168 size_t input_length ) in mbedtls_test_transparent_mac_update() 303 size_t input_length, in mbedtls_test_opaque_mac_compute() 389 size_t input_length ) in mbedtls_test_opaque_mac_update()
|
D | hash.c | 36 const uint8_t *input, size_t input_length, in mbedtls_test_transparent_hash_compute() 137 size_t input_length ) in mbedtls_test_transparent_hash_update()
|
D | test_driver_signature.c | 212 size_t input_length, in mbedtls_test_transparent_signature_sign_message() 266 size_t input_length, in mbedtls_test_opaque_signature_sign_message() 290 size_t input_length, in mbedtls_test_transparent_signature_verify_message() 331 size_t input_length, in mbedtls_test_opaque_signature_verify_message()
|
D | test_driver_aead.c | 251 size_t input_length ) in mbedtls_test_transparent_aead_update_ad() 279 size_t input_length, in mbedtls_test_transparent_aead_update()
|
/third_party/mbedtls/library/ |
D | psa_crypto_cipher.c | 268 size_t input_length, in psa_cipher_update_ecb() 348 const uint8_t *input, size_t input_length, in mbedtls_psa_cipher_update() 455 size_t input_length, in mbedtls_psa_cipher_encrypt() 507 size_t input_length, in mbedtls_psa_cipher_decrypt()
|
D | psa_crypto_hash.c | 261 size_t input_length ) in mbedtls_psa_hash_update() 395 size_t input_length, in mbedtls_psa_hash_compute()
|
D | psa_crypto_driver_wrappers.c | 115 size_t input_length, in psa_driver_wrapper_sign_message() 190 size_t input_length, in psa_driver_wrapper_verify_message() 879 size_t input_length, in psa_driver_wrapper_cipher_encrypt() 969 size_t input_length, in psa_driver_wrapper_cipher_decrypt() 1228 size_t input_length, in psa_driver_wrapper_cipher_update() 1352 size_t input_length, in psa_driver_wrapper_hash_compute() 1446 size_t input_length ) in psa_driver_wrapper_hash_update() 1787 size_t input_length ) in psa_driver_wrapper_aead_update_ad() 1821 size_t input_length, in psa_driver_wrapper_aead_update() 2003 size_t input_length, in psa_driver_wrapper_mac_compute() [all …]
|
D | psa_crypto.c | 2149 size_t input_length ) in psa_hash_update() 2220 const uint8_t *input, size_t input_length, in psa_hash_compute() 2233 const uint8_t *input, size_t input_length, in psa_hash_compare() 2412 size_t input_length ) in psa_mac_update() 2527 size_t input_length, in psa_mac_compute_internal() 2590 size_t input_length, in psa_mac_compute() 2603 size_t input_length, in psa_mac_verify() 2666 size_t input_length, in psa_sign_internal() 2745 size_t input_length, in psa_verify_internal() 2797 size_t input_length, in psa_sign_message_builtin() [all …]
|
D | psa_crypto_mac.c | 349 size_t input_length ) in mbedtls_psa_mac_update() 466 size_t input_length, in mbedtls_psa_mac_compute()
|
D | psa_crypto_aead.c | 484 size_t input_length ) in mbedtls_psa_aead_update_ad() 530 size_t input_length, in mbedtls_psa_aead_update()
|
D | gcm.c | 425 const unsigned char *input, size_t input_length, in mbedtls_gcm_update()
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/ |
D | decoder_jni.cc | 20 size_t input_length; member 108 JNIEnv* env, jobject /*jobj*/, jlongArray ctx, jint input_length) { in Java_org_brotli_wrapper_dec_DecoderJNI_nativePush()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | punyref.cpp | 129 punycode_uint input_length, in punycode_encode() 218 punycode_uint input_length, in punycode_decode()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
D | PunycodeReference.java | 137 public static final int encode( int input_length, in encode() 297 public static final int decode(int input_length, in decode()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/ |
D | PunycodeReference.java | 140 public static final int encode( int input_length, in encode() 300 public static final int decode(int input_length, in decode()
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/ |
D | encoder_jni.cc | 112 JNIEnv* env, jobject /*jobj*/, jlongArray ctx, jint input_length) { in Java_org_brotli_wrapper_enc_EncoderJNI_nativePush()
|
/third_party/skia/third_party/externals/brotli/python/ |
D | _brotli.cc | 92 uint8_t* input, size_t input_length) { in compress_stream() 397 uint8_t* input, size_t input_length) { in decompress_stream()
|
/third_party/flutter/skia/third_party/externals/zlib/contrib/bench/ |
D | zlib_bench.cc | 202 std::vector<size_t> input_length(blocks); in zlib_file() local
|
/third_party/skia/third_party/externals/zlib/contrib/bench/ |
D | zlib_bench.cc | 217 std::vector<size_t> input_length(blocks); in zlib_file() local
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-regexp-object.c | 1684 lit_utf8_size_t input_length; in ecma_regexp_exec_helper() local
|