Searched refs:encode (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-9.3-release/crypto/heimdal/lib/asn1/
H A Dcheck-common.h50 int (*encode)(unsigned char *, size_t, void *, size_t *),
H A Dcheck-common.c196 int (*encode)(unsigned char *, size_t, void *, size_t *),
231 current_state = "encode";
232 ret = (*encode) (buf + buf_sz - 1, buf_sz,
295 map_free(buf_map, tests[i].name, "encode");
369 map_free(buf_map, tests[i].name, "encode");
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dsecurity.h54 int (*encode)(void *, void*, int, int, void**); member in struct:sec_client_mech
65 int (*encode)(void *, void*, int, int, void**); member in struct:sec_server_mech
H A Dsecurity.c262 bytes = (*mech->encode)(app_data, from, length, data_prot, &buf);
389 len = (*mech->encode)(app_data, buf, strlen(buf), command_prot, &enc);
392 printf("Failed to encode command.\n");
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/msg/
H A Dpriv.h49 * For each coding scheme a quadrupel of check, print, encode and
72 uni_encode_f encode; member in struct:iedecl
81 uni_msg_encode_f encode; member in struct:msgdecl
H A Dprivmsg.c264 return ((uni_msgtable[in->mtype]->encode)(msg, &in->u, cx));
/freebsd-9.3-release/crypto/openssl/crypto/pem/
H A Dpem_seal.c94 EVP_EncodeInit(&ctx->encode);
104 /* base64 encode the keys */
136 EVP_EncodeUpdate(&ctx->encode, out, &j, buffer, j);
165 EVP_EncodeUpdate(&ctx->encode, out, &j, s, i);
168 EVP_EncodeFinal(&ctx->encode, out, &j);
H A Dpem.h144 EVP_ENCODE_CTX encode; member in struct:PEM_Encode_Seal_st
/freebsd-9.3-release/crypto/openssl/crypto/evp/
H A Dbio_b64.c89 int encode; member in struct:b64_struct
128 ctx->encode = 0;
163 if (ctx->encode != B64_DECODE) {
164 ctx->encode = B64_DECODE;
370 if (ctx->encode != B64_ENCODE) {
371 ctx->encode = B64_ENCODE;
486 ctx->encode = B64_NONE;
498 if ((ret == 0) && (ctx->encode != B64_NONE)
527 } else if (ctx->encode != B64_NONE && ctx->base64.num != 0) {
H A DMakefile21 LIBSRC= encode.c digest.c dig_eng.c evp_enc.c evp_key.c evp_acnf.c evp_cnf.c \
33 LIBOBJ= encode.o digest.o dig_eng.o evp_enc.o evp_key.o evp_acnf.o evp_cnf.o \
341 encode.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
342 encode.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
343 encode.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
344 encode.o: ../../include/openssl/evp.h ../../include/openssl/fips.h
345 encode.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
346 encode.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
347 encode.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
348 encode
[all...]
/freebsd-9.3-release/usr.bin/uuencode/
H A Duuencode.c63 void encode(void);
129 encode();
172 encode(void) function
/freebsd-9.3-release/contrib/ntp/util/
H A Dtg.c228 void digit(int); /* encode digit */
242 int encode = WWV; /* encoder select */ variable
287 encode = IRIG;
341 printf("port %d gain %d rate %d chan %d prec %d encode %d\n",
368 switch (encode) {
433 if (encode == WWV) {
441 if (encode == IRIG) {
452 switch(encode) {
H A Dtg2.c496 void digit(int); /* encode digit */
517 int encode = IRIG; /* encoder select */ variable
921 encode = IRIG;
928 encode = IRIG;
935 encode = IRIG;
942 encode = IRIG;
952 encode = IRIG;
962 encode = WWV;
1044 printf("\nport %d gain %d rate %d chan %d prec %d encode %d\n",
1090 switch (encode) {
[all...]
/freebsd-9.3-release/contrib/gdb/include/
H A Dxtensa-isa-internal.h59 xtensa_immed_encode_fn encode; /* Encode the operand value. */ member in struct:xtensa_operand_internal_struct
/freebsd-9.3-release/crypto/openssl/test/
H A Dcms-examples.pl80 [ "3.2.bin" => "encode, dataout" ],
81 [ "4.1.bin" => "encode, verifyder, cont, dss" ],
82 [ "4.2.bin" => "encode, verifyder, cont, rsa" ],
83 [ "4.3.bin" => "encode, verifyder, cont_extern, dss" ],
84 [ "4.4.bin" => "encode, verifyder, cont, dss" ],
86 [ "4.6.bin" => "encode, verifyder, cont, dss" ],
87 [ "4.7.bin" => "encode, verifyder, cont, dss" ],
90 [ "4.10.bin" => "encode, verifyder, cont, dss" ],
91 [ "4.11.bin" => "encode, certsout" ],
92 [ "5.1.bin" => "encode, envelopede
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/generic/
H A Dloc_29.c289 goto encode;
342 goto encode;
393 goto encode;
436 encode:
/freebsd-9.3-release/contrib/gcc/
H A Dreal.h119 void (*encode) (const struct real_format *, long *, member in struct:real_format
/freebsd-9.3-release/contrib/tcpdump/
H A Disakmp.h260 u_int8_t encode; /* Cert Encoding */ member in struct:ikev1_pl_cert
H A Dprint-isakmp.c1057 ND_PRINT((ndo," type=%s", STR_OR_ID((cert.encode), certstr)));
1089 ND_PRINT((ndo," type=%s", STR_OR_ID((cert.encode), certstr)));
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dsecurity.c262 bytes = (*mech->encode)(app_data, from, length, data_prot, &buf);
389 len = (*mech->encode)(app_data, buf, strlen(buf), command_prot, &enc);
392 printf("Failed to encode command.\n");
/freebsd-9.3-release/contrib/ntp/sntp/unity/auto/
H A Dgenerate_test_runner.rb60 source = source.force_encoding("ISO-8859-1").encode("utf-8", :replace => nil) if ($QUICK_RUBY_VERSION > 10900)
/freebsd-9.3-release/kerberos5/lib/libasn1/
H A DMakefile449 --encode-rfc1510-bit-string \
/freebsd-9.3-release/sys/dev/drm2/i915/
H A Dintel_sdvo.c828 struct intel_sdvo_encode encode; local
830 CTASSERT(sizeof(encode) == 2);
833 &encode, sizeof(encode));
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DStmtPrinter.cpp1880 OS << "@encode(";
/freebsd-9.3-release/secure/lib/libcrypto/
H A DMakefile170 e_null.c e_old.c e_rc2.c e_rc4.c e_rc5.c e_xcbc_d.c encode.c \

Completed in 320 milliseconds

12