| /device/soc/hisilicon/ws63v100/sdk/open_source/GmSSL3.0/src/ |
| D | md5.c | 17 #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
|
| D | sha1.c | 16 #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
|
| D | chacha20.c | 43 #define QR(A, B, C, D) \ argument
|
| D | sm3.c | 35 #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
|
| D | sm2_lib.c | 553 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
|
| D | gcm.c | 62 gf128_t C; in ghash() local
|
| D | sha256.c | 47 uint32_t C; in sha256_compress_blocks() local
|
| D | sm9_lib.c | 244 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()
|
| D | sha512.c | 124 uint64_t C; in sha512_compress_blocks() local
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/GmSSL3.0/tests/ |
| D | gcmtest.c | 24 char *C; member 91 uint8_t C[64]; in test_ghash() local
|
| D | aestest.c | 217 char *C; member 323 uint8_t C[64]; in test_aes_gcm() local
|
| D | sm2test.c | 513 SM2_CIPHERTEXT C; in test_sm2_ciphertext() local
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/GmSSL3.0/include/gmssl/ |
| D | hash_drbg.h | 54 uint8_t C[HASH_DRBG_MAX_SEED_SIZE]; member
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/library/ |
| D | md5.c | 87 uint32_t X[16], A, B, C, D; in mbedtls_internal_md5_process() member
|
| D | sha1.c | 100 uint32_t temp, W[16], A, B, C, D, E; in mbedtls_internal_sha1_process() member
|
| D | md4.c | 111 uint32_t X[16], A, B, C, D; in mbedtls_internal_md4_process() member
|
| D | ripemd160.c | 92 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/ |
| D | sdf_sansec.h | 145 unsigned char C[136]; member
|
| D | sdf.h | 88 unsigned char C[1]; member
|
| /device/soc/hisilicon/ws63v100/sdk/kernel/liteos/liteos_v208.5.0/Huawei_LiteOS/open_source/CMSIS/CMSIS/Core/Include/ |
| D | core_cm0.h | 205 uint32_t C:1; /*!< bit: 29 Carry condition code flag */ member 256 uint32_t C:1; /*!< bit: 29 Carry condition code flag */ member
|
| D | core_cm1.h | 205 uint32_t C:1; /*!< bit: 29 Carry condition code flag */ member 256 uint32_t C:1; /*!< bit: 29 Carry condition code flag */ member
|
| D | core_cm0plus.h | 216 uint32_t C:1; /*!< bit: 29 Carry condition code flag */ member 267 uint32_t C:1; /*!< bit: 29 Carry condition code flag */ member
|
| D | core_sc000.h | 216 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/ |
| D | coap_pdu.h | 168 #define COAP_RESPONSE_CLASS(C) (((C) >> 5) & 0xFF) argument
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
| D | pdu.h | 135 #define COAP_RESPONSE_CLASS(C) (((C) >> 5) & 0xFF) argument
|