Home
last modified time | relevance | path

Searched refs:ptext_buf (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/sm2/
Dsm2_crypt.c273 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/
Dsm2_crypt.c273 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/
Dsm2.h74 size_t ciphertext_len, uint8_t *ptext_buf, size_t *ptext_len);
/third_party/openssl/include/crypto/
Dsm2.h81 uint8_t *ptext_buf, size_t *ptext_len);
/third_party/node/deps/openssl/openssl/include/crypto/
Dsm2.h81 uint8_t *ptext_buf, size_t *ptext_len);