summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorYoungrak Lee <youngrak@codeaurora.org>2017-12-03 10:50:37 -0800
committerNiranjan Pendharkar <npendhar@codeaurora.org>2017-12-06 10:52:35 -0800
commite6f16f2ae4387a4cc098f41615bddb95b25d3bed (patch)
tree09f39b2fcfe9588b5b1c4370185460706244f4a5 /include
parentd5ee11ddc92796509d4c01b4f8855118d0395d09 (diff)
downloadandroid_hardware_ril-e6f16f2ae4387a4cc098f41615bddb95b25d3bed.tar.gz
android_hardware_ril-e6f16f2ae4387a4cc098f41615bddb95b25d3bed.tar.bz2
android_hardware_ril-e6f16f2ae4387a4cc098f41615bddb95b25d3bed.zip
Add carrierKeyLength parameter in RIL_CarrierInfoForImsiEncryption structure
Bug: 69477444 CRs-Fixed: 2145759 Test: Manual Change-Id: I10b4ebee981b8b74be75aa2237294db64bdfc5de
Diffstat (limited to 'include')
-rw-r--r--include/telephony/ril.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/telephony/ril.h b/include/telephony/ril.h
index 1c29fd3..3d40b8f 100644
--- a/include/telephony/ril.h
+++ b/include/telephony/ril.h
@@ -757,6 +757,7 @@ typedef struct {
uint8_t * carrierKey; /* Public Key from the Carrier used to encrypt the
* IMSI/IMPI.
*/
+ int32_t carrierKeyLength; /* Length of the Public Key. */
char * keyIdentifier; /* The keyIdentifier Attribute value pair that helps
* a server locate the private key to decrypt the
* permanent identity.