| 304 | } |
| 305 | |
| 306 | bool CCryptoKeyBase::SetRawDataWithoutWipingInput( const void *pData, size_t cbData ) |
| 307 | { |
| 308 | Wipe(); |
| 309 | return SetRawData( pData, cbData ); // Call type-specific function |
| 310 | } |
| 311 | |
| 312 | bool CCryptoKeyBase::SetFromHexEncodedString( const char *pchEncodedKey ) |
| 313 | { |
no outgoing calls
no test coverage detected