Home
last modified time | relevance | path

Searched defs:rsaKey (Results 1 – 1 of 1) sorted by relevance

/third_party/openhitls/crypto/codecskey/src/
Dcrypt_decode_rsa.c28 static int32_t ProcRsaPubKey(const BSL_ASN1_Buffer *asn1, CRYPT_RSA_Ctx *rsaKey) in ProcRsaPubKey()
40 static int32_t ProcRsaPrivKey(const BSL_ASN1_Buffer *asn1, CRYPT_RSA_Ctx *rsaKey) in ProcRsaPrivKey()
65 static int32_t ProcRsaKeyPair(uint8_t *buff, uint32_t buffLen, CRYPT_RSA_Ctx *rsaKey) in ProcRsaKeyPair()