Searched refs:carrierKey (Results 1 – 7 of 7) sorted by relevance
/aosp12/hardware/interfaces/radio/1.1/vts/functional/ |
H A D | radio_hidl_hal_api.cpp | 177 imsiInfo.carrierKey = (std::vector<uint8_t>){1, 2, 3, 4, 5, 6}; in TEST_P()
|
/aosp12/hardware/interfaces/radio/1.1/ |
H A D | types.hal | 203 vec<uint8_t> carrierKey; // Carrier specific key to be used for encryption. It must
|
/aosp12/hardware/ril/include/telephony/ |
H A D | ril.h | 758 uint8_t * carrierKey; /* Public Key from the Carrier used to encrypt the member
|
/aosp12/hardware/ril/reference-ril/ |
H A D | ril.h | 758 uint8_t * carrierKey; /* Public Key from the Carrier used to encrypt the member
|
/aosp12/hardware/interfaces/radio/1.6/vts/functional/ |
H A D | radio_hidl_hal_api.cpp | 834 imsiInfo.base.carrierKey = (std::vector<uint8_t>){1, 2, 3, 4, 5, 6}; in TEST_P()
|
/aosp12/hardware/ril/libril/ |
H A D | ril_service.cpp | 2818 imsiEncryption.carrierKeyLength = data.carrierKey.size(); in setCarrierInfoForImsiEncryption() 2819 imsiEncryption.carrierKey = new uint8_t[imsiEncryption.carrierKeyLength]; in setCarrierInfoForImsiEncryption() 2820 memcpy(imsiEncryption.carrierKey, data.carrierKey.data(), imsiEncryption.carrierKeyLength); in setCarrierInfoForImsiEncryption() 2824 delete(imsiEncryption.carrierKey); in setCarrierInfoForImsiEncryption()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | RIL.java | 5513 halImsiInfo.base.carrierKey.add(new Byte(b)); in setCarrierInfoForImsiEncryption() 5541 halImsiInfo.carrierKey.add(new Byte(b)); in setCarrierInfoForImsiEncryption()
|