Searched refs:ptext_buf (Results 1 – 2 of 2) sorted by relevance
273 uint8_t *ptext_buf, size_t *ptext_len) in ossl_sm2_decrypt() argument298 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()
81 uint8_t *ptext_buf, size_t *ptext_len);
Completed in 3 milliseconds