Home
last modified time | relevance | path

Searched full:clu (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dssl_cert_table_internal_test.c27 const SSL_CERT_LOOKUP *clu = &ssl_cert_info[idx]; in do_test_cert_table() local
29 if (clu->nid == nid && clu->amask == amask) in do_test_cert_table()
34 if (clu->nid != nid) in do_test_cert_table()
36 OBJ_nid2sn(clu->nid)); in do_test_cert_table()
37 if (clu->amask != amask) in do_test_cert_table()
39 (unsigned int)amask, (unsigned int)clu->amask); in do_test_cert_table()
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Drenesas,cmm.yaml17 3-D look-up tables (CLU), 1D-histogram generation (HGO), and color
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_clnt.c1931 const SSL_CERT_LOOKUP *clu; in tls_post_process_server_rpk() local
1956 if ((clu = ssl_cert_lookup_by_pkey(sc->session->peer_rpk, &certidx, in tls_post_process_server_rpk()
1968 if ((clu->amask & sc->s3.tmp.new_cipher->algorithm_auth) == 0) { in tls_post_process_server_rpk()
2095 const SSL_CERT_LOOKUP *clu; in tls_post_process_server_certificate() local
2145 if ((clu = ssl_cert_lookup_by_pkey(pkey, &certidx, in tls_post_process_server_certificate()
2156 if ((clu->amask & s->s3.tmp.new_cipher->algorithm_auth) == 0) { in tls_post_process_server_certificate()
3957 const SSL_CERT_LOOKUP *clu; in ssl3_check_cert_and_algorithm() local
3971 clu = ssl_cert_lookup_by_pkey(pkey, &idx, SSL_CONNECTION_GET_CTX(s)); in ssl3_check_cert_and_algorithm()
3974 if (clu == NULL || (alg_a & clu->amask) == 0) { in ssl3_check_cert_and_algorithm()
3994 if (clu->amask & SSL_aECDSA) { in ssl3_check_cert_and_algorithm()
/freebsd/contrib/libarchive/libarchive/test/
HDtest_read_format_7zip_lzma2_arm64.7z.uu11 MT?4S]U]05SC_GJUAE*!NK%8\&=\',!%JIL5J>;6'O[D[_5JVE7>4<QH4'CLU
/freebsd/crypto/openssl/ssl/
H A Dt1_lib.c2447 const SSL_CERT_LOOKUP *clu in tls1_get_legacy_sigalg() local
2450 if (clu == NULL) in tls1_get_legacy_sigalg()
2452 if (clu->amask & s->s3.tmp.new_cipher->algorithm_auth) { in tls1_get_legacy_sigalg()
3414 const SSL_CERT_LOOKUP *clu; in ssl_set_sig_mask() local
3419 clu = ssl_cert_lookup_by_idx(lu->sig_idx, in ssl_set_sig_mask()
3421 if (clu == NULL) in ssl_set_sig_mask()
3425 if ((clu->amask & disabled_mask) != 0 in ssl_set_sig_mask()
3427 disabled_mask &= ~clu->amask; in ssl_set_sig_mask()
4451 const SSL_CERT_LOOKUP *clu = ssl_cert_lookup_by_idx(sig_idx, in tls12_get_cert_sigalg_idx() local
4455 if (clu == NULL in tls12_get_cert_sigalg_idx()
[all …]
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.ok2769 Craig Schaffert Abstraction Mechanisms in CLU . . . . . 564--576
H A Dfunstack.in21053 title = "Abstraction Mechanisms in {CLU}",
21065CLU is a new programming language designed to support the use of abstractions in program construct…
21071 …keywords = "abstractions; CLU; computer programming; computer programming languages; construct…
21275 … statistics about the program to be optimized. Preliminary results for the CLU structured programm…