Home
last modified time | relevance | path

Searched refs:cm_len (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/test/default/
H A Dbox_seal.c52 size_t cm_len; in tv2() local
56 cm_len = crypto_box_SEALBYTES + m_len; in tv2()
58 cm = (unsigned char *) sodium_malloc(cm_len); in tv2()
64 if (crypto_box_seal_open(m2, cm, cm_len, pk, sk) != 0) { in tv2()
122 size_t cm_len; in tv4() local
126 cm_len = crypto_box_curve25519xchacha20poly1305_SEALBYTES + m_len; in tv4()
128 cm = (unsigned char *) sodium_malloc(cm_len); in tv4()
134 if (crypto_box_curve25519xchacha20poly1305_seal_open(m2, cm, cm_len, pk, sk) != 0) { in tv4()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/test/default/
H A Dbox_seal.c52 size_t cm_len; in tv2() local
56 cm_len = crypto_box_SEALBYTES + m_len; in tv2()
58 cm = (unsigned char *) sodium_malloc(cm_len); in tv2()
64 if (crypto_box_seal_open(m2, cm, cm_len, pk, sk) != 0) { in tv2()
122 size_t cm_len; in tv4() local
126 cm_len = crypto_box_curve25519xchacha20poly1305_SEALBYTES + m_len; in tv4()
128 cm = (unsigned char *) sodium_malloc(cm_len); in tv4()
134 if (crypto_box_curve25519xchacha20poly1305_seal_open(m2, cm, cm_len, pk, sk) != 0) { in tv4()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/test/
H A Dtest_ntor_v3.c30 size_t cm_len, sm_len; in test_ntor3_testvecs() local
100 &cm_len, in test_ntor3_testvecs()
103 tt_int_op(cm_len, OP_EQ, sizeof(client_message)); in test_ntor3_testvecs()
104 tt_mem_op(cm, OP_EQ, client_message, cm_len); in test_ntor3_testvecs()
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/descrambler/
H A Dcwc.c163 int cm_len; member
444 cm->cm_len = len; in cwc_send_msg()
1062 if (tvh_write(cwc->cwc_fd, cm->cm_data, cm->cm_len)) in cwc_writer_thread()
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Dfun.c9272 intptr_t cm_len, i, cm_pos_delta; in scheme_restore_lightweight_continuation_marks() local
9275 cm_len = lw->saved_lwc->cont_mark_stack_end - lw->saved_lwc->cont_mark_stack_start; in scheme_restore_lightweight_continuation_marks()
9278 if (cm_len) { in scheme_restore_lightweight_continuation_marks()
9282 for (i = 0; i < cm_len; i++) { in scheme_restore_lightweight_continuation_marks()
/dports/lang/racket/racket-8.3/src/bc/src/
H A Dfun.c9272 intptr_t cm_len, i, cm_pos_delta; in scheme_restore_lightweight_continuation_marks() local
9275 cm_len = lw->saved_lwc->cont_mark_stack_end - lw->saved_lwc->cont_mark_stack_start; in scheme_restore_lightweight_continuation_marks()
9278 if (cm_len) { in scheme_restore_lightweight_continuation_marks()
9282 for (i = 0; i < cm_len; i++) { in scheme_restore_lightweight_continuation_marks()
/dports/biology/infernal/infernal-1.1.3/src/
H A Dinfernal.h2787 extern int cm_p7_oprofile_Write(FILE *ffp, FILE *pfp, off_t cm_offset, int cm_len, int cm_W, in…