HomeSort by: relevance | last modified time | path
    Searched defs:lu (Results 1 - 17 of 17) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/x509/
x509_lu.c 230 X509_LOOKUP *lu; local
242 lu = sk_X509_LOOKUP_value(sk, i);
243 X509_LOOKUP_shutdown(lu);
244 X509_LOOKUP_free(lu);
272 X509_LOOKUP *lu; local
276 lu = sk_X509_LOOKUP_value(sk, i);
277 if (m == lu->method) {
278 return lu;
282 lu = X509_LOOKUP_new(m);
283 if (lu == NULL)
324 X509_LOOKUP *lu; local
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
x509_lu.c 227 X509_LOOKUP *lu; local
239 lu = sk_X509_LOOKUP_value(sk, i);
240 X509_LOOKUP_shutdown(lu);
241 X509_LOOKUP_free(lu);
268 X509_LOOKUP *lu; local
272 lu = sk_X509_LOOKUP_value(sk, i);
273 if (m == lu->method) {
274 return lu;
278 lu = X509_LOOKUP_new(m);
279 if (lu == NULL)
314 X509_LOOKUP *lu; local
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509/
x509_lu.c 208 X509_LOOKUP *lu; local
220 lu = sk_X509_LOOKUP_value(sk, i);
221 X509_LOOKUP_shutdown(lu);
222 X509_LOOKUP_free(lu);
249 X509_LOOKUP *lu; local
253 lu = sk_X509_LOOKUP_value(sk, i);
254 if (m == lu->method) {
255 return lu;
259 lu = X509_LOOKUP_new(m);
260 if (lu == NULL)
293 X509_LOOKUP *lu; local
    [all...]
  /src/external/bsd/top/dist/machine/
m_sunos4.c 737 register struct user *lu; local
739 lu = kvm_getu(kd, p);
740 if (lu == NULL)
746 *u = *lu;
  /src/sys/dev/ic/
ninjascsi32.c 520 struct njsc32_lu *lu; local
538 lu = &sc->sc_targets[id].t_lus[lun];
539 lu->lu_cmd = NULL;
540 TAILQ_INIT(&lu->lu_q);
1397 struct njsc32_lu *lu; local
1410 lu = &sc->sc_targets[id].t_lus[lun];
1412 if ((cmd = lu->lu_cmd) != NULL) {
1413 lu->lu_cmd = NULL;
1416 while ((cmd = TAILQ_FIRST(&lu->lu_q)) != NULL) {
1417 TAILQ_REMOVE(&lu->lu_q, cmd, c_q)
    [all...]
  /src/crypto/external/bsd/openssl/dist/ssl/statem/
statem_lib.c 283 const SIGALG_LOOKUP *lu = s->s3.tmp.sigalg; local
285 if (lu == NULL || s->s3.tmp.cert == NULL) {
291 if (pkey == NULL || !tls1_lookup_md(s->ctx, lu, &md)) {
308 if (SSL_USE_SIGALGS(s) && !WPACKET_put_bytes_u16(pkt, lu->sigalg)) {
321 if (lu->sig == EVP_PKEY_RSA_PSS) {
368 int pktype = lu->sig;
statem_srvr.c 2426 const SIGALG_LOOKUP *lu = s->s3.tmp.sigalg; local
2572 lu = NULL;
2573 } else if (lu == NULL) {
2657 if (lu != NULL) {
2663 if (pkey == NULL || !tls1_lookup_md(s->ctx, lu, &md)) {
2674 if (SSL_USE_SIGALGS(s) && !WPACKET_put_bytes_u16(pkt, lu->sigalg)) {
2686 if (lu->sig == EVP_PKEY_RSA_PSS) {
  /src/crypto/external/bsd/openssl.old/dist/ssl/statem/
statem_lib.c 240 const SIGALG_LOOKUP *lu = s->s3->tmp.sigalg; local
242 if (lu == NULL || s->s3->tmp.cert == NULL) {
249 if (pkey == NULL || !tls1_lookup_md(lu, &md)) {
268 if (SSL_USE_SIGALGS(s) && !WPACKET_put_bytes_u16(pkt, lu->sigalg)) {
287 if (lu->sig == EVP_PKEY_RSA_PSS) {
315 int pktype = lu->sig;
statem_srvr.c 2498 const SIGALG_LOOKUP *lu = s->s3->tmp.sigalg; local
2669 lu = NULL;
2670 } else if (lu == NULL) {
2768 if (lu != NULL) {
2775 if (pkey == NULL || !tls1_lookup_md(lu, &md)) {
2790 if (SSL_USE_SIGALGS(s) && !WPACKET_put_bytes_u16(pkt, lu->sigalg)) {
2810 if (lu->sig == EVP_PKEY_RSA_PSS) {
  /src/external/gpl2/groff/dist/src/libs/libgroff/
font.cpp 518 char lu[2], wu[2]; local
524 if (sscanf(pp, "%lf%1[ipPc],%lf%1[ipPc]", &l, lu, &w, wu) == 4
526 && unit_scale(&l, lu[0]) && unit_scale(&w, wu[0])) {
  /src/crypto/external/apache2/openssl/dist/ssl/statem/
statem_lib.c 323 const SIGALG_LOOKUP *lu = s->s3.tmp.sigalg; local
326 if (lu == NULL || s->s3.tmp.cert == NULL) {
332 if (pkey == NULL || !tls1_lookup_md(sctx, lu, &md)) {
349 if (SSL_USE_SIGALGS(s) && !WPACKET_put_bytes_u16(pkt, lu->sigalg)) {
363 if (lu->sig == EVP_PKEY_RSA_PSS) {
412 int pktype = lu->sig;
statem_srvr.c 2558 const SIGALG_LOOKUP *lu = s->s3.tmp.sigalg; local
2705 lu = NULL;
2706 } else if (lu == NULL) {
2791 if (lu != NULL) {
2797 if (pkey == NULL || !tls1_lookup_md(sctx, lu, &md)) {
2808 if (SSL_USE_SIGALGS(s) && !WPACKET_put_bytes_u16(pkt, lu->sigalg)) {
2821 if (lu->sig == EVP_PKEY_RSA_PSS) {
  /src/crypto/external/bsd/openssl/dist/ssl/
t1_lib.c 31 static int tls12_sigalg_allowed(const SSL *s, int op, const SIGALG_LOOKUP *lu);
1171 const SIGALG_LOOKUP *lu; local
1173 = OPENSSL_malloc(sizeof(*lu) * OSSL_NELEM(sigalg_lookup_tbl));
1181 for (i = 0, lu = sigalg_lookup_tbl;
1182 i < OSSL_NELEM(sigalg_lookup_tbl); lu++, i++) {
1185 cache[i] = *lu;
1195 if (lu->hash != NID_undef
1196 && ctx->ssl_digest_methods[lu->hash_idx] == NULL) {
1201 if (!EVP_PKEY_set_type(tmpkey, lu->sig)) {
1226 const SIGALG_LOOKUP *lu; local
1342 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(s, tls_default_sigalg[idx]); local
1360 const SIGALG_LOOKUP *lu; local
1425 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(s, sigs[i]); local
1493 const SIGALG_LOOKUP *lu; local
1718 const SIGALG_LOOKUP *lu = tls1_get_legacy_sigalg(s, i); local
2158 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(s, *sigalgs); local
2183 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(s, *psig); local
2213 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(s, *ptmp); local
2366 const SIGALG_LOOKUP *lu; local
2761 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(s, *p); local
3092 const SIGALG_LOOKUP *lu; local
3185 const SIGALG_LOOKUP *lu = NULL; local
3242 const SIGALG_LOOKUP *lu = NULL; local
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/ssl/
t1_lib.c 25 static int tls12_sigalg_allowed(const SSL *s, int op, const SIGALG_LOOKUP *lu);
813 int tls1_lookup_md(const SIGALG_LOOKUP *lu, const EVP_MD **pmd)
816 if (lu == NULL)
818 /* lu->hash == NID_undef means no associated digest */
819 if (lu->hash == NID_undef) {
822 md = ssl_md(lu->hash_idx);
839 static int rsa_pss_check_min_key_size(const RSA *rsa, const SIGALG_LOOKUP *lu)
845 if (!tls1_lookup_md(lu, &md) || md == NULL)
896 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(tls_default_sigalg[idx]); local
898 if (!tls1_lookup_md(lu, NULL)
912 const SIGALG_LOOKUP *lu; local
980 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(sigs[i]); local
1031 const SIGALG_LOOKUP *lu; local
1269 const SIGALG_LOOKUP *lu = tls1_get_legacy_sigalg(s, i); local
1678 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(*sigalgs); local
1703 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(*psig); local
1732 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(*ptmp); local
1884 const SIGALG_LOOKUP *lu; local
2279 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(*p); local
2604 const SIGALG_LOOKUP *lu; local
2683 const SIGALG_LOOKUP *lu = NULL; local
2748 const SIGALG_LOOKUP *lu = NULL; local
    [all...]
  /src/sys/dev/usb/
uaudio.c 262 const struct usb_audio_clksel_unit *lu; member in union:io_terminal::__anon3769
1802 d = iot[id].d.lu;
  /src/usr.bin/xlint/lint1/
tree.c 253 int64_t lu = si_mult_sat(tp, a.smin, b.smax); local
257 c.smin = s64_min(ll, s64_min(lu, s64_min(ul, uu)));
258 c.smax = s64_max(ll, s64_max(lu, s64_max(ul, uu)));
  /src/crypto/external/apache2/openssl/dist/ssl/
t1_lib.c 33 static int tls12_sigalg_allowed(const SSL_CONNECTION *s, int op, const SIGALG_LOOKUP *lu);
679 SSL_CERT_LOOKUP lu; local
687 ctx->ssl_cert_info = OPENSSL_zalloc(sizeof(lu) * ctx->sigalg_list_len);
2172 const SIGALG_LOOKUP *lu; local
2196 for (i = 0, lu = sigalg_lookup_tbl;
2197 i < OSSL_NELEM(sigalg_lookup_tbl); lu++, i++) {
2200 cache[i] = *lu;
2210 if (lu->hash != NID_undef
2211 && ctx->ssl_digest_methods[lu->hash_idx] == NULL) {
2216 if (!EVP_PKEY_set_type(tmpkey, lu->sig))
2297 const SIGALG_LOOKUP *lu; local
2372 const SIGALG_LOOKUP *lu = ctx->sigalg_lookup_cache; local
2492 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(SSL_CONNECTION_GET_CTX(s), local
2511 const SIGALG_LOOKUP *lu; local
2576 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(SSL_CONNECTION_GET_CTX(s), sigs[i]); local
2690 const SIGALG_LOOKUP *lu; local
2962 const SIGALG_LOOKUP *lu = tls1_get_legacy_sigalg(s, i); local
3412 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(SSL_CONNECTION_GET_CTX(s), *sigalgs); local
3438 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(SSL_CONNECTION_GET_CTX(s), *psig); local
3465 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(SSL_CONNECTION_GET_CTX(s), *ptmp); local
3622 const SIGALG_LOOKUP *lu; local
4118 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(SSL_CONNECTION_GET_CTX(s), *p); local
4469 const SIGALG_LOOKUP *lu; local
4565 const SIGALG_LOOKUP *lu = NULL; local
4624 const SIGALG_LOOKUP *lu = NULL; local
    [all...]

Completed in 66 milliseconds