Home
last modified time | relevance | path

Searched refs:lu (Results 1 – 8 of 8) sorted by relevance

/openssl/ssl/
H A Dt1_lib.c1401 return lu; in tls1_get_legacy_sigalg()
1568 && (lu->hash == NID_sha1 || lu->hash == NID_sha224)) in tls12_check_peer_sigalg()
1594 if (lu->curve != NID_undef && curve != lu->curve) { in tls12_check_peer_sigalg()
2146 if (lu == NULL || !lu->enabled) in tls12_sigalg_allowed()
2458 *psign = lu != NULL ? lu->sig : NID_undef; in SSL_get_sigalgs()
2460 *phash = lu != NULL ? lu->hash : NID_undef; in SSL_get_sigalgs()
2462 *psignhash = lu != NULL ? lu->sigandhash : NID_undef; in SSL_get_sigalgs()
2853 if (lu != NULL && lu->hash == NID_sha1 && lu->sig == rsign) in tls1_check_chain()
3233 if (mdnid == lu->hash && pknid == lu->sig) in check_cert_usable()
3321 if (lu->curve != NID_undef && curve != lu->curve) in find_sig_alg()
[all …]
H A Dssl_local.h2809 __owur int tls1_lookup_md(SSL_CTX *ctx, const SIGALG_LOOKUP *lu,
/openssl/crypto/bn/asm/
H A Dia64.S339 (p21) xmpy.lu f48=f37,f8
757 xma.lu f73=f35,f123,f73
793 xma.lu f74=f36,f123,f74
817 xma.lu f45=f37,f120,f45
826 xma.lu f65=f37,f122,f65
832 xma.lu f75=f37,f123,f75
857 xma.lu f46=f38,f120,f46
863 xma.lu f56=f38,f121,f56
869 xma.lu f66=f38,f122,f66
1474 xmpy.lu f9=f8,f14 }
[all …]
/openssl/crypto/x509/
H A Dx509_lu.c226 X509_LOOKUP *lu; in X509_STORE_free() local
240 X509_LOOKUP_free(lu); in X509_STORE_free()
267 X509_LOOKUP *lu; in X509_STORE_add_lookup() local
273 return lu; in X509_STORE_add_lookup()
277 lu = X509_LOOKUP_new(m); in X509_STORE_add_lookup()
278 if (lu == NULL) { in X509_STORE_add_lookup()
283 lu->store_ctx = xs; in X509_STORE_add_lookup()
285 return lu; in X509_STORE_add_lookup()
288 X509_LOOKUP_free(lu); in X509_STORE_add_lookup()
321 X509_LOOKUP *lu; in ossl_x509_store_ctx_get_by_subject() local
[all …]
H A Dby_dir.c54 static int new_dir(X509_LOOKUP *lu);
55 static void free_dir(X509_LOOKUP *lu);
108 static int new_dir(X509_LOOKUP *lu) in new_dir() argument
128 lu->method_data = a; in new_dir()
158 static void free_dir(X509_LOOKUP *lu) in free_dir() argument
160 BY_DIR *a = (BY_DIR *)lu->method_data; in free_dir()
/openssl/crypto/poly1305/asm/
H A Dpoly1305-ia64.S201 xmpy.lu f32=HF0,RF0 }
204 { .mfi; xmpy.lu f36=HF0,RF1 }
206 { .mfi; xmpy.lu f34=HF1,SF1
209 { .mfi; xmpy.lu f38=HF1,RF0
212 { .mfi; xmpy.lu f40=HF2,SF1
214 { .mfi; xmpy.lu f41=HF2,RF0 };;
/openssl/ssl/statem/
H A Dstatem_lib.c288 const SIGALG_LOOKUP *lu = s->s3.tmp.sigalg; in tls_construct_cert_verify() local
291 if (lu == NULL || s->s3.tmp.cert == NULL) { in tls_construct_cert_verify()
297 if (pkey == NULL || !tls1_lookup_md(sctx, lu, &md)) { in tls_construct_cert_verify()
314 if (SSL_USE_SIGALGS(s) && !WPACKET_put_bytes_u16(pkt, lu->sigalg)) { in tls_construct_cert_verify()
327 if (lu->sig == EVP_PKEY_RSA_PSS) { in tls_construct_cert_verify()
374 int pktype = lu->sig; in tls_construct_cert_verify()
H A Dstatem_srvr.c2449 const SIGALG_LOOKUP *lu = s->s3.tmp.sigalg; in tls_construct_server_key_exchange() local
2597 lu = NULL; in tls_construct_server_key_exchange()
2598 } else if (lu == NULL) { in tls_construct_server_key_exchange()
2682 if (lu != NULL) { in tls_construct_server_key_exchange()
2688 if (pkey == NULL || !tls1_lookup_md(sctx, lu, &md)) { in tls_construct_server_key_exchange()
2699 if (SSL_USE_SIGALGS(s) && !WPACKET_put_bytes_u16(pkt, lu->sigalg)) { in tls_construct_server_key_exchange()
2711 if (lu->sig == EVP_PKEY_RSA_PSS) { in tls_construct_server_key_exchange()

Completed in 64 milliseconds