Searched refs:Point (Results 1 – 7 of 7) sorted by relevance
/system/bt/stack/smp/ |
D | p_256_ecc_pp.c | 33 static void p_256_init_point(Point *q) in p_256_init_point() 35 memset(q, 0, sizeof(Point)); in p_256_init_point() 38 static void p_256_copy_point(Point *q, Point *p) in p_256_copy_point() 40 memcpy(q, p, sizeof(Point)); in p_256_copy_point() 44 static void ECC_Double(Point *q, Point *p, uint32_t keyLength) in ECC_Double() 91 static void ECC_Add(Point *r, Point *p, Point *q, uint32_t keyLength) in ECC_Add() 201 void ECC_PointMult_Bin_NAF(Point *q, Point *p, DWORD *n, uint32_t keyLength) in ECC_PointMult_Bin_NAF() 206 Point minus_p; in ECC_PointMult_Bin_NAF() 207 Point r; in ECC_PointMult_Bin_NAF()
|
D | p_256_ecc_pp.h | 35 } Point; typedef 52 Point G; 59 void ECC_PointMult_Bin_NAF(Point *q, Point *p, DWORD *n, uint32_t keyLength);
|
D | smp_keys.c | 1072 Point public_key; in smp_process_private_key() 1106 Point peer_publ_key, new_publ_key; in smp_compute_dhkey()
|
/system/sepolicy/ |
D | ppp.te | 1 # Point to Point Protocol daemon
|
/system/core/libpixelflinger/ |
D | trap.cpp | 133 #pragma mark Point
|
/system/tpm/trunks/generator/ |
D | raw_commands.txt | 9611 For TPM_ALG_ECMQV or TPM_ALG_SM2 outZ1 will be Z and outZ2 will be an Empty Point. 9614 An Empty Point has two Empty Buffers as coordinates meaning the minimum size value for outZ2 9618 MQV (including SM2), outZ1 will contain the computed value and outZ2 will be an Empty Point. 9624 Point.
|
D | raw_commands_fixed.txt | 9622 For TPM_ALG_ECMQV or TPM_ALG_SM2 outZ1 will be Z and outZ2 will be an Empty Point. 9625 An Empty Point has two Empty Buffers as coordinates meaning the minimum size value for outZ2 9629 MQV (including SM2), outZ1 will contain the computed value and outZ2 will be an Empty Point. 9635 Point.
|