Home
last modified time | relevance | path

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

/external/epid-sdk/epid/member/src/
Dresize.h43 EpidStatus ResizeOctStr(ConstOctStr a, size_t a_size, OctStr r, size_t r_size);
Dresize.c24 EpidStatus ResizeOctStr(ConstOctStr a, size_t a_size, OctStr r, size_t r_size) { in ResizeOctStr()
/external/epid-sdk/epid/common/math/src/
Decgroup-internal.h33 OctStr scratch_buffer;
Dfinitefield.c703 OctStr ff_elem_str, size_t strlen) { in WriteFfElement()
909 OctStr scratch_buffer = NULL; in FfExp()
940 scratch_buffer = (OctStr)SAFE_ALLOC(element_size); in FfExp()
968 OctStr scratch_buffer = NULL; in FfMultiExp()
1046 scratch_buffer = (OctStr)SAFE_ALLOC(scratch_buffer_size); in FfMultiExp()
1082 OctStr scratch_buffer = NULL; in FfMultiExpBn()
1152 scratch_buffer = (OctStr)SAFE_ALLOC(scratch_buffer_size); in FfMultiExpBn()
Dbignum.c142 EpidStatus WriteBigNum(BigNum const* bn, size_t strlen, OctStr bn_str) { in WriteBigNum()
149 sts = ippsGetOctString_BN((OctStr)bn_str, ipp_strlen, bn->ipp_bn); in WriteBigNum()
Dprintutils.c120 sts = ippsGetOctString_BN((OctStr)buf, ipp_word_buf_size * sizeof(Ipp32u), in PrintBigNum()
162 (OctStr)&ff_element_str, ipp_ff_element_size, in PrintFfElement()
Decgroup.c58 OctStr scratch_buffer = NULL; in NewEcGroup()
144 scratch_buffer = (OctStr)SAFE_ALLOC(scratch_size); in NewEcGroup()
409 EpidStatus WriteEcPoint(EcGroup* g, EcPoint const* p, OctStr p_str, in WriteEcPoint()
Dtatepairing.c201 sts = ippsGetOctString_BN((OctStr)&pairing_state_ctx->p, in NewEpid11PairingState()
Dpairing.c134 OctStr scratch_buffer = NULL; in NewPairingState()
240 scratch_buffer = (OctStr)SAFE_ALLOC(bufferSize); in NewPairingState()
/external/epid-sdk/epid/common/math/
Dbignum.h100 EpidStatus WriteBigNum(BigNum const* bn, size_t strlen, OctStr bn_str);
Decgroup.h165 EpidStatus WriteEcPoint(EcGroup* g, EcPoint const* p, OctStr p_str,
Dfinitefield.h225 OctStr ff_elem_str, size_t strlen);
/external/epid-sdk/epid/common/
Dtypes.h44 typedef void* OctStr; typedef