Home
last modified time | relevance | path

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

/aoo42x/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dxmlencryption_mscryptimpl.cxx132 xmlNodePtr pCipherValue = pCipherData->children; in encrypt() local
133 while (pCipherValue != NULL && stricmp((const char *)(pCipherValue->name), "CipherValue")) in encrypt()
135 pCipherValue = pCipherValue->next; in encrypt()
138 if( pCipherValue == NULL ) { in encrypt()
142 pContent = pCipherValue->children; in encrypt()

Completed in 7 milliseconds