Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Drsa_asy_key_generator_openssl.c340 static HcfResult CopyStrFromBIO(BIO *bio, char **returnString) in CopyStrFromBIO() function
475 if (CopyStrFromBIO(bio, returnString) != HCF_SUCCESS) { in GetPubKeyPkcs1Pem()
499 if (CopyStrFromBIO(bio, returnString) != HCF_SUCCESS) { in GetPubKeyX509Pem()
600 if (CopyStrFromBIO(bio, returnString) != HCF_SUCCESS) { in GetPrikeyPkcs8Pem()
624 if (CopyStrFromBIO(bio, returnString) != HCF_SUCCESS) { in GetPrikeyPkcs1Pem()