Home
last modified time | relevance | path

Searched defs:ptext_len (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/regress/lib/libcrypto/sm2/
H A Dsm2evptest.c124 size_t ptext_len = sizeof(plaintext); in test_EVP_SM2() local
/openbsd-src/lib/libcrypto/sm2/
H A Dsm2_crypt.c465 size_t ciphertext_len, uint8_t *ptext_buf, size_t *ptext_len) in SM2_decrypt()