Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/utils/src/common/
Dcommon_crypto_asym.c298 uint8_t pubKeyExp[] = {0x01, 0x00, 0x01}; in CC_CommonRsaVerify() local
319 pRsaPubKey->e = BN_bin2bn(pubKeyExp, sizeof(pubKeyExp),NULL); in CC_CommonRsaVerify()
439 uint8_t pubKeyExp[] = {0x01, 0x00, 0x01}; in CC_CommonRsaEncrypt() local
460 pRsaPubKey->e = BN_bin2bn(pubKeyExp, sizeof(pubKeyExp),NULL); in CC_CommonRsaEncrypt()