Searched refs:ptp (Results 1 – 2 of 2) sorted by relevance
/system/keymaster/key_blob_utils/ |
D | ocb.c | 948 const block* ptp = (block*)pt; in ae_encrypt() local 975 ta[0] = xor_block(oa[0], ptp[0]); in ae_encrypt() 976 checksum = xor_block(checksum, ptp[0]); in ae_encrypt() 978 ta[1] = xor_block(oa[1], ptp[1]); in ae_encrypt() 979 checksum = xor_block(checksum, ptp[1]); in ae_encrypt() 981 ta[2] = xor_block(oa[2], ptp[2]); in ae_encrypt() 982 checksum = xor_block(checksum, ptp[2]); in ae_encrypt() 985 ta[3] = xor_block(oa[3], ptp[3]); in ae_encrypt() 986 checksum = xor_block(checksum, ptp[3]); in ae_encrypt() 989 ta[3] = xor_block(oa[3], ptp[3]); in ae_encrypt() [all …]
|
/system/core/rootdir/ |
D | init.usb.configfs.rc | 42 on property:sys.usb.config=ptp && property:sys.usb.configfs=1 43 write /config/usb_gadget/g1/configs/b.1/strings/0x409/configuration "ptp" 44 symlink /config/usb_gadget/g1/functions/ptp.gs1 /config/usb_gadget/g1/configs/b.1/f1 48 on property:sys.usb.config=ptp,adb && property:sys.usb.configfs=1 51 on property:sys.usb.ffs.ready=1 && property:sys.usb.config=ptp,adb && property:sys.usb.configfs=1 53 symlink /config/usb_gadget/g1/functions/ptp.gs1 /config/usb_gadget/g1/configs/b.1/f1
|