Home
last modified time | relevance | path

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

/src/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->pkey_nid == nid && clu->amask == amask) in do_test_cert_table()
34 if (clu->pkey_nid != nid) in do_test_cert_table()
36 OBJ_nid2sn(clu->pkey_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()
/src/sys/contrib/device-tree/Bindings/display/
H A Drenesas,cmm.yaml17 3-D look-up tables (CLU), 1D-histogram generation (HGO), and color
/src/crypto/openssl/ssl/statem/
H A Dstatem_clnt.c1930 const SSL_CERT_LOOKUP *clu; in tls_post_process_server_rpk() local
1955 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()
2096 const SSL_CERT_LOOKUP *clu; in tls_post_process_server_certificate() local
2146 if ((clu = ssl_cert_lookup_by_pkey(pkey, &certidx, in tls_post_process_server_certificate()
2158 if ((clu->amask & s->s3.tmp.new_cipher->algorithm_auth) == 0) { in tls_post_process_server_certificate()
3966 const SSL_CERT_LOOKUP *clu; in ssl3_check_cert_and_algorithm() local
3980 clu = ssl_cert_lookup_by_pkey(pkey, &idx, SSL_CONNECTION_GET_CTX(s)); in ssl3_check_cert_and_algorithm()
3983 if (clu == NULL || (alg_a & clu->amask) == 0) { in ssl3_check_cert_and_algorithm()
4003 if (clu->amask & SSL_aECDSA) { in ssl3_check_cert_and_algorithm()
/src/crypto/openssl/ssl/
H A Dt1_lib.c2444 const SSL_CERT_LOOKUP *clu in tls1_get_legacy_sigalg() local
2447 if (clu == NULL) in tls1_get_legacy_sigalg()
2449 if (clu->amask & s->s3.tmp.new_cipher->algorithm_auth) { in tls1_get_legacy_sigalg()
3413 const SSL_CERT_LOOKUP *clu; in ssl_set_sig_mask() local
3418 clu = ssl_cert_lookup_by_idx(lu->sig_idx, in ssl_set_sig_mask()
3420 if (clu == NULL) in ssl_set_sig_mask()
3424 if ((clu->amask & disabled_mask) != 0 in ssl_set_sig_mask()
3426 disabled_mask &= ~clu->amask; in ssl_set_sig_mask()
4443 const SSL_CERT_LOOKUP *clu = ssl_cert_lookup_by_idx(sig_idx, in tls12_get_cert_sigalg_idx() local
4447 if (clu == NULL in tls12_get_cert_sigalg_idx()
[all …]
/src/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…