Searched refs:prot (Results 1 – 5 of 5) sorted by relevance
/openssl/crypto/cmp/ |
H A D | cmp_protect.c | 36 ASN1_BIT_STRING *prot = NULL; in ossl_cmp_calc_protection() local 95 if ((prot = ASN1_BIT_STRING_new()) == NULL) in ossl_cmp_calc_protection() 98 ossl_asn1_string_set_bits_left(prot, 0); in ossl_cmp_calc_protection() 99 if (!ASN1_BIT_STRING_set(prot, protection, sig_len)) { in ossl_cmp_calc_protection() 100 ASN1_BIT_STRING_free(prot); in ossl_cmp_calc_protection() 101 prot = NULL; in ossl_cmp_calc_protection() 107 return prot; in ossl_cmp_calc_protection() 121 if ((prot = ASN1_BIT_STRING_new()) == NULL) in ossl_cmp_calc_protection() 125 NULL, prot, &prot_part, NULL, ctx->pkey, md, in ossl_cmp_calc_protection() 127 return prot; in ossl_cmp_calc_protection() [all …]
|
/openssl/apps/include/ |
H A D | s_apps.h | 21 typedef int (*do_server_cb)(int s, int stype, int prot, unsigned char *context);
|
/openssl/test/ |
H A D | sslapitest.c | 1553 int testresult = 0, prot; in test_large_app_data() local 1562 prot = TLS1_3_VERSION; in test_large_app_data() 1570 prot = TLS1_2_VERSION; in test_large_app_data() 1586 prot = TLS1_VERSION; in test_large_app_data() 1594 prot = SSL3_VERSION; in test_large_app_data() 1614 prot = DTLS1_VERSION; in test_large_app_data() 1641 if (!TEST_true(create_ssl_ctx_pair(libctx, smeth, cmeth, prot, prot, in test_large_app_data() 1645 if (prot < TLS1_2_VERSION || prot == DTLS1_VERSION) { in test_large_app_data() 4234 for (prot = in; prot < in + inlen; prot += protlen) { in alpn_select_cb() 4235 protlen = *prot++; in alpn_select_cb() [all …]
|
/openssl/apps/ |
H A D | s_server.c | 62 static int sv_body(int s, int stype, int prot, unsigned char *context); 63 static int www_body(int s, int stype, int prot, unsigned char *context); 64 static int rev_body(int s, int stype, int prot, unsigned char *context); 2435 static int sv_body(int s, int stype, int prot, unsigned char *context) in sv_body() argument 2450 int isdtls = (stype == SOCK_DGRAM || prot == IPPROTO_SCTP); in sv_body() 2491 if (prot == IPPROTO_SCTP) in sv_body() 2532 if (prot != IPPROTO_SCTP) in sv_body() 3152 static int www_body(int s, int stype, int prot, unsigned char *context) in www_body() argument 3636 static int rev_body(int s, int stype, int prot, unsigned char *context) in rev_body() argument
|
/openssl/crypto/objects/ |
H A D | objects.txt | 933 !Cname prot-restrict
|
Completed in 58 milliseconds