Home
last modified time | relevance | path

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

/openssl/ssl/
H A Dt1_lib.c1806 return lu; in tls1_get_legacy_sigalg()
1989 && (lu->hash == NID_sha1 || lu->hash == NID_sha224)) in tls12_check_peer_sigalg()
2017 if (lu->curve != NID_undef && curve != lu->curve) { in tls12_check_peer_sigalg()
2583 if (lu == NULL || !lu->enabled) in tls12_sigalg_allowed()
2892 *psign = lu != NULL ? lu->sig : NID_undef; in SSL_get_sigalgs()
2894 *phash = lu != NULL ? lu->hash : NID_undef; in SSL_get_sigalgs()
2896 *psignhash = lu != NULL ? lu->sigandhash : NID_undef; in SSL_get_sigalgs()
3335 if (lu != NULL && lu->hash == NID_sha1 && lu->sig == rsign) in tls1_check_chain()
3720 if (mdnid == lu->hash && pknid == lu->sig) in check_cert_usable()
3808 if (lu->curve != NID_undef && curve != lu->curve) in find_sig_alg()
[all …]
H A Dssl_local.h2840 __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.c230 X509_LOOKUP *lu; in X509_STORE_free() local
244 X509_LOOKUP_free(lu); in X509_STORE_free()
272 X509_LOOKUP *lu; in X509_STORE_add_lookup() local
278 return lu; in X509_STORE_add_lookup()
282 lu = X509_LOOKUP_new(m); in X509_STORE_add_lookup()
283 if (lu == NULL) { in X509_STORE_add_lookup()
288 lu->store_ctx = xs; in X509_STORE_add_lookup()
290 return lu; in X509_STORE_add_lookup()
293 X509_LOOKUP_free(lu); in X509_STORE_add_lookup()
326 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
126 lu->method_data = a; in new_dir()
156 static void free_dir(X509_LOOKUP *lu) in free_dir() argument
158 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.c319 const SIGALG_LOOKUP *lu = s->s3.tmp.sigalg; in tls_construct_cert_verify() local
322 if (lu == NULL || s->s3.tmp.cert == NULL) { in tls_construct_cert_verify()
328 if (pkey == NULL || !tls1_lookup_md(sctx, lu, &md)) { in tls_construct_cert_verify()
345 if (SSL_USE_SIGALGS(s) && !WPACKET_put_bytes_u16(pkt, lu->sigalg)) { in tls_construct_cert_verify()
358 if (lu->sig == EVP_PKEY_RSA_PSS) { in tls_construct_cert_verify()
405 int pktype = lu->sig; in tls_construct_cert_verify()
H A Dstatem_srvr.c2520 const SIGALG_LOOKUP *lu = s->s3.tmp.sigalg; in tls_construct_server_key_exchange() local
2669 lu = NULL; in tls_construct_server_key_exchange()
2670 } else if (lu == NULL) { in tls_construct_server_key_exchange()
2754 if (lu != NULL) { in tls_construct_server_key_exchange()
2760 if (pkey == NULL || !tls1_lookup_md(sctx, lu, &md)) { in tls_construct_server_key_exchange()
2771 if (SSL_USE_SIGALGS(s) && !WPACKET_put_bytes_u16(pkt, lu->sigalg)) { in tls_construct_server_key_exchange()
2783 if (lu->sig == EVP_PKEY_RSA_PSS) { in tls_construct_server_key_exchange()

Completed in 69 milliseconds