Home
last modified time | relevance | path

Searched refs:cryptLeftShiftOneBitParam (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_tool.c494 SMP_CryptLeftShiftOneBitParam cryptLeftShiftOneBitParam; in SMP_CryptographicAesCmacStep1() local
497 cryptLeftShiftOneBitParam.input = param->input; in SMP_CryptographicAesCmacStep1()
498 cryptLeftShiftOneBitParam.output = param->output1; in SMP_CryptographicAesCmacStep1()
499 SMP_CryptographicLeftShiftOneBit(&cryptLeftShiftOneBitParam); in SMP_CryptographicAesCmacStep1()
501 cryptLeftShiftOneBitParam.input = param->input; in SMP_CryptographicAesCmacStep1()
502 cryptLeftShiftOneBitParam.output = tmp; in SMP_CryptographicAesCmacStep1()
503 SMP_CryptographicLeftShiftOneBit(&cryptLeftShiftOneBitParam); in SMP_CryptographicAesCmacStep1()
509 cryptLeftShiftOneBitParam.input = param->output1; in SMP_CryptographicAesCmacStep1()
510 cryptLeftShiftOneBitParam.output = param->output2; in SMP_CryptographicAesCmacStep1()
513 cryptLeftShiftOneBitParam.input = param->output1; in SMP_CryptographicAesCmacStep1()
[all …]