Searched refs:pCipherValue (Results 1 – 1 of 1) sorted by relevance
132 xmlNodePtr pCipherValue = pCipherData->children; in encrypt() local133 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 10 milliseconds