Searched defs:ENC (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/crypto/ae_xfm/
H A Dxfm.c89 status = hmac_compute(&hmac_ctx, "ENC", 3, ENC_KEY_LEN, enc_key);
166 status = hmac_compute(&hmac_ctx, "ENC", 3, ENC_KEY_LEN, enc_key);
213 #define ENC 1 macro
247 printf("ENC using key %s\n", octet_string_hex_string(key, KEY_LEN));
253 status = hmac_compute(&hmac_ctx, "ENC", 3, ENC_KEY_LEN, enc_key);
280 #if ENC
366 status = hmac_compute(&hmac_ctx, "ENC", 3, ENC_KEY_LEN, enc_key);
445 #if ENC
503 printf("NULL ENC using key %s\n", octet_string_hex_string(key, KEY_LEN));
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/
H A DSoapEnvelope.java47 public static final String ENC = "http://schemas.xmlsoap.org/soap/encoding/"; field in class:SoapEnvelope
126 enc = SoapEnvelope.ENC;
/external/srtp/crypto/ae_xfm/
H A Dxfm.c54 status = hmac_compute(&hmac_ctx, "ENC", 3, ENC_KEY_LEN, enc_key);
131 status = hmac_compute(&hmac_ctx, "ENC", 3, ENC_KEY_LEN, enc_key);
178 #define ENC 1 macro
213 printf("ENC using key %s\n", octet_string_hex_string(key, KEY_LEN));
219 status = hmac_compute(&hmac_ctx, "ENC", 3, ENC_KEY_LEN, enc_key);
246 #if ENC
332 status = hmac_compute(&hmac_ctx, "ENC", 3, ENC_KEY_LEN, enc_key);
411 #if ENC
469 printf("NULL ENC using key %s\n", octet_string_hex_string(key, KEY_LEN));
/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h911 #define ENC(db) ((db)->aDb[0].pSchema->enc) macro
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9256 #define ENC(db) ((db)->aDb[0].pSchema->enc) macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10547 #define ENC(db) ((db)->aDb[0].pSchema->enc) macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10547 #define ENC(db) ((db)->aDb[0].pSchema->enc) macro
[all...]

Completed in 7019 milliseconds