Home
last modified time | relevance | path

Searched refs:ciphertext_len (Results 1 – 4 of 4) sorted by relevance

/openssl-master/include/crypto/
A Dsm2.h76 uint8_t *ciphertext_buf, size_t *ciphertext_len);
80 const uint8_t *ciphertext, size_t ciphertext_len,
/openssl-master/crypto/sm2/
A Dsm2_crypt.c111 uint8_t *ciphertext_buf, size_t *ciphertext_len) in ossl_sm2_encrypt() argument
180 memset(ciphertext_buf, 0, *ciphertext_len); in ossl_sm2_encrypt()
252 *ciphertext_len = (size_t)ciphertext_leni; in ossl_sm2_encrypt()
272 const uint8_t *ciphertext, size_t ciphertext_len, in ossl_sm2_decrypt() argument
300 sm2_ctext = d2i_SM2_Ciphertext(NULL, &ciphertext, ciphertext_len); in ossl_sm2_decrypt()
/openssl-master/test/
A Devp_extra_test.c1084 int len, kek_len, ciphertext_len, plaintext_len; in test_EVP_Enveloped() local
1102 || !TEST_true(EVP_SealUpdate(ctx, ciphertext, &ciphertext_len, in test_EVP_Enveloped()
1104 || !TEST_true(EVP_SealFinal(ctx, ciphertext + ciphertext_len, in test_EVP_Enveloped()
1108 ciphertext_len += len; in test_EVP_Enveloped()
1112 ciphertext, ciphertext_len)) in test_EVP_Enveloped()
A Devp_test.c535 size_t ciphertext_len; member
632 return parse_bin(value, &cdat->ciphertext, &cdat->ciphertext_len); in cipher_test_parse()
709 out_len = expected->ciphertext_len; in cipher_test_enc()
712 in_len = expected->ciphertext_len; in cipher_test_enc()

Completed in 20 milliseconds