Searched refs:gN (Results 1 – 1 of 1) sorted by relevance
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/common/ |
D | common_rsa_keypair_util.c | 32 uint8_t gN[SB_CERT_RSA_KEY_SIZE_IN_BYTES +1] = {0}; variable 81 BN_bn2bin(rsa_pkey->n, (uint8_t *)gN); in CC_CommonGetNbuffFromKeyPair() 82 UTIL_LOG_BYTE_BUFF("gN", gN, SB_CERT_RSA_KEY_SIZE_IN_BYTES); in CC_CommonGetNbuffFromKeyPair() 85 memcpy(pNbuff, gN, SB_CERT_RSA_KEY_SIZE_IN_BYTES); in CC_CommonGetNbuffFromKeyPair() 150 BN_bn2bin(rsa_pkey->n, (uint8_t *)gN); in CC_CommonGetNAndNpFromKeyPair() 159 memcpy(pNandNpBuff->pNBuff, gN, SB_CERT_RSA_KEY_SIZE_IN_BYTES); in CC_CommonGetNAndNpFromKeyPair() 162 UTIL_LOG_BYTE_BUFF("gN", gN, SB_CERT_RSA_KEY_SIZE_IN_BYTES); in CC_CommonGetNAndNpFromKeyPair() 214 BN_bn2bin(rsa_pkey->n, (uint8_t *)gN); in CC_CommonGetNAndNpFromPubKey() 223 memcpy(pNandNpBuff->pNBuff, gN, SB_CERT_RSA_KEY_SIZE_IN_BYTES); in CC_CommonGetNAndNpFromPubKey() 226 UTIL_LOG_BYTE_BUFF("gN", gN, SB_CERT_RSA_KEY_SIZE_IN_BYTES); in CC_CommonGetNAndNpFromPubKey() [all …]
|