HomeSort by relevance Sort by last modified time
    Searched defs:app_data (Results 1 - 14 of 14) sorted by null

  /external/boringssl/src/include/openssl/
ec_key.h 248 void *app_data; member in struct:ecdsa_method_st
cipher.h 452 /* app_data is a pointer to opaque, user data. */
453 void *app_data; /* application stuff */ member in struct:evp_cipher_ctx_st
523 /* app_data is a pointer to opaque, user data. */
524 void *app_data; member in struct:evp_cipher_st
rsa.h 483 void *app_data; member in struct:rsa_meth_st
asn1t.h 628 void *app_data; member in struct:ASN1_EXTERN_FUNCS_st
638 void *app_data; member in struct:ASN1_PRIMITIVE_FUNCS_st
669 void *app_data; member in struct:ASN1_AUX_st
  /external/curl/lib/
nwlib.c 161 libdata_t *app_data; local
174 app_data = (libdata_t *) get_app_data(id);
176 if(!app_data) {
187 if(!(app_data = (libdata_t *) get_app_data(id))) {
188 app_data = malloc(sizeof(libdata_t));
190 if(app_data) {
191 memset(app_data, 0, sizeof(libdata_t));
193 app_data->tenbytes = malloc(10);
194 app_data->lock = NXMutexAlloc(0, 0, &liblock);
196 if(!app_data->tenbytes || !app_data->lock)
    [all...]
urldata.h 999 void *app_data; member in struct:connectdata
    [all...]
  /system/keymaster/
keymaster1_engine.cpp 366 keymaster_blob_t app_data = {nullptr, 0}; local
371 if (additional_params.GetTagValue(TAG_APPLICATION_DATA, &app_data))
372 app_data_ptr = &app_data;
391 method.app_data = nullptr;
416 method.app_data = nullptr;
soft_keymaster_context.cpp 869 keymaster_blob_t app_data = {nullptr, 0}; local
    [all...]
soft_keymaster_device.cpp 322 void AddClientAndAppData(const keymaster_blob_t* client_id, const keymaster_blob_t* app_data,
327 if (app_data)
328 request->additional_params.push_back(TAG_APPLICATION_DATA, *app_data);
352 keymaster_blob_t app_data = {nullptr, 0}; local
357 if (in_params.GetTagValue(TAG_APPLICATION_DATA, &app_data))
358 app_data_ptr = &app_data;
833 const keymaster_blob_t* client_id, const keymaster_blob_t* app_data,
843 return km1_dev->get_key_characteristics(km1_dev, key_blob, client_id, app_data,
849 AddClientAndAppData(client_id, app_data, &request);
    [all...]
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLEngineImplTest.java 750 ByteBuffer app_data = ByteBuffer.allocate(packetBufferSize); local
797 print(result = current_engine.wrap(app_data, buffer));
822 ByteBuffer.wrap(new byte[] { 0 }), app_data));
823 // The output in app_data will be produced only if it
907 ByteBuffer app_data = ByteBuffer.allocate(packetBufferSize); local
    [all...]
  /external/e2fsprogs/lib/ext2fs/
ext2_io.h 60 void *app_data; member in struct:struct_io_channel
  /external/boringssl/src/crypto/evp/
internal.h 227 void *app_data; member in struct:evp_pkey_ctx_st
  /external/libnfc-nci/src/hal/int/
nfc_brcm_defs.h 320 UINT8 app_data[NFC_HAL_HCI_CE_RF_A_MAX_HIST_DATA_LEN]; /* 15 bytes optional storage for historic data, use 2 slots */ member in struct:__anon15483
  /external/pdfium/core/src/fxcodec/lgif/
fx_gif.h 249 uint8_t* app_data; member in struct:tag_gif_decompress_struct
283 uint8_t* app_data; member in struct:tag_gif_compress_struct

Completed in 489 milliseconds