Searched refs:cont (Results 1 - 25 of 179) sorted by relevance

12345678

/netbsd-current/crypto/external/bsd/openssl/dist/providers/common/der/
H A Dder_ec_key.c14 int ossl_DER_w_algorithmIdentifier_EC(WPACKET *pkt, int cont, EC_KEY *ec) argument
16 return ossl_DER_w_begin_sequence(pkt, cont)
20 && ossl_DER_w_end_sequence(pkt, cont);
H A Dder_ecx_key.c14 int ossl_DER_w_algorithmIdentifier_X25519(WPACKET *pkt, int cont, ECX_KEY *ec) argument
16 return ossl_DER_w_begin_sequence(pkt, cont)
20 && ossl_DER_w_end_sequence(pkt, cont);
23 int ossl_DER_w_algorithmIdentifier_X448(WPACKET *pkt, int cont, ECX_KEY *ec) argument
25 return ossl_DER_w_begin_sequence(pkt, cont)
29 && ossl_DER_w_end_sequence(pkt, cont);
32 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec) argument
34 return ossl_DER_w_begin_sequence(pkt, cont)
38 && ossl_DER_w_end_sequence(pkt, cont);
41 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KE argument
[all...]
H A Dder_sm2_key.c15 int ossl_DER_w_algorithmIdentifier_SM2(WPACKET *pkt, int cont, EC_KEY *ec) argument
17 return ossl_DER_w_begin_sequence(pkt, cont)
22 && ossl_DER_w_end_sequence(pkt, cont);
H A Dder_sm2_sig.c23 int ossl_DER_w_algorithmIdentifier_SM2_with_MD(WPACKET *pkt, int cont, argument
35 return ossl_DER_w_begin_sequence(pkt, cont)
38 && ossl_DER_w_end_sequence(pkt, cont);
H A Dder_ec_sig.c27 int ossl_DER_w_algorithmIdentifier_ECDSA_with_MD(WPACKET *pkt, int cont, argument
47 return ossl_DER_w_begin_sequence(pkt, cont)
50 && ossl_DER_w_end_sequence(pkt, cont);
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Ddemanguse.c36 const char *cont = ""; local
45 fprintf (stream, "%.1s\n", cont);
47 cont = "";
49 col += fprintf (stream, "%s\"%s\"", cont, info->demangling_style_name);
50 cont = ", ";
/netbsd-current/crypto/external/bsd/openssl/lib/libdefault/prov/
H A Dder_ecx.h47 int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec);
48 int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec);
49 int ossl_DER_w_algorithmIdentifier_X25519(WPACKET *pkt, int cont, ECX_KEY *ec);
50 int ossl_DER_w_algorithmIdentifier_X448(WPACKET *pkt, int cont, ECX_KEY *ec);
H A Dder_sm2.h34 int ossl_DER_w_algorithmIdentifier_SM2(WPACKET *pkt, int cont, EC_KEY *ec);
36 int ossl_DER_w_algorithmIdentifier_SM2_with_MD(WPACKET *pkt, int cont,
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-continueevent.c50 if (evregpy_no_listeners_p (gdb_py_events.cont))
55 return evpy_emit_event (event.get (), gdb_py_events.cont);
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-continueevent.c50 if (evregpy_no_listeners_p (gdb_py_events.cont))
55 return evpy_emit_event (event.get (), gdb_py_events.cont);
/netbsd-current/sys/arch/ia64/stand/common/
H A Dstrspn.c60 cont:
64 goto cont;
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/d30v/
H A Dreloc.s9 bra cont
12 cont: jmp cont2 label
18 bsrtnz.s r1,cont
19 bsrtnz r1,cont
20 bratnz.s r1,cont
21 bratnz r1,cont
22 jmptnz.s r1,cont
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dx_long.c24 static int long_i2c(const ASN1_VALUE **pval, unsigned char *cont, int *putype,
26 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len,
85 static int long_i2c(const ASN1_VALUE **pval, unsigned char *cont, int *putype, argument
117 if (cont != NULL) {
119 *cont++ = (unsigned char)sign;
121 cont[i] = (unsigned char)(utmp ^ sign);
128 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, argument
141 switch (cont[0]) {
143 cont++;
148 cont
[all...]
H A Dx_bignum.c28 static int bn_i2c(const ASN1_VALUE **pval, unsigned char *cont, int *putype,
30 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len,
32 static int bn_secure_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len,
94 static int bn_i2c(const ASN1_VALUE **pval, unsigned char *cont, int *putype, argument
107 if (cont) {
109 *cont++ = 0;
110 BN_bn2bin(bn, cont);
115 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, argument
123 if (!BN_bin2bn(cont, len, bn)) {
130 static int bn_secure_c2i(ASN1_VALUE **pval, const unsigned char *cont, in argument
[all...]
/netbsd-current/tests/usr.bin/gdb/
H A Dt_regress.sh42 cont
43 cont
44 cont
45 cont
46 cont
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Dx_long.c28 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype,
30 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len,
89 static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype,
121 if (cont != NULL) {
123 *cont++ = (unsigned char)sign;
125 cont[i] = (unsigned char)(utmp ^ sign);
132 static int long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len,
145 switch (cont[0]) {
147 cont++;
152 cont
[all...]
H A Dx_bignum.c28 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype,
30 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len,
32 static int bn_secure_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len,
94 static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, argument
107 if (cont) {
109 *cont++ = 0;
110 BN_bn2bin(bn, cont);
115 static int bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, argument
123 if (!BN_bin2bn(cont, len, bn)) {
130 static int bn_secure_c2i(ASN1_VALUE **pval, const unsigned char *cont, in argument
[all...]
/netbsd-current/games/hangman/
H A Dgetword.c67 goto cont;
69 cont: ;
/netbsd-current/external/bsd/libpcap/dist/missing/
H A Dstrtok_r.c55 cont:
59 goto cont;
/netbsd-current/lib/libc/string/
H A Dstrtok_r.c67 cont:
71 goto cont;
H A Dwcstok.c70 cont:
74 goto cont;
/netbsd-current/sys/arch/hpc/stand/libsa/
H A Dstrtok.cpp54 cont:
58 goto cont;
/netbsd-current/crypto/external/bsd/libsaslc/dist/src/
H A Dmech_anonymous.c82 .cont = saslc__mech_anonymous_cont,
H A Dmech_external.c78 .cont = saslc__mech_external_cont,
/netbsd-current/games/phantasia/
H A Dmap.c16 cont(-1400, 1000);
17 cont(600, 1000);
18 cont(600, -1000);
19 cont(-1400, -1000);

Completed in 196 milliseconds

12345678