Home
last modified time | relevance | path

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

/dports/security/cryptlib/cryptlib-3.4.3/cert/
H A Dcert.h384 } SELECTION_INFO; typedef
387 memset( &( certInfoPtr )->currentSelection, 0, sizeof( SELECTION_INFO ) ); \
399 SELECTION_INFO savedSelectionInfo; /* Current DN/GN selection info */
809 SELECTION_INFO currentSelection;
H A Dcomp_curs.c121 const SELECTION_INFO *currentSelection = &certInfoPtr->currentSelection; in sanityCheckSelectionInfo()
201 static void resetDNselection( INOUT SELECTION_INFO *selectionInfoPtr ) in resetDNselection()
203 assert( isWritePtr( selectionInfoPtr, sizeof( SELECTION_INFO ) ) ); in resetDNselection()
216 SELECTION_INFO *currentSelection = &certInfoPtr->currentSelection; in syncSelection()
947 static int setAttributeCursorDN( INOUT SELECTION_INFO *currentSelection, in setAttributeCursorDN()
955 assert( isWritePtr( currentSelection, sizeof( SELECTION_INFO ) ) ); in setAttributeCursorDN()
H A Dcomp_get.c364 const SELECTION_INFO *currentSelection = \ in getCertComponent()