Home
last modified time | relevance | path

Searched defs:ciphertext_len (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/sm2/
Dsm2_crypt.c111 uint8_t *ciphertext_buf, size_t *ciphertext_len) in ossl_sm2_encrypt()
272 const uint8_t *ciphertext, size_t ciphertext_len, in ossl_sm2_decrypt()
/third_party/openssl/crypto/sm2/
Dsm2_crypt.c111 uint8_t *ciphertext_buf, size_t *ciphertext_len) in ossl_sm2_encrypt()
272 const uint8_t *ciphertext, size_t ciphertext_len, in ossl_sm2_decrypt()
/third_party/libcoap/src/oscore/
Doscore_cose.c423 size_t ciphertext_len) { in cose_encrypt0_encrypt()
/third_party/libcoap/src/
Dcoap_oscore.c286 size_t ciphertext_len = 0; in coap_oscore_new_pdu_encrypted() local
/third_party/openssl/test/
Devp_extra_test.c1194 int len, kek_len, ciphertext_len, plaintext_len; in test_EVP_Enveloped() local
Devp_test.c534 size_t ciphertext_len; member