Home
last modified time | relevance | path

Searched defs:C (Results 1 – 25 of 47) sorted by relevance

12

/device/soc/hisilicon/ws63v100/sdk/open_source/GmSSL3.0/src/
Dmd5.c17 #define F(B, C, D) (((B) & (C)) | ((~(B)) & (D))) argument
18 #define G(B, C, D) (((B) & (D)) | ((C) & (~(D)))) argument
19 #define H(B, C, D) ((B) ^ (C) ^ (D)) argument
20 #define I(B, C, D) ((C) ^ ((B) | (~(D)))) argument
53 uint32_t C; in md5_compress_blocks() local
Dsha1.c16 #define F0(B, C, D) (((B) & (C)) | ((~(B)) & (D))) argument
17 #define F1(B, C, D) ((B) ^ (C) ^ (D)) argument
18 #define F2(B, C, D) (((B) & (C)) | ((B) & (D)) | ((C) & (D))) argument
19 #define F3(B, C, D) ((B) ^ (C) ^ (D)) argument
31 uint32_t C; in sha1_compress_blocks() local
Dchacha20.c43 #define QR(A, B, C, D) \ argument
Dsm3.c35 #define R(A, B, C, D, E, F, G, H, xx) \ argument
46 #define R8(A, B, C, D, E, F, G, H, xx) \ argument
159 uint32_t C; in sm3_compress_blocks() local
Dsm2_lib.c553 int sm2_ciphertext_to_der(const SM2_CIPHERTEXT *C, uint8_t **out, size_t *outlen) in sm2_ciphertext_to_der()
574 int sm2_ciphertext_from_der(SM2_CIPHERTEXT *C, const uint8_t **in, size_t *inlen) in sm2_ciphertext_from_der()
636 SM2_CIPHERTEXT C; in sm2_encrypt_ex() local
665 SM2_CIPHERTEXT C; in sm2_decrypt() local
Dgcm.c62 gf128_t C; in ghash() local
Dsha256.c47 uint32_t C; in sha256_compress_blocks() local
Dsm9_lib.c244 size_t klen, uint8_t *kbuf, SM9_POINT *C) in sm9_kem_encrypt()
293 int sm9_kem_decrypt(const SM9_ENC_KEY *key, const char *id, size_t idlen, const SM9_POINT *C, in sm9_kem_decrypt()
Dsha512.c124 uint64_t C; in sha512_compress_blocks() local
/device/soc/hisilicon/ws63v100/sdk/open_source/GmSSL3.0/tests/
Dgcmtest.c24 char *C; member
91 uint8_t C[64]; in test_ghash() local
Daestest.c217 char *C; member
323 uint8_t C[64]; in test_aes_gcm() local
Dsm2test.c513 SM2_CIPHERTEXT C; in test_sm2_ciphertext() local
/device/soc/hisilicon/ws63v100/sdk/open_source/GmSSL3.0/include/gmssl/
Dhash_drbg.h54 uint8_t C[HASH_DRBG_MAX_SEED_SIZE]; member
/device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/library/
Dmd5.c87 uint32_t X[16], A, B, C, D; in mbedtls_internal_md5_process() member
Dsha1.c100 uint32_t temp, W[16], A, B, C, D, E; in mbedtls_internal_sha1_process() member
Dmd4.c111 uint32_t X[16], A, B, C, D; in mbedtls_internal_md4_process() member
Dripemd160.c92 uint32_t A, B, C, D, E, Ap, Bp, Cp, Dp, Ep, X[16]; in mbedtls_internal_ripemd160_process() member
/device/soc/hisilicon/ws63v100/sdk/open_source/GmSSL3.0/src/sdf/
Dsdf_sansec.h145 unsigned char C[136]; member
Dsdf.h88 unsigned char C[1]; member
/device/soc/hisilicon/ws63v100/sdk/kernel/liteos/liteos_v208.5.0/Huawei_LiteOS/open_source/CMSIS/CMSIS/Core/Include/
Dcore_cm0.h205 uint32_t C:1; /*!< bit: 29 Carry condition code flag */ member
256 uint32_t C:1; /*!< bit: 29 Carry condition code flag */ member
Dcore_cm1.h205 uint32_t C:1; /*!< bit: 29 Carry condition code flag */ member
256 uint32_t C:1; /*!< bit: 29 Carry condition code flag */ member
Dcore_cm0plus.h216 uint32_t C:1; /*!< bit: 29 Carry condition code flag */ member
267 uint32_t C:1; /*!< bit: 29 Carry condition code flag */ member
Dcore_sc000.h216 uint32_t C:1; /*!< bit: 29 Carry condition code flag */ member
267 uint32_t C:1; /*!< bit: 29 Carry condition code flag */ member
/device/soc/hisilicon/ws63v100/sdk/open_source/libcoap/libcoap/include/coap3/
Dcoap_pdu.h168 #define COAP_RESPONSE_CLASS(C) (((C) >> 5) & 0xFF) argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
Dpdu.h135 #define COAP_RESPONSE_CLASS(C) (((C) >> 5) & 0xFF) argument

12