BPXYOCRT — Map the OE certificate support structure

AMODE 31 callers use BPXYOCRT — Map the OE certificate support structure.

                                                      
            SYSSTATE AMODE64=YES                                                
            BPXYOCRT   ,                                                        
** BPXYOCRT: OE Certificate support structure                                   
**  Used By: TLS                                                                
OCRT       DSECT ,                                                              
OCRTTYPE   DS    F      type of certificate attached                            
OCRTUSERID DS    CL9    MVS userid, null terminated, input/output               
           DS    CL3    reserved                                                
OCRTCLEN   DS    F      length of certificate associated with type              
OCRTCPTR   DS    A      31-Bit ptr to the actual certifcate                     
OCRTCERTPTR64 DS    D      64-Bit ptr to the actual certifcate                  
OCRT_LEN   EQU   *-OCRT                                                         
OCRT_X509  EQU   1      Certificate type X509                                   
** BPXYOCRT End