Searched refs:ptext_buf (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/sm2/ |
D | sm2_crypt.c | 273 uint8_t *ptext_buf, size_t *ptext_len) in ossl_sm2_decrypt() argument 298 memset(ptext_buf, 0xFF, *ptext_len); in ossl_sm2_decrypt() 368 ptext_buf[i] = C2[i] ^ msg_mask[i]; in ossl_sm2_decrypt() 378 || !EVP_DigestUpdate(hash, ptext_buf, msg_len) in ossl_sm2_decrypt() 395 memset(ptext_buf, 0, *ptext_len); in ossl_sm2_decrypt()
|
/third_party/openssl/crypto/sm2/ |
D | sm2_crypt.c | 273 uint8_t *ptext_buf, size_t *ptext_len) in ossl_sm2_decrypt() argument 298 memset(ptext_buf, 0xFF, *ptext_len); in ossl_sm2_decrypt() 368 ptext_buf[i] = C2[i] ^ msg_mask[i]; in ossl_sm2_decrypt() 378 || !EVP_DigestUpdate(hash, ptext_buf, msg_len) in ossl_sm2_decrypt() 395 memset(ptext_buf, 0, *ptext_len); in ossl_sm2_decrypt()
|
/third_party/openssl/ohos_lite/include/crypto/ |
D | sm2.h | 74 size_t ciphertext_len, uint8_t *ptext_buf, size_t *ptext_len);
|
/third_party/openssl/include/crypto/ |
D | sm2.h | 81 uint8_t *ptext_buf, size_t *ptext_len);
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
D | sm2.h | 81 uint8_t *ptext_buf, size_t *ptext_len);
|