Home | History | Annotate | Download | only in tls

Lines Matching refs:first_idx

83     first_idx = pem_string.find(b"-----\n") + 6
84 if pem_string.find(b"-----BEGIN", first_idx) != -1:
87 base64_string = pem_string[first_idx:last_idx]