HomeSort by relevance Sort by last modified time
    Searched full:encode (Results 501 - 525 of 1967) sorted by null

<<21222324252627282930>>

  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
X509CRLObject.java 233 throw new IllegalStateException("can't encode issuer DN");
368 new String(Hex.encode(sig, 0, 20))).append(nl);
374 new String(Hex.encode(sig, i, 20))).append(nl);
379 new String(Hex.encode(sig, i, sig.length - i))).append(nl);
  /external/bouncycastle/src/main/java/org/bouncycastle/util/io/pem/
PemWriter.java 102 bytes = Base64.encode(bytes);
  /external/chromium/chrome/browser/custom_handlers/
protocol_handler_registry.h 75 Value* Encode();
  /external/chromium/sdch/open-vcdiff/src/
encodetable.h 88 // Encode an ADD opcode with the "size" bytes starting at data
91 // Encode a COPY opcode with args "offset" (into dictionary) and "size" bytes.
94 // Encode a RUN opcode for "size" copies of the value "byte".
133 // Determines the best opcode to encode an instruction, and appends
  /external/chromium/sdch/open-vcdiff/src/google/
vcencoder.h 182 // This convention differs from the non-streaming Encode/Decode
258 // can be used before calling Encode(), to specify that interleaved format
264 // calling Encode(), to specify whether or not target matching should be
273 bool Encode(const char* target_data,
  /external/chromium/third_party/libjingle/source/talk/base/
base64.h 60 static inline std::string Encode(const std::string& data) {
  /external/chromium/third_party/libjingle/source/talk/xmpp/
saslmechanism.cc 57 return Base64::Encode(plain);
  /external/dropbear/libtomcrypt/src/pk/asn1/der/bit/
der_decode_bit_string.c 15 ASN.1 DER, encode a BIT STRING, Tom St Denis
der_encode_bit_string.c 15 ASN.1 DER, encode a BIT STRING, Tom St Denis
  /external/dropbear/libtomcrypt/src/pk/asn1/der/ia5/
der_decode_ia5_string.c 15 ASN.1 DER, encode a IA5 STRING, Tom St Denis
  /external/dropbear/libtomcrypt/src/pk/asn1/der/printable_string/
der_decode_printable_string.c 15 ASN.1 DER, encode a printable STRING, Tom St Denis
  /external/dropbear/libtomcrypt/src/pk/asn1/der/utf8/
der_decode_utf8_string.c 15 ASN.1 DER, encode a UTF8 STRING, Tom St Denis
der_length_utf8_string.c 40 @param noctets The number of octets in the string to encode
  /external/e2fsprogs/lib/et/test_cases/
heimdal2.et 20 ec KADM_NO_AUTH, "Cannot encode/decode authentication info"
  /external/icu4c/tools/genrb/
rle.c 60 * Encode a run, possibly a degenerate run (of < 4 values).
102 * Encode a run, possibly a degenerate run (of < 4 values).
140 * Since an encoded run occupies 3 characters, we only encode runs of 4 or
186 * Since an encoded run occupies 3 bytes, we only encode runs of 4 or
  /external/kernel-headers/original/asm-x86/
pgtable-2level.h 79 /* Encode and de-code a swap entry */
  /external/kernel-headers/original/linux/sunrpc/
msg_prot.h 84 * fragment data. The bytes encode an unsigned binary number; as with
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 248 // Encode the immediate and shift the opcode into place.
272 // These values don't encode the low two bits since they're always zero.
312 // The value doesn't encode the low bit (always zero) and is offset by
329 // The value doesn't encode the low two bits (always zero) and is offset by
347 // Offset by 4, and don't encode the low two bits. Two bytes of that
352 // Offset by 4 and don't encode the lower bit, which is always 0.
357 // Offset by 4 and don't encode the lower bit, which is always 0.
360 // Offset by 4 and don't encode the lower bit, which is always 0.
374 // These values don't encode the low two bits since they're always zero.
  /external/llvm/lib/Target/PowerPC/
PPCCodeEmitter.cpp 148 // If in PIC mode, we need to encode the negated address of the
215 // Encode (imm, reg) as a memri, which has the low 16-bits as the
231 // Encode (imm, reg) as a memrix, which has the low 14-bits as the
257 "Relocation required in an instruction that we cannot encode!");
  /external/nist-sip/java/gov/nist/javax/sip/header/
MaxForwards.java 83 * Encode into a string.
Priority.java 76 * Encode into canonical form.
RSeq.java 59 /** Encode the body of this header (the stuff that follows headerName).
SIPETag.java 64 * Encode into canonical form.
SIPIfMatch.java 63 * Encode into canonical form.
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PUserDatabase.java 82 retval.append(SEMICOLON + this.parameters.encode());

Completed in 1681 milliseconds

<<21222324252627282930>>