Home
last modified time | relevance | path

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

12

/mbedtls-3.7.0/library/
Daria.c110 uint32_t *c, uint32_t *d) in aria_a()
142 uint32_t *c, uint32_t *d, in aria_sl()
277 uint32_t a, b, c, d; in aria_fo_xor() local
299 uint32_t a, b, c, d; in aria_fe_xor() local
447 uint32_t a, b, c, d; in mbedtls_aria_crypt_ecb() local
571 unsigned char c; in mbedtls_aria_crypt_cfb128() local
628 int c, i; in mbedtls_aria_crypt_ctr() local
Dx509write_crt.c166 unsigned char *c = buf + sizeof(buf); in mbedtls_x509write_crt_set_basic_constraints() local
201 unsigned char *c = buf + sizeof(buf); in mbedtls_x509write_crt_set_key_identifier() local
285 unsigned char *c; in mbedtls_x509write_crt_set_key_usage() local
326 unsigned char *c = buf + sizeof(buf); in mbedtls_x509write_crt_set_ext_key_usage() local
367 unsigned char *c; in mbedtls_x509write_crt_set_ns_cert_type() local
423 unsigned char *c, *c2; in mbedtls_x509write_crt_der() local
Dx509_create.c119 static int hex_to_int(char c) in hex_to_int()
143 const char *c; in parse_attribute_value_string() local
235 int c = hexpair_to_int(s + 2 * i); in parse_attribute_value_hex_der_encoded() local
285 const char *s = name, *c = s; in mbedtls_x509_string_to_names() local
Dx509write_csr.c86 unsigned char *c; in mbedtls_x509write_csr_set_key_usage() local
110 unsigned char *c; in mbedtls_x509write_csr_set_ns_cert_type() local
140 unsigned char *c, *c2; in x509write_csr_der_internal() local
Dbn_mul.h38 #define MBEDTLS_BYTES_TO_T_UINT_4(a, b, c, d) \ argument
47 #define MBEDTLS_BYTES_TO_T_UINT_8(a, b, c, d, e, f, g, h) \ argument
53 #define MBEDTLS_BYTES_TO_T_UINT_8(a, b, c, d, e, f, g, h) \ argument
63 #define MBEDTLS_BYTES_TO_T_UINT_4(a, b, c, d) \ argument
Daes.c184 #define V(a, b, c, d) 0x##a##b##c##d argument
188 #define V(a, b, c, d) 0x##b##c##d##a argument
192 #define V(a, b, c, d) 0x##c##d##a##b argument
196 #define V(a, b, c, d) 0x##d##a##b##c argument
312 #define V(a, b, c, d) 0x##a##b##c##d argument
316 #define V(a, b, c, d) 0x##b##c##d##a argument
320 #define V(a, b, c, d) 0x##c##d##a##b argument
324 #define V(a, b, c, d) 0x##d##a##b##c argument
1300 int c; in mbedtls_aes_crypt_cfb128() local
1362 unsigned char c; in mbedtls_aes_crypt_cfb8() local
Dbignum_mod_raw.c100 mbedtls_mpi_uint c = mbedtls_mpi_core_sub(X, A, B, N->limbs); in mbedtls_mpi_mod_raw_sub() local
109 mbedtls_mpi_uint c = mbedtls_mpi_core_sub(X, X, N->p, N->limbs); in mbedtls_mpi_mod_raw_fix_quasi_reduction() local
Dbignum_core.c410 mbedtls_mpi_uint c = 0; in mbedtls_mpi_core_add() local
428 mbedtls_mpi_uint c = 0; in mbedtls_mpi_core_add_if() local
449 mbedtls_mpi_uint c = 0; in mbedtls_mpi_core_sub() local
465 mbedtls_mpi_uint c = 0; /* carry */ in mbedtls_mpi_core_mla() local
846 mbedtls_mpi_uint c, /* doubles as carry */ in mbedtls_mpi_core_sub_int()
Dbase64.c41 signed char mbedtls_ct_base64_dec_value(unsigned char c) in mbedtls_ct_base64_dec_value()
Dhkdf.c119 unsigned char c = i & 0xff; in mbedtls_hkdf_expand() local
Dhmac_drbg.c463 unsigned char c; in mbedtls_hmac_drbg_update_seed_file() local
558 #define CHK(c) if ((c) != 0) \ argument
Dpkwrite.c440 unsigned char *c; in mbedtls_pk_write_pubkey_der() local
506 unsigned char *c; in mbedtls_pk_write_key_der() local
Daesce.c535 uint8x16_t c, d, e; in poly_mult_128() local
577 uint8x16_t c, d, e, f, g, n, o; in poly_mult_reduce() local
Dripemd160.c107 #define P(a, b, c, d, e, r, s, f, k) \ in mbedtls_internal_ripemd160_process() argument
115 #define P2(a, b, c, d, e, r, s, rp, sp) \ in mbedtls_internal_ripemd160_process() argument
Dchacha20.c52 size_t c, in chacha20_quarter_round()
Dcamellia.c577 int c; in mbedtls_camellia_crypt_cfb128() local
630 int c, i; in mbedtls_camellia_crypt_ctr() local
Dctr_drbg.c760 unsigned char c; in mbedtls_ctr_drbg_update_seed_file() local
937 #define CHK(c) if ((c) != 0) \ argument
/mbedtls-3.7.0/programs/test/
Dzeroize.c42 int c; in main() local
/mbedtls-3.7.0/programs/pkey/
Drsa_verify.c36 unsigned c; in main() local
Dpk_decrypt.c41 unsigned c; in main() local
Drsa_decrypt.c41 unsigned c; in main() local
Dkey_app_writer.c97 unsigned char *c = output_buf; in write_public_key() local
139 unsigned char *c = output_buf; in write_private_key() local
Decdsa.c72 #define dump_buf(a, b, c) argument
/mbedtls-3.7.0/tests/
DMakefile137 c: $(C_FILES) target
/mbedtls-3.7.0/3rdparty/p256-m/p256-m/
Dp256-m.c134 static void u256_cmov(uint32_t z[8], const uint32_t x[8], uint32_t c) in u256_cmov()
393 static void u288_rshift32(uint32_t z[9], uint32_t c) in u288_rshift32()
604 uint32_t c = u288_muladd(a, x[i], y); in m256_mul() local
1282 uint32_t c = u256_sub(t, x, p256_n.m); in ecdsa_m256_mod_n() local

12