Searched defs:ad (Results 1 – 2 of 2) sorted by relevance
/system/hwservicemanager/ |
D | AccessControl.cpp | 102 struct audit_data ad; in checkPermission() local 131 struct audit_data *ad = (struct audit_data *)data; in auditCallback() local
|
/system/keymaster/key_blob_utils/ |
D | ocb.c | 802 static void process_ad(ae_ctx* ctx, const void* ad, int ad_len, int final) { in process_ad() 938 int ae_encrypt(ae_ctx* ctx, const void* nonce, const void* pt, int pt_len, const void* ad, in ae_encrypt() 1155 int ae_decrypt(ae_ctx* ctx, const void* nonce, const void* ct, int ct_len, const void* ad, in ae_decrypt()
|