Home
last modified time | relevance | path

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

12

/mbedtls-development/library/
A Dx509write_crt.c140 unsigned char *c = buf + sizeof(buf); in mbedtls_x509write_crt_set_basic_constraints() local
174 unsigned char *c = buf + sizeof(buf); in mbedtls_x509write_crt_set_subject_key_identifier() local
202 unsigned char *c = buf + sizeof( buf ); in mbedtls_x509write_crt_set_authority_key_identifier() local
237 unsigned char *c; in mbedtls_x509write_crt_set_key_usage() local
275 unsigned char *c; in mbedtls_x509write_crt_set_ns_cert_type() local
332 unsigned char *c, *c2; in mbedtls_x509write_crt_der() local
A Daria.c179 uint32_t *c, uint32_t *d ) in aria_a()
211 uint32_t *c, uint32_t *d, in aria_sl()
346 uint32_t a, b, c, d; in aria_fo_xor() local
368 uint32_t a, b, c, d; in aria_fe_xor() local
523 uint32_t a, b, c, d; in mbedtls_aria_crypt_ecb() local
660 unsigned char c; in mbedtls_aria_crypt_cfb128() local
724 int c, i; in mbedtls_aria_crypt_ctr() local
A Dbn_mul.h50 #define MBEDTLS_BYTES_TO_T_UINT_4( a, b, c, d ) \ argument
59 #define MBEDTLS_BYTES_TO_T_UINT_8( a, b, c, d, e, f, g, h ) \ argument
65 #define MBEDTLS_BYTES_TO_T_UINT_8( a, b, c, d, e, f, g, h ) \ argument
75 #define MBEDTLS_BYTES_TO_T_UINT_4( a, b, c, d ) \ argument
A Daes.c175 #define V(a,b,c,d) 0x##a##b##c##d argument
181 #define V(a,b,c,d) 0x##b##c##d##a argument
185 #define V(a,b,c,d) 0x##c##d##a##b argument
189 #define V(a,b,c,d) 0x##d##a##b##c argument
306 #define V(a,b,c,d) 0x##a##b##c##d argument
312 #define V(a,b,c,d) 0x##b##c##d##a argument
316 #define V(a,b,c,d) 0x##c##d##a##b argument
320 #define V(a,b,c,d) 0x##d##a##b##c argument
1231 int c; in mbedtls_aes_crypt_cfb128() local
1301 unsigned char c; in mbedtls_aes_crypt_cfb8() local
[all …]
A Dbase64.c48 unsigned char c ) in mbedtls_base64_mask_of_range()
158 signed char mbedtls_base64_dec_value( unsigned char c ) in mbedtls_base64_dec_value()
A Dx509write_csr.c96 unsigned char *c; in mbedtls_x509write_csr_set_key_usage() local
118 unsigned char *c; in mbedtls_x509write_csr_set_ns_cert_type() local
146 unsigned char *c, *c2; in x509write_csr_der_internal() local
A Dhkdf.c142 unsigned char c = i & 0xff; in mbedtls_hkdf_expand() local
A Dhmac_drbg.c463 unsigned char c; in mbedtls_hmac_drbg_update_seed_file() local
550 #define CHK( c ) if( (c) != 0 ) \ argument
A Dpkwrite.c228 unsigned char *c; in mbedtls_pk_write_pubkey_der() local
316 unsigned char *c; in mbedtls_pk_write_key_der() local
A Daesni.c51 static unsigned int c = 0; in mbedtls_aesni_has_support() local
A Dctr_drbg.c638 unsigned char c; in mbedtls_ctr_drbg_update_seed_file() local
811 #define CHK( c ) if( (c) != 0 ) \ argument
A Dripemd160.c126 #define P( a, b, c, d, e, r, s, f, k ) \ in mbedtls_internal_ripemd160_process() argument
134 #define P2( a, b, c, d, e, r, s, rp, sp ) \ in mbedtls_internal_ripemd160_process() argument
A Dcamellia.c612 int c; in mbedtls_camellia_crypt_cfb128() local
671 int c, i; in mbedtls_camellia_crypt_ctr() local
A Dchacha20.c82 size_t c, in chacha20_quarter_round()
A Dpkcs12.c210 unsigned char c; in mbedtls_pkcs12_derivation() local
A Dx509_create.c126 const char *s = name, *c = s; in mbedtls_x509_string_to_names() local
A Dmd5.c110 #define P(a,b,c,d,k,s,t) \ in mbedtls_internal_md5_process() argument
/mbedtls-development/programs/test/
A Dzeroize.c62 int c; in main() local
/mbedtls-development/programs/pkey/
A Drsa_verify.c57 unsigned c; in main() local
A Dpk_decrypt.c62 unsigned c; in main() local
A Dkey_app_writer.c122 unsigned char *c = output_buf; in write_public_key() local
164 unsigned char *c = output_buf; in write_private_key() local
A Drsa_decrypt.c62 unsigned c; in main() local
A Decdsa.c93 #define dump_buf( a, b, c ) argument
A Dgen_key.c153 unsigned char *c = output_buf; in write_private_key() local
/mbedtls-development/tests/src/
A Dhelpers.c50 static int ascii2uc(const char c, unsigned char *uc) in ascii2uc()

Completed in 33 milliseconds

12