Home
last modified time | relevance | path

Searched refs:ses (Results 1 – 25 of 459) sorted by relevance

12345678910>>...19

/third_party/ltp/lib/
Dtst_crypto.c15 void tst_crypto_open(struct tst_crypto_session *ses) in tst_crypto_open() argument
27 ses->fd = ret; in tst_crypto_open()
28 ses->seq_num = 0; in tst_crypto_open()
31 void tst_crypto_close(struct tst_crypto_session *ses) in tst_crypto_close() argument
33 SAFE_CLOSE(ses->fd); in tst_crypto_close()
36 static int tst_crypto_recv_ack(struct tst_crypto_session *ses) in tst_crypto_recv_ack() argument
42 len = SAFE_NETLINK_RECV(ses->fd, buf, sizeof(buf)); in tst_crypto_recv_ack()
47 if (nh->nlmsg_seq != ses->seq_num) { in tst_crypto_recv_ack()
50 nh->nlmsg_type, nh->nlmsg_seq, ses->seq_num); in tst_crypto_recv_ack()
68 int tst_crypto_add_alg(struct tst_crypto_session *ses, in tst_crypto_add_alg() argument
[all …]
/third_party/ltp/testcases/kernel/crypto/
Dcrypto_user02.c55 static struct tst_crypto_session ses = TST_CRYPTO_SESSION_INIT; variable
63 tst_crypto_open(&ses); in setup()
71 rc = tst_crypto_add_alg(&ses, &alg); in setup()
76 rc = tst_crypto_del_alg(&ses, &alg); in setup()
106 tst_crypto_open(&ses); in run()
108 TEST(tst_crypto_add_alg(&ses, &alg)); in run()
126 TEST(tst_crypto_del_alg(&ses, &alg)); in run()
137 tst_crypto_close(&ses); in cleanup()
Dpcrypt_aead01.c29 static struct tst_crypto_session ses = TST_CRYPTO_SESSION_INIT; variable
33 tst_crypto_open(&ses); in setup()
46 TEST(tst_crypto_add_alg(&ses, &a)); in run()
54 TEST(tst_crypto_del_alg(&ses, &a)); in run()
70 tst_crypto_close(&ses); in cleanup()
Dcrypto_user01.c28 static struct tst_crypto_session ses = TST_CRYPTO_SESSION_INIT; variable
32 tst_crypto_open(&ses); in setup()
140 if (nh->nlmsg_seq != ses.seq_num) { in validate_alg_list()
143 nh->nlmsg_type, nh->nlmsg_seq, ses.seq_num); in validate_alg_list()
163 .nlmsg_seq = ++(ses.seq_num), in run()
176 SAFE_NETLINK_SEND(ses.fd, &nh, &payload); in run()
178 res = SAFE_NETLINK_RECV(ses.fd, buf, bufsize); in run()
188 tst_crypto_close(&ses); in cleanup()
/third_party/ltp/include/
Dtst_crypto.h62 void tst_crypto_open(struct tst_crypto_session *ses);
70 void tst_crypto_close(struct tst_crypto_session *ses);
87 int tst_crypto_add_alg(struct tst_crypto_session *ses,
109 int tst_crypto_del_alg(struct tst_crypto_session *ses,
/third_party/openssl/crypto/engine/
Deng_devcrypto.c41 if (ioctl(cfd, CIOCFSESSION, &sess->ses) < 0) { in clean_devcrypto_session()
158 if (cipher_ctx->sess.ses != 0 && in cipher_init()
190 cryp.ses = cipher_ctx->sess.ses; in cipher_do_cipher()
363 || ioctl(cfd, CIOCFSESSION, &sess.ses) < 0) in prepare_cipher_methods()
547 cryp.ses = ctx->sess.ses; in digest_op()
606 cphash.src_ses = digest_from->sess.ses; in digest_copy()
607 cphash.dst_ses = digest_to->sess.ses; in digest_copy()
640 cphash.src_ses = sess1.ses; in devcrypto_test_digest()
641 cphash.dst_ses = sess2.ses; in devcrypto_test_digest()
644 ioctl(cfd, CIOCFSESSION, &sess2.ses); in devcrypto_test_digest()
[all …]
/third_party/openssl/doc/man3/
DSSL_SESSION_print.pod14 int SSL_SESSION_print(BIO *fp, const SSL_SESSION *ses);
15 int SSL_SESSION_print_fp(FILE *fp, const SSL_SESSION *ses);
21 B<ses> to the BIO B<fp>.
/third_party/ffmpeg/libavcodec/
Dcbs_h264_syntax_template.c79 ses(delta_scale[i], -128, +127, 1, i); in FUNC()
338 ses(offset_for_ref_frame[i], INT32_MIN + 1, INT32_MAX, 1, i); in FUNC()
694 ses(pan_scan_rect_left_offset[i], INT32_MIN + 1, INT32_MAX, 1, i); in FUNC()
695 ses(pan_scan_rect_right_offset[i], INT32_MIN + 1, INT32_MAX, 1, i); in FUNC()
696 ses(pan_scan_rect_top_offset[i], INT32_MIN + 1, INT32_MAX, 1, i); in FUNC()
697 ses(pan_scan_rect_bottom_offset[i], INT32_MIN + 1, INT32_MAX, 1, i); in FUNC()
852 ses(luma_weight_l0[i], -128, +127, 1, i); in FUNC()
853 ses(luma_offset_l0[i], -128, +127, 1, i); in FUNC()
859 ses(chroma_weight_l0[i][j], -128, +127, 2, i, j); in FUNC()
860 ses(chroma_offset_l0[i][j], -128, +127, 2, i, j); in FUNC()
[all …]
Dcbs_h265_syntax_template.c685 ses(scaling_list_dc_coef_minus8[sizeId - 2][matrixId], -7, +247, in FUNC()
689 ses(scaling_list_delta_coeff[sizeId][matrixId][i], in FUNC()
982 ses(cb_qp_offset_list[i], -12, +12, 1, i); in FUNC()
983 ses(cr_qp_offset_list[i], -12, +12, 1, i); in FUNC()
1230 ses(delta_luma_weight_l0[i], -128, +127, 1, i); in FUNC()
1231 ses(luma_offset_l0[i], in FUNC()
1240 ses(delta_chroma_weight_l0[i][j], -128, +127, 2, i, j); in FUNC()
1241 ses(chroma_offset_l0[i][j], in FUNC()
1271 ses(delta_luma_weight_l1[i], -128, +127, 1, i); in FUNC()
1272 ses(luma_offset_l1[i], in FUNC()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/data/lang/
Dses.txt3 ses{
38 ses{"Koyraboro senni"}
/third_party/icu/icu4c/source/data/lang/
Dses.txt4 ses{
39 ses{"Koyraboro senni"}
/third_party/skia/third_party/externals/icu/source/data/lang/
Dses.txt4 ses{
39 ses{"Koyraboro senni"}
/third_party/icu/icu4c/source/data/locales/
Dkea.txt434 "ses",
472 "ses",
883 "-1"{"ses. pasadu"}
884 "0"{"es ses. li"}
885 "1"{"prósimu ses."}
889 other{"di li {0} ses."}
892 other{"a ten {0} ses."}
898 "-1"{"ses. pasadu"}
899 "0"{"es ses. li"}
900 "1"{"prósimu ses."}
[all …]
/third_party/skia/third_party/externals/icu/source/data/locales/
Dkea.txt434 "ses",
472 "ses",
883 "-1"{"ses. pasadu"}
884 "0"{"es ses. li"}
885 "1"{"prósimu ses."}
889 other{"di li {0} ses."}
892 other{"a ten {0} ses."}
898 "-1"{"ses. pasadu"}
899 "0"{"es ses. li"}
900 "1"{"prósimu ses."}
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/data/unit/
Dses.txt3 ses{
/third_party/flutter/skia/third_party/externals/icu/source/data/zone/
Dses.txt3 ses{
/third_party/icu/icu4c/source/data/zone/
Dses.txt4 ses{
/third_party/skia/third_party/externals/icu/source/data/zone/
Dses.txt4 ses{
/third_party/skia/third_party/externals/icu/source/data/unit/
Dses.txt4 ses{
/third_party/icu/icu4c/source/data/unit/
Dses.txt4 ses{
/third_party/gstreamer/gstplugins_bad/po/
Dtr.po178 #~ msgstr "Karıştırıcı işlemi için ses aygıtı açılamıyor."
184 #~ "Karıştırıcı işlemi için ses aygıtı açılamıyor. Bu öğe tarafından Açık Ses "
494 #~ "Çalmak için ses aygıtı açılamıyor. Aygıt başka bir uygulama tarafından "
500 #~ msgstr "Çalmak için ses aygıtı açılamıyor. Aygıtı açma izniniz bulunmuyor."
503 #~ msgstr "Çalmak için ses aygıtı açılamıyor."
509 #~ "Çalmak için ses aygıtı açılamıyor. Açık Ses Sistemi'nin bu sürümü bu öğe "
513 #~ msgstr "Bu ses aygıtı çalma işlevini desteklemiyor."
519 #~ msgstr "Bu ses aygıtı kayıt işlevini desteklemiyor."
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/
Dkea.txt381 "ses",
419 "ses",
758 "-1"{"ses. pasadu"}
759 "0"{"es ses. li"}
760 "1"{"prósimu ses."}
765 "-1"{"ses. pasadu"}
766 "0"{"es ses. li"}
767 "1"{"prósimu ses."}
/third_party/flutter/skia/third_party/externals/icu/source/data/rbnf/
Deo.txt20 "6: ses;",
/third_party/skia/third_party/externals/icu/source/data/rbnf/
Deo.txt21 "6: ses;",
/third_party/icu/icu4c/source/data/rbnf/
Deo.txt21 "6: ses;",

12345678910>>...19