Home
last modified time | relevance | path

Searched defs:ses (Results 1 – 10 of 10) sorted by relevance

/third_party/ltp/lib/
Dtst_crypto.c15 void tst_crypto_open(struct tst_crypto_session *ses) in tst_crypto_open()
31 void tst_crypto_close(struct tst_crypto_session *ses) in tst_crypto_close()
36 static int tst_crypto_recv_ack(struct tst_crypto_session *ses) in tst_crypto_recv_ack()
68 int tst_crypto_add_alg(struct tst_crypto_session *ses, in tst_crypto_add_alg()
84 int tst_crypto_del_alg(struct tst_crypto_session *ses, in tst_crypto_del_alg()
/third_party/libabigail/tests/
Dtest-diff2.cc41 bool ses; member
151 edit_script ses; in main() local
Dtest-core-diff.cc164 edit_script ses; in main() local
/third_party/libabigail/src/
Dabg-diff-utils.cc160 edit_script ses; in compute_lcs() local
187 compute_ses(const char* str1, const char* str2, edit_script& ses) in compute_ses()
/third_party/ltp/testcases/kernel/crypto/
Dpcrypt_aead01.c29 static struct tst_crypto_session ses = TST_CRYPTO_SESSION_INIT; variable
Dcrypto_user02.c55 static struct tst_crypto_session ses = TST_CRYPTO_SESSION_INIT; variable
Dcrypto_user01.c28 static struct tst_crypto_session ses = TST_CRYPTO_SESSION_INIT; variable
/third_party/libabigail/include/
Dabg-diff-utils.h1489 edit_script& ses, in compute_diff()
1691 edit_script& ses, in compute_diff()
1758 edit_script& ses) in compute_diff()
1811 edit_script& ses) in compute_diff()
1854 edit_script& ses) in compute_diff()
1914 edit_script& ses) in compute_diff()
1963 edit_script& ses) in compute_diff()
2002 edit_script& ses) in compute_diff()
/third_party/gstreamer/gstplugins_bad/ext/neon/
Dgstneonhttpsrc.c835 ne_session ** ses, ne_request ** req, gint64 offset, gboolean do_redir) in gst_neonhttp_src_send_request_and_redirect()
/third_party/ffmpeg/libavcodec/
Dcbs_h2645.c290 #define ses(name, range_min, range_max, subs, ...) \ macro