Lines Matching refs:from
212 /* Allow CMS to be read from PKCS#7 headers */
366 /* Convert the pass phrase from EBCDIC */
375 * The 'iv' is used as the iv and as a salt. It is NOT taken from
444 /* Convert the pass phrase from EBCDIC */
481 * into a BIO from which one folded line is read at a time, and is then split
570 char *from;
572 from = *fromp;
577 v = OPENSSL_hexchar2int(*from);
582 from++;
586 *fromp = from;
799 * any encryption used on the contents, and the bulk of the data from the bio.
913 * Read in PEM-formatted data from the given BIO.