Lines Matching defs:from

35  *    endorse or promote products derived from this software without
39 * 5. Products derived from this software may not be called "OpenSSL"
153 * invalid handle returned from the search operation.
296 static int pk11_digest_copy(EVP_MD_CTX *to, const EVP_MD_CTX *from);
1126 * from ENGINE_finish(). However, if there is still at least one
1178 /* get the C_GetFunctionList function from the loaded library */
1186 /* get the full function list from the loaded library */
1437 /* Free all BIGNUM structures from PK11_SESSION. */
1487 * The returned PK11_SESSION structure is disconnected from the freelist.
1528 * structure from the freelist.
1557 * PK11_SESSION objects aside from the first session (sp) which
1609 * It is an inherited session from our parent so it needs
1657 * If this is a session from the parent it will be taken care of and
1719 * Destroy session structures from the linked list specified. Free as many
1884 /* Destroy RSA public key from single session. */
1901 /* Destroy RSA private key from single session. */
1967 /* Destroy DSA public key from single session. */
1987 /* Destroy DSA private key from single session. */
2056 /* Destroy DH key from single session. */
2767 pk11_digest_copy(EVP_MD_CTX *to, const EVP_MD_CTX *from)
2775 if (from->md_data == NULL || to->digest->ctx_size == 0) {
2779 /* The copy-from state */
2780 state = (PK11_CIPHER_STATE *) from->md_data;
2791 /* Get the size of the operation state of the copy-from session */
2809 /* Get the operation state of the copy-from session */
2952 * mechanisms from RSA, DSA, DH and RAND are present, and also two arrays of