Searched refs:eicOpsCreateEcKey (Results 1 – 3 of 3) sorted by relevance
141 if (!eicOpsCreateEcKey(signingKeyPriv, signingKeyPub)) { in eicPresentationGenerateSigningKeyPair()178 if (!eicOpsCreateEcKey(ctx->ephemeralPrivateKey, ephemeralPublicKey)) { in eicPresentationCreateEphemeralKeyPair()
185 bool eicOpsCreateEcKey(uint8_t privateKey[EIC_P256_PRIV_KEY_SIZE],
211 bool eicOpsCreateEcKey(uint8_t privateKey[EIC_P256_PRIV_KEY_SIZE], in eicOpsCreateEcKey() function