Searched refs:PKA_REG_Y (Results 1 – 2 of 2) sorted by relevance
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/ec_wrst/ |
D | ec_wrst.c | 83 PkaCopyDataIntoPkaReg(PKA_REG_Y/*dstReg*/, 1, pPublKey->y, modSizeInWords); in EcWrstInitPubKey() 84 PKA_MOD_MUL(LEN_ID_N_BITS, PKA_REG_T, PKA_REG_Y, PKA_REG_Y); in EcWrstInitPubKey() 106 PKA_READ_WORD_FROM_REG(w, 0, PKA_REG_Y); in EcWrstInitPubKey() 108 PKA_SUB(LEN_ID_N_PKA_REG_BITS, PKA_REG_Y, PKA_REG_N, PKA_REG_Y); in EcWrstInitPubKey() 112 PkaCopyDataFromPkaReg(pPublKey->y/*dst*/, modSizeInWords, PKA_REG_Y/*src reg*/); in EcWrstInitPubKey()
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/common/ |
D | pka_point_compress_regs_def.h | 11 #define PKA_REG_Y 3 macro 17 #define PKA_REG_Y1 PKA_REG_Y //zQ
|