HomeSort by: relevance | last modified time | path
    Searched defs:tmpmem (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/pkcs7/
pk7_smime.c 474 BIO *tmpmem; local
495 if ((tmpmem = PKCS7_dataDecode(p7, pkey, NULL, cert)) == NULL) {
505 BIO_free_all(tmpmem);
508 if ((bread = BIO_push(tmpbuf, tmpmem)) == NULL) {
511 BIO_free_all(tmpmem);
515 if (ret > 0 && BIO_method_type(tmpmem) == BIO_TYPE_CIPHER) {
516 if (BIO_get_cipher_status(tmpmem) <= 0)
525 i = BIO_read(tmpmem, buf, BUFFERSIZE);
528 if (BIO_method_type(tmpmem) == BIO_TYPE_CIPHER) {
529 if (BIO_get_cipher_status(tmpmem) <= 0
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/pkcs7/
pk7_smime.c 497 BIO *tmpmem; local
517 if ((tmpmem = PKCS7_dataDecode(p7, pkey, NULL, cert)) == NULL) {
527 BIO_free_all(tmpmem);
530 if ((bread = BIO_push(tmpbuf, tmpmem)) == NULL) {
533 BIO_free_all(tmpmem);
537 if (ret > 0 && BIO_method_type(tmpmem) == BIO_TYPE_CIPHER) {
538 if (BIO_get_cipher_status(tmpmem) <= 0)
549 i = BIO_read(tmpmem, buf, BUFFERSIZE);
552 if (BIO_method_type(tmpmem) == BIO_TYPE_CIPHER) {
553 if (BIO_get_cipher_status(tmpmem) <= 0
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/pkcs7/
pk7_smime.c 479 BIO *tmpmem; local
499 if ((tmpmem = PKCS7_dataDecode(p7, pkey, NULL, cert)) == NULL) {
509 BIO_free_all(tmpmem);
512 if ((bread = BIO_push(tmpbuf, tmpmem)) == NULL) {
515 BIO_free_all(tmpmem);
519 if (ret > 0 && BIO_method_type(tmpmem) == BIO_TYPE_CIPHER) {
520 if (!BIO_get_cipher_status(tmpmem))
531 i = BIO_read(tmpmem, buf, BUFFERSIZE);
534 if (BIO_method_type(tmpmem) == BIO_TYPE_CIPHER) {
535 if (!BIO_get_cipher_status(tmpmem))
    [all...]
  /src/external/gpl2/lvm2/dist/lib/format_pool/
disk_rep.c 247 struct dm_pool *tmpmem; local
255 if (!(tmpmem = dm_pool_create("pool read_vg", 512)))
270 dm_pool_zalloc(tmpmem,
274 dm_pool_destroy(tmpmem);
295 dm_pool_destroy(tmpmem);
  /src/external/gpl3/gcc/dist/gcc/
trans-mem.cc 3538 struct tm_memop tmpmem, *mem;
3542 tmpmem.addr = gimple_call_arg (stmt, 0);
3543 slot = tm_memopt_value_numbers->find_slot (&tmpmem, op);
3551 mem->addr = tmpmem.addr;
3528 struct tm_memop tmpmem, *mem; local
  /src/external/gpl3/gcc.old/dist/gcc/
trans-mem.cc 3526 struct tm_memop tmpmem, *mem;
3530 tmpmem.addr = gimple_call_arg (stmt, 0);
3531 slot = tm_memopt_value_numbers->find_slot (&tmpmem, op);
3539 mem->addr = tmpmem.addr;
3516 struct tm_memop tmpmem, *mem; local

Completed in 23 milliseconds