Home
last modified time | relevance | path

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

/openbmc/phosphor-certificate-manager/
H A Dcerts_manager.cpp68 constexpr int supportedKeyBitLength = 2048; variable
1014 writePrivateKey(generateRSAKeyPair(supportedKeyBitLength), in createRSAPrivateKeyFile()
1026 if (keyBitLength != supportedKeyBitLength) in getRSAKeyPair()
1032 supportedKeyBitLength); in getRSAKeyPair()