Lines Matching refs:uint8_t
110 const uint8_t *msg, size_t msg_len, in ossl_sm2_encrypt()
111 uint8_t *ciphertext_buf, size_t *ciphertext_len) in ossl_sm2_encrypt()
128 uint8_t *msg_mask = NULL; in ossl_sm2_encrypt()
129 uint8_t *x2y2 = NULL; in ossl_sm2_encrypt()
130 uint8_t *C3 = NULL; in ossl_sm2_encrypt()
272 const uint8_t *ciphertext, size_t ciphertext_len, in ossl_sm2_decrypt()
273 uint8_t *ptext_buf, size_t *ptext_len) in ossl_sm2_decrypt()
283 uint8_t *x2y2 = NULL; in ossl_sm2_decrypt()
284 uint8_t *computed_C3 = NULL; in ossl_sm2_decrypt()
287 uint8_t *msg_mask = NULL; in ossl_sm2_decrypt()
288 const uint8_t *C2 = NULL; in ossl_sm2_decrypt()
289 const uint8_t *C3 = NULL; in ossl_sm2_decrypt()